Shades of White Lilac #FAEDFF
Tints of White Lilac #FAEDFF
RGB
CMYK
RGB Variations
Color information
#FAEDFF (or 0xFAEDFF) is known color: White Lilac. HEX triplet: FA, ED and FF. RGB value is (250,237,255). Sum of RGB (Red+Green+Blue) = 250+237+255=742 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.69% from 742); Green value is 237 (92.97% from 255 or 31.94% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAEDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDFF is #051200. Grayscale: #F2F2F2. Windows color (decimal): -332289 or 16772602. OLE color: 16772602.
HSL color Cylindrical-coordinate representation of color #FAEDFF: hue angle of 283.33º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAEDFF is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 237 | 255 | - |
| CMYK | 0.02 | 0.07 | 0 | 0 |
| HSL | 283.33º | 1% | 0.96% | - |
| HSV(B) | 283.33º | 0.07% | 1% | - |
| XYZ | 87.76 | 88.11 | 106.99 | - |
| YUV | 242.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 255 | 0.02 | 0.07 | 0 | 0 | 283.33 | 1 | 0.96 |
| Hex | FA | ED | FF | 2 | 7 | 0 | 0 | 11B | 64 | 60 |
| Octal | 372 | 355 | 377 | 2 | 7 | 0 | 0 | 433 | 144 | 140 |
| Binary | 11111010 | 11101101 | 11111111 | 10 | 111 | 0 | 0 | 100011011 | 1100100 | 1100000 |
Color Harmonies of #FAEDFF
Complementary color
Monochromatic Colors of #FAEDFF
Black with #FAEDFF
Text Example
Text Example
White with #FAEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDFF; }
p { color: rgb(250,237,255); }
H1.HeaderClassName
{
color: #FAEDFF;
}
.AnyTagClassName
{
color: #FAEDFF;
}
</style>
background-color css
<style>
a { background-color: #FAEDFF; }
a { background-color: rgb(250,237,255); }
div.DivClassName
{
background-color: #FAEDFF;
}
.BgClassName
{
background-color: #FAEDFF;
}
</style>
border-color css
<style>
span { border-color: #FAEDFF; }
span { border-color: rgb(250,237,255); }
td.TdClassName
{
border-color: #FAEDFF;
}
.TagClassName
{
border-color: #FAEDFF;
}
</style>