Shades of White Lilac #F9F1FB
Tints of White Lilac #F9F1FB
RGB
CMYK
RGB Variations
Color information
#F9F1FB (or 0xF9F1FB) is known color: White Lilac. HEX triplet: F9, F1 and FB. RGB value is (249,241,251). Sum of RGB (Red+Green+Blue) = 249+241+251=741 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.60% from 741); Green value is 241 (94.53% from 255 or 32.52% from 741); Blue value is 251 (98.44% from 255 or 33.87% from 741); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9F1FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F1FB is #060E04. Grayscale: #F4F4F4. Windows color (decimal): -396805 or 16511481. OLE color: 16511481.
HSL color Cylindrical-coordinate representation of color #F9F1FB: hue angle of 288º degrees, saturation: 0.56, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F9F1FB is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 241 | 251 | - |
CMYK | 0.01 | 0.04 | 0 | 0.02 |
HSL | 288º | 0.56% | 0.96% | - |
HSV(B) | 288º | 0.04% | 0.98% | - |
XYZ | 87.93 | 90.02 | 104.01 | - |
YUV | 244.53 | 131.65 | 131.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 241 | 251 | 0.01 | 0.04 | 0 | 0.02 | 288 | 0.56 | 0.96 |
Hex | F9 | F1 | FB | 1 | 4 | 0 | 2 | 120 | 38 | 60 |
Octal | 371 | 361 | 373 | 1 | 4 | 0 | 2 | 440 | 70 | 140 |
Binary | 11111001 | 11110001 | 11111011 | 1 | 100 | 0 | 10 | 100100000 | 111000 | 1100000 |
Color Harmonies of #F9F1FB
Complementary color
Monochromatic Colors of #F9F1FB
Black with #F9F1FB
Text Example
Text Example
White with #F9F1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F1FB; }
p { color: rgb(249,241,251); }
H1.HeaderClassName
{
color: #F9F1FB;
}
.AnyTagClassName
{
color: #F9F1FB;
}
</style>
background-color css
<style>
a { background-color: #F9F1FB; }
a { background-color: rgb(249,241,251); }
div.DivClassName
{
background-color: #F9F1FB;
}
.BgClassName
{
background-color: #F9F1FB;
}
</style>
border-color css
<style>
span { border-color: #F9F1FB; }
span { border-color: rgb(249,241,251); }
td.TdClassName
{
border-color: #F9F1FB;
}
.TagClassName
{
border-color: #F9F1FB;
}
</style>