Shades of White Lilac #FAEFFE
Tints of White Lilac #FAEFFE
RGB
CMYK
RGB Variations
Color information
#FAEFFE (or 0xFAEFFE) is known color: White Lilac. HEX triplet: FA, EF and FE. RGB value is (250,239,254). Sum of RGB (Red+Green+Blue) = 250+239+254=743 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.65% from 743); Green value is 239 (93.75% from 255 or 32.17% from 743); Blue value is 254 (99.61% from 255 or 34.19% from 743); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAEFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEFFE is #051001. Grayscale: #F3F3F3. Windows color (decimal): -331778 or 16707578. OLE color: 16707578.
HSL color Cylindrical-coordinate representation of color #FAEFFE: hue angle of 284º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAEFFE is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 239 | 254 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.00 |
| HSL | 284º | 0.88% | 0.97% | - |
| HSV(B) | 284º | 0.06% | 1% | - |
| XYZ | 88.18 | 89.21 | 106.34 | - |
| YUV | 244 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 239 | 254 | 0.02 | 0.06 | 0 | 0.00 | 284 | 0.88 | 0.97 |
| Hex | FA | EF | FE | 2 | 6 | 0 | 0 | 11C | 58 | 61 |
| Octal | 372 | 357 | 376 | 2 | 6 | 0 | 0 | 434 | 130 | 141 |
| Binary | 11111010 | 11101111 | 11111110 | 10 | 110 | 0 | 0 | 100011100 | 1011000 | 1100001 |
Color Harmonies of #FAEFFE
Complementary color
Monochromatic Colors of #FAEFFE
Black with #FAEFFE
Text Example
Text Example
White with #FAEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEFFE; }
p { color: rgb(250,239,254); }
H1.HeaderClassName
{
color: #FAEFFE;
}
.AnyTagClassName
{
color: #FAEFFE;
}
</style>
background-color css
<style>
a { background-color: #FAEFFE; }
a { background-color: rgb(250,239,254); }
div.DivClassName
{
background-color: #FAEFFE;
}
.BgClassName
{
background-color: #FAEFFE;
}
</style>
border-color css
<style>
span { border-color: #FAEFFE; }
span { border-color: rgb(250,239,254); }
td.TdClassName
{
border-color: #FAEFFE;
}
.TagClassName
{
border-color: #FAEFFE;
}
</style>