Shades of White Lilac #FAE8FF
Tints of White Lilac #FAE8FF
RGB
CMYK
RGB Variations
Color information
#FAE8FF (or 0xFAE8FF) is known color: White Lilac. HEX triplet: FA, E8 and FF. RGB value is (250,232,255). Sum of RGB (Red+Green+Blue) = 250+232+255=737 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.92% from 737); Green value is 232 (91.02% from 255 or 31.48% from 737); Blue value is 255 (100% from 255 or 34.60% from 737); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAE8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE8FF is #051700. Grayscale: #EFEFEF. Windows color (decimal): -333569 or 16771322. OLE color: 16771322.
HSL color Cylindrical-coordinate representation of color #FAE8FF: hue angle of 286.96º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAE8FF is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 232 | 255 | - |
| CMYK | 0.02 | 0.09 | 0 | 0 |
| HSL | 286.96º | 1% | 0.95% | - |
| HSV(B) | 286.96º | 0.09% | 1% | - |
| XYZ | 86.33 | 85.26 | 106.51 | - |
| YUV | 240 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 255 | 0.02 | 0.09 | 0 | 0 | 286.96 | 1 | 0.95 |
| Hex | FA | E8 | FF | 2 | 9 | 0 | 0 | 11F | 64 | 5F |
| Octal | 372 | 350 | 377 | 2 | 11 | 0 | 0 | 437 | 144 | 137 |
| Binary | 11111010 | 11101000 | 11111111 | 10 | 1001 | 0 | 0 | 100011111 | 1100100 | 1011111 |
Color Harmonies of #FAE8FF
Complementary color
Monochromatic Colors of #FAE8FF
Black with #FAE8FF
Text Example
Text Example
White with #FAE8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8FF; }
p { color: rgb(250,232,255); }
H1.HeaderClassName
{
color: #FAE8FF;
}
.AnyTagClassName
{
color: #FAE8FF;
}
</style>
background-color css
<style>
a { background-color: #FAE8FF; }
a { background-color: rgb(250,232,255); }
div.DivClassName
{
background-color: #FAE8FF;
}
.BgClassName
{
background-color: #FAE8FF;
}
</style>
border-color css
<style>
span { border-color: #FAE8FF; }
span { border-color: rgb(250,232,255); }
td.TdClassName
{
border-color: #FAE8FF;
}
.TagClassName
{
border-color: #FAE8FF;
}
</style>