Shades of White Lilac #FAEEFE
Tints of White Lilac #FAEEFE
RGB
CMYK
RGB Variations
Color information
#FAEEFE (or 0xFAEEFE) is known color: White Lilac. HEX triplet: FA, EE and FE. RGB value is (250,238,254). Sum of RGB (Red+Green+Blue) = 250+238+254=742 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.69% from 742); Green value is 238 (93.36% from 255 or 32.08% from 742); Blue value is 254 (99.61% from 255 or 34.23% from 742); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAEEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEFE is #051101. Grayscale: #F3F3F3. Windows color (decimal): -332034 or 16707322. OLE color: 16707322.
HSL color Cylindrical-coordinate representation of color #FAEEFE: hue angle of 285º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAEEFE is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 238 | 254 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.00 |
| HSL | 285º | 0.89% | 0.96% | - |
| HSV(B) | 285º | 0.06% | 1% | - |
| XYZ | 87.89 | 88.63 | 106.24 | - |
| YUV | 243.41 | 133.98 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 254 | 0.02 | 0.06 | 0 | 0.00 | 285 | 0.89 | 0.96 |
| Hex | FA | EE | FE | 2 | 6 | 0 | 0 | 11D | 59 | 60 |
| Octal | 372 | 356 | 376 | 2 | 6 | 0 | 0 | 435 | 131 | 140 |
| Binary | 11111010 | 11101110 | 11111110 | 10 | 110 | 0 | 0 | 100011101 | 1011001 | 1100000 |
Color Harmonies of #FAEEFE
Complementary color
Monochromatic Colors of #FAEEFE
Black with #FAEEFE
Text Example
Text Example
White with #FAEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEFE; }
p { color: rgb(250,238,254); }
H1.HeaderClassName
{
color: #FAEEFE;
}
.AnyTagClassName
{
color: #FAEEFE;
}
</style>
background-color css
<style>
a { background-color: #FAEEFE; }
a { background-color: rgb(250,238,254); }
div.DivClassName
{
background-color: #FAEEFE;
}
.BgClassName
{
background-color: #FAEEFE;
}
</style>
border-color css
<style>
span { border-color: #FAEEFE; }
span { border-color: rgb(250,238,254); }
td.TdClassName
{
border-color: #FAEEFE;
}
.TagClassName
{
border-color: #FAEEFE;
}
</style>