Shades of White Lilac #FAEDFE
Tints of White Lilac #FAEDFE
RGB
CMYK
RGB Variations
Color information
#FAEDFE (or 0xFAEDFE) is known color: White Lilac. HEX triplet: FA, ED and FE. RGB value is (250,237,254). Sum of RGB (Red+Green+Blue) = 250+237+254=741 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.74% from 741); Green value is 237 (92.97% from 255 or 31.98% from 741); Blue value is 254 (99.61% from 255 or 34.28% from 741); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAEDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDFE is #051201. Grayscale: #F2F2F2. Windows color (decimal): -332290 or 16707066. OLE color: 16707066.
HSL color Cylindrical-coordinate representation of color #FAEDFE: hue angle of 285.88º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAEDFE is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 237 | 254 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.00 |
| HSL | 285.88º | 0.89% | 0.96% | - |
| HSV(B) | 285.88º | 0.07% | 1% | - |
| XYZ | 87.6 | 88.05 | 106.14 | - |
| YUV | 242.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 254 | 0.02 | 0.07 | 0 | 0.00 | 285.88 | 0.89 | 0.96 |
| Hex | FA | ED | FE | 2 | 7 | 0 | 0 | 11E | 59 | 60 |
| Octal | 372 | 355 | 376 | 2 | 7 | 0 | 0 | 436 | 131 | 140 |
| Binary | 11111010 | 11101101 | 11111110 | 10 | 111 | 0 | 0 | 100011110 | 1011001 | 1100000 |
Color Harmonies of #FAEDFE
Complementary color
Monochromatic Colors of #FAEDFE
Black with #FAEDFE
Text Example
Text Example
White with #FAEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDFE; }
p { color: rgb(250,237,254); }
H1.HeaderClassName
{
color: #FAEDFE;
}
.AnyTagClassName
{
color: #FAEDFE;
}
</style>
background-color css
<style>
a { background-color: #FAEDFE; }
a { background-color: rgb(250,237,254); }
div.DivClassName
{
background-color: #FAEDFE;
}
.BgClassName
{
background-color: #FAEDFE;
}
</style>
border-color css
<style>
span { border-color: #FAEDFE; }
span { border-color: rgb(250,237,254); }
td.TdClassName
{
border-color: #FAEDFE;
}
.TagClassName
{
border-color: #FAEDFE;
}
</style>