Shades of White Lilac #FAEBFE
Tints of White Lilac #FAEBFE
RGB
CMYK
RGB Variations
Color information
#FAEBFE (or 0xFAEBFE) is known color: White Lilac. HEX triplet: FA, EB and FE. RGB value is (250,235,254). Sum of RGB (Red+Green+Blue) = 250+235+254=739 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.83% from 739); Green value is 235 (92.19% from 255 or 31.80% from 739); Blue value is 254 (99.61% from 255 or 34.37% from 739); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAEBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEBFE is #051401. Grayscale: #F1F1F1. Windows color (decimal): -332802 or 16706554. OLE color: 16706554.
HSL color Cylindrical-coordinate representation of color #FAEBFE: hue angle of 287.37º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAEBFE is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 235 | 254 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.00 |
| HSL | 287.37º | 0.9% | 0.96% | - |
| HSV(B) | 287.37º | 0.07% | 1% | - |
| XYZ | 87.02 | 86.9 | 105.95 | - |
| YUV | 241.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 235 | 254 | 0.02 | 0.07 | 0 | 0.00 | 287.37 | 0.9 | 0.96 |
| Hex | FA | EB | FE | 2 | 7 | 0 | 0 | 11F | 5A | 60 |
| Octal | 372 | 353 | 376 | 2 | 7 | 0 | 0 | 437 | 132 | 140 |
| Binary | 11111010 | 11101011 | 11111110 | 10 | 111 | 0 | 0 | 100011111 | 1011010 | 1100000 |
Color Harmonies of #FAEBFE
Complementary color
Monochromatic Colors of #FAEBFE
Black with #FAEBFE
Text Example
Text Example
White with #FAEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEBFE; }
p { color: rgb(250,235,254); }
H1.HeaderClassName
{
color: #FAEBFE;
}
.AnyTagClassName
{
color: #FAEBFE;
}
</style>
background-color css
<style>
a { background-color: #FAEBFE; }
a { background-color: rgb(250,235,254); }
div.DivClassName
{
background-color: #FAEBFE;
}
.BgClassName
{
background-color: #FAEBFE;
}
</style>
border-color css
<style>
span { border-color: #FAEBFE; }
span { border-color: rgb(250,235,254); }
td.TdClassName
{
border-color: #FAEBFE;
}
.TagClassName
{
border-color: #FAEBFE;
}
</style>