Shades of White Lilac #FAECFD
Tints of White Lilac #FAECFD
RGB
CMYK
RGB Variations
Color information
#FAECFD (or 0xFAECFD) is known color: White Lilac. HEX triplet: FA, EC and FD. RGB value is (250,236,253). Sum of RGB (Red+Green+Blue) = 250+236+253=739 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.83% from 739); Green value is 236 (92.58% from 255 or 31.94% from 739); Blue value is 253 (99.22% from 255 or 34.24% from 739); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAECFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECFD is #051302. Grayscale: #F2F2F2. Windows color (decimal): -332547 or 16641274. OLE color: 16641274.
HSL color Cylindrical-coordinate representation of color #FAECFD: hue angle of 289.41º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAECFD is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 236 | 253 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.01 |
| HSL | 289.41º | 0.81% | 0.96% | - |
| HSV(B) | 289.41º | 0.07% | 0.99% | - |
| XYZ | 87.15 | 87.41 | 105.21 | - |
| YUV | 242.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 253 | 0.01 | 0.07 | 0 | 0.01 | 289.41 | 0.81 | 0.96 |
| Hex | FA | EC | FD | 1 | 7 | 0 | 1 | 121 | 51 | 60 |
| Octal | 372 | 354 | 375 | 1 | 7 | 0 | 1 | 441 | 121 | 140 |
| Binary | 11111010 | 11101100 | 11111101 | 1 | 111 | 0 | 1 | 100100001 | 1010001 | 1100000 |
Color Harmonies of #FAECFD
Complementary color
Monochromatic Colors of #FAECFD
Black with #FAECFD
Text Example
Text Example
White with #FAECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECFD; }
p { color: rgb(250,236,253); }
H1.HeaderClassName
{
color: #FAECFD;
}
.AnyTagClassName
{
color: #FAECFD;
}
</style>
background-color css
<style>
a { background-color: #FAECFD; }
a { background-color: rgb(250,236,253); }
div.DivClassName
{
background-color: #FAECFD;
}
.BgClassName
{
background-color: #FAECFD;
}
</style>
border-color css
<style>
span { border-color: #FAECFD; }
span { border-color: rgb(250,236,253); }
td.TdClassName
{
border-color: #FAECFD;
}
.TagClassName
{
border-color: #FAECFD;
}
</style>