Shades of White Lilac #F9EAFE
Tints of White Lilac #F9EAFE
RGB
CMYK
RGB Variations
Color information
#F9EAFE (or 0xF9EAFE) is known color: White Lilac. HEX triplet: F9, EA and FE. RGB value is (249,234,254). Sum of RGB (Red+Green+Blue) = 249+234+254=737 (97% of max value = 765). Red value is 249 (97.66% from 255 or 33.79% from 737); Green value is 234 (91.80% from 255 or 31.75% from 737); Blue value is 254 (99.61% from 255 or 34.46% from 737); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9EAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EAFE is #061501. Grayscale: #F0F0F0. Windows color (decimal): -398594 or 16706297. OLE color: 16706297.
HSL color Cylindrical-coordinate representation of color #F9EAFE: hue angle of 285º 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 #F9EAFE is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 249 | 234 | 254 | - |
CMYK | 0.02 | 0.08 | 0 | 0.00 |
HSL | 285º | 0.91% | 0.96% | - |
HSV(B) | 285º | 0.08% | 1% | - |
XYZ | 86.38 | 86.14 | 105.84 | - |
YUV | 240.77 | 135.47 | 133.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 234 | 254 | 0.02 | 0.08 | 0 | 0.00 | 285 | 0.91 | 0.96 |
Hex | F9 | EA | FE | 2 | 8 | 0 | 0 | 11D | 5B | 60 |
Octal | 371 | 352 | 376 | 2 | 10 | 0 | 0 | 435 | 133 | 140 |
Binary | 11111001 | 11101010 | 11111110 | 10 | 1000 | 0 | 0 | 100011101 | 1011011 | 1100000 |
Color Harmonies of #F9EAFE
Complementary color
Monochromatic Colors of #F9EAFE
Black with #F9EAFE
Text Example
Text Example
White with #F9EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EAFE; }
p { color: rgb(249,234,254); }
H1.HeaderClassName
{
color: #F9EAFE;
}
.AnyTagClassName
{
color: #F9EAFE;
}
</style>
background-color css
<style>
a { background-color: #F9EAFE; }
a { background-color: rgb(249,234,254); }
div.DivClassName
{
background-color: #F9EAFE;
}
.BgClassName
{
background-color: #F9EAFE;
}
</style>
border-color css
<style>
span { border-color: #F9EAFE; }
span { border-color: rgb(249,234,254); }
td.TdClassName
{
border-color: #F9EAFE;
}
.TagClassName
{
border-color: #F9EAFE;
}
</style>