#254 Grey89
#E4E4E4
GreyscaleHEX#E4E4E4
RGB228, 228, 228
HSL0°, 0%, 89%
CMYK0%, 0%, 0%, 11%
Xterm ID254
GrupoGreyscale
Códigos de Terminal
Foreground (texto)
\x1b[38;5;254m Background (fondo)
\x1b[48;5;254m Bash echo
echo -e "\033[38;5;254mTexto\033[0m" Python
print(f"\033[38;5;254mTexto\033[0m") CSS
Color HEX
color: #E4E4E4; Color RGB
color: rgb(228, 228, 228); Background
background-color: #E4E4E4;