Shades of White Lilac #FAEAFE
Tints of White Lilac #FAEAFE
RGB
CMYK
RGB Variations
Color information
#FAEAFE (or 0xFAEAFE) is known color: White Lilac. HEX triplet: FA, EA and FE. RGB value is (250,234,254). Sum of RGB (Red+Green+Blue) = 250+234+254=738 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.88% from 738); Green value is 234 (91.80% from 255 or 31.71% from 738); Blue value is 254 (99.61% from 255 or 34.42% from 738); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAEAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAFE is #051501. Grayscale: #F1F1F1. Windows color (decimal): -333058 or 16706298. OLE color: 16706298.
HSL color Cylindrical-coordinate representation of color #FAEAFE: hue angle of 288º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAEAFE is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 234 | 254 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.00 |
| HSL | 288º | 0.91% | 0.96% | - |
| HSV(B) | 288º | 0.08% | 1% | - |
| XYZ | 86.74 | 86.33 | 105.86 | - |
| YUV | 241.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 254 | 0.02 | 0.08 | 0 | 0.00 | 288 | 0.91 | 0.96 |
| Hex | FA | EA | FE | 2 | 8 | 0 | 0 | 120 | 5B | 60 |
| Octal | 372 | 352 | 376 | 2 | 10 | 0 | 0 | 440 | 133 | 140 |
| Binary | 11111010 | 11101010 | 11111110 | 10 | 1000 | 0 | 0 | 100100000 | 1011011 | 1100000 |
Color Harmonies of #FAEAFE
Complementary color
Monochromatic Colors of #FAEAFE
Black with #FAEAFE
Text Example
Text Example
White with #FAEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAFE; }
p { color: rgb(250,234,254); }
H1.HeaderClassName
{
color: #FAEAFE;
}
.AnyTagClassName
{
color: #FAEAFE;
}
</style>
background-color css
<style>
a { background-color: #FAEAFE; }
a { background-color: rgb(250,234,254); }
div.DivClassName
{
background-color: #FAEAFE;
}
.BgClassName
{
background-color: #FAEAFE;
}
</style>
border-color css
<style>
span { border-color: #FAEAFE; }
span { border-color: rgb(250,234,254); }
td.TdClassName
{
border-color: #FAEAFE;
}
.TagClassName
{
border-color: #FAEAFE;
}
</style>