Shades of White Lilac #FAECFE
Tints of White Lilac #FAECFE
RGB
CMYK
RGB Variations
Color information
#FAECFE (or 0xFAECFE) is known color: White Lilac. HEX triplet: FA, EC and FE. RGB value is (250,236,254). Sum of RGB (Red+Green+Blue) = 250+236+254=740 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.78% from 740); Green value is 236 (92.58% from 255 or 31.89% from 740); Blue value is 254 (99.61% from 255 or 34.32% from 740); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAECFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECFE is #051301. Grayscale: #F2F2F2. Windows color (decimal): -332546 or 16706810. OLE color: 16706810.
HSL color Cylindrical-coordinate representation of color #FAECFE: hue angle of 286.67º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAECFE is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 236 | 254 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.00 |
| HSL | 286.67º | 0.9% | 0.96% | - |
| HSV(B) | 286.67º | 0.07% | 1% | - |
| XYZ | 87.31 | 87.47 | 106.05 | - |
| YUV | 242.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 254 | 0.02 | 0.07 | 0 | 0.00 | 286.67 | 0.9 | 0.96 |
| Hex | FA | EC | FE | 2 | 7 | 0 | 0 | 11F | 5A | 60 |
| Octal | 372 | 354 | 376 | 2 | 7 | 0 | 0 | 437 | 132 | 140 |
| Binary | 11111010 | 11101100 | 11111110 | 10 | 111 | 0 | 0 | 100011111 | 1011010 | 1100000 |
Color Harmonies of #FAECFE
Complementary color
Monochromatic Colors of #FAECFE
Black with #FAECFE
Text Example
Text Example
White with #FAECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECFE; }
p { color: rgb(250,236,254); }
H1.HeaderClassName
{
color: #FAECFE;
}
.AnyTagClassName
{
color: #FAECFE;
}
</style>
background-color css
<style>
a { background-color: #FAECFE; }
a { background-color: rgb(250,236,254); }
div.DivClassName
{
background-color: #FAECFE;
}
.BgClassName
{
background-color: #FAECFE;
}
</style>
border-color css
<style>
span { border-color: #FAECFE; }
span { border-color: rgb(250,236,254); }
td.TdClassName
{
border-color: #FAECFE;
}
.TagClassName
{
border-color: #FAECFE;
}
</style>