#217 LightPink1
#FFAFAF
ExtendedHEX#FFAFAF
RGB255, 175, 175
HSL0°, 100%, 84%
CMYK0%, 31%, 31%, 0%
Xterm ID217
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;217m Background (fondo)
\x1b[48;5;217m Bash echo
echo -e "\033[38;5;217mTexto\033[0m" Python
print(f"\033[38;5;217mTexto\033[0m") CSS
Color HEX
color: #FFAFAF; Color RGB
color: rgb(255, 175, 175); Background
background-color: #FFAFAF;