Shades of White Lilac #F9E9FD
Tints of White Lilac #F9E9FD
RGB
CMYK
RGB Variations
Color information
#F9E9FD (or 0xF9E9FD) is known color: White Lilac. HEX triplet: F9, E9 and FD. RGB value is (249,233,253). Sum of RGB (Red+Green+Blue) = 249+233+253=735 (97% of max value = 765). Red value is 249 (97.66% from 255 or 33.88% from 735); Green value is 233 (91.41% from 255 or 31.70% from 735); Blue value is 253 (99.22% from 255 or 34.42% from 735); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9E9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9E9FD is #061602. Grayscale: #F0F0F0. Windows color (decimal): -398851 or 16640505. OLE color: 16640505.
HSL color Cylindrical-coordinate representation of color #F9E9FD: hue angle of 288º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F9E9FD is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 233 | 253 | - |
CMYK | 0.02 | 0.08 | 0 | 0.01 |
HSL | 288º | 0.83% | 0.95% | - |
HSV(B) | 288º | 0.08% | 0.99% | - |
XYZ | 85.94 | 85.51 | 104.9 | - |
YUV | 240.06 | 135.3 | 134.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 233 | 253 | 0.02 | 0.08 | 0 | 0.01 | 288 | 0.83 | 0.95 |
Hex | F9 | E9 | FD | 2 | 8 | 0 | 1 | 120 | 53 | 5F |
Octal | 371 | 351 | 375 | 2 | 10 | 0 | 1 | 440 | 123 | 137 |
Binary | 11111001 | 11101001 | 11111101 | 10 | 1000 | 0 | 1 | 100100000 | 1010011 | 1011111 |
Color Harmonies of #F9E9FD
Complementary color
Monochromatic Colors of #F9E9FD
Black with #F9E9FD
Text Example
Text Example
White with #F9E9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E9FD; }
p { color: rgb(249,233,253); }
H1.HeaderClassName
{
color: #F9E9FD;
}
.AnyTagClassName
{
color: #F9E9FD;
}
</style>
background-color css
<style>
a { background-color: #F9E9FD; }
a { background-color: rgb(249,233,253); }
div.DivClassName
{
background-color: #F9E9FD;
}
.BgClassName
{
background-color: #F9E9FD;
}
</style>
border-color css
<style>
span { border-color: #F9E9FD; }
span { border-color: rgb(249,233,253); }
td.TdClassName
{
border-color: #F9E9FD;
}
.TagClassName
{
border-color: #F9E9FD;
}
</style>