Shades of White Lilac #FAE6FF
Tints of White Lilac #FAE6FF
RGB
CMYK
RGB Variations
Color information
#FAE6FF (or 0xFAE6FF) is known color: White Lilac. HEX triplet: FA, E6 and FF. RGB value is (250,230,255). Sum of RGB (Red+Green+Blue) = 250+230+255=735 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.01% from 735); Green value is 230 (90.23% from 255 or 31.29% from 735); Blue value is 255 (100% from 255 or 34.69% from 735); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAE6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE6FF is #051900. Grayscale: #EEEEEE. Windows color (decimal): -334081 or 16770810. OLE color: 16770810.
HSL color Cylindrical-coordinate representation of color #FAE6FF: hue angle of 288º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE6FF is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 230 | 255 | - |
| CMYK | 0.02 | 0.10 | 0 | 0 |
| HSL | 288º | 1% | 0.95% | - |
| HSV(B) | 288º | 0.1% | 1% | - |
| XYZ | 85.77 | 84.14 | 106.33 | - |
| YUV | 238.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 255 | 0.02 | 0.10 | 0 | 0 | 288 | 1 | 0.95 |
| Hex | FA | E6 | FF | 2 | A | 0 | 0 | 120 | 64 | 5F |
| Octal | 372 | 346 | 377 | 2 | 12 | 0 | 0 | 440 | 144 | 137 |
| Binary | 11111010 | 11100110 | 11111111 | 10 | 1010 | 0 | 0 | 100100000 | 1100100 | 1011111 |
Color Harmonies of #FAE6FF
Complementary color
Monochromatic Colors of #FAE6FF
Black with #FAE6FF
Text Example
Text Example
White with #FAE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE6FF; }
p { color: rgb(250,230,255); }
H1.HeaderClassName
{
color: #FAE6FF;
}
.AnyTagClassName
{
color: #FAE6FF;
}
</style>
background-color css
<style>
a { background-color: #FAE6FF; }
a { background-color: rgb(250,230,255); }
div.DivClassName
{
background-color: #FAE6FF;
}
.BgClassName
{
background-color: #FAE6FF;
}
</style>
border-color css
<style>
span { border-color: #FAE6FF; }
span { border-color: rgb(250,230,255); }
td.TdClassName
{
border-color: #FAE6FF;
}
.TagClassName
{
border-color: #FAE6FF;
}
</style>