Shades of White Lilac #F9F0FC
Tints of White Lilac #F9F0FC
RGB
CMYK
RGB Variations
Color information
#F9F0FC (or 0xF9F0FC) is known color: White Lilac. HEX triplet: F9, F0 and FC. RGB value is (249,240,252). Sum of RGB (Red+Green+Blue) = 249+240+252=741 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.60% from 741); Green value is 240 (94.14% from 255 or 32.39% from 741); Blue value is 252 (98.83% from 255 or 34.01% from 741); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9F0FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F0FC is #060F03. Grayscale: #F4F4F4. Windows color (decimal): -397060 or 16576761. OLE color: 16576761.
HSL color Cylindrical-coordinate representation of color #F9F0FC: hue angle of 285º degrees, saturation: 0.67, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F9F0FC is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 240 | 252 | - |
CMYK | 0.01 | 0.05 | 0 | 0.01 |
HSL | 285º | 0.67% | 0.96% | - |
HSV(B) | 285º | 0.05% | 0.99% | - |
XYZ | 87.8 | 89.49 | 104.74 | - |
YUV | 244.06 | 132.48 | 131.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 240 | 252 | 0.01 | 0.05 | 0 | 0.01 | 285 | 0.67 | 0.96 |
Hex | F9 | F0 | FC | 1 | 5 | 0 | 1 | 11D | 43 | 60 |
Octal | 371 | 360 | 374 | 1 | 5 | 0 | 1 | 435 | 103 | 140 |
Binary | 11111001 | 11110000 | 11111100 | 1 | 101 | 0 | 1 | 100011101 | 1000011 | 1100000 |
Color Harmonies of #F9F0FC
Complementary color
Monochromatic Colors of #F9F0FC
Black with #F9F0FC
Text Example
Text Example
White with #F9F0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F0FC; }
p { color: rgb(249,240,252); }
H1.HeaderClassName
{
color: #F9F0FC;
}
.AnyTagClassName
{
color: #F9F0FC;
}
</style>
background-color css
<style>
a { background-color: #F9F0FC; }
a { background-color: rgb(249,240,252); }
div.DivClassName
{
background-color: #F9F0FC;
}
.BgClassName
{
background-color: #F9F0FC;
}
</style>
border-color css
<style>
span { border-color: #F9F0FC; }
span { border-color: rgb(249,240,252); }
td.TdClassName
{
border-color: #F9F0FC;
}
.TagClassName
{
border-color: #F9F0FC;
}
</style>