Shades of Lily White #F0F2F1
Tints of Lily White #F0F2F1
RGB
CMYK
RGB Variations
Color information
#F0F2F1 (or 0xF0F2F1) is known color: Lily White. HEX triplet: F0, F2 and F1. RGB value is (240,242,241). Sum of RGB (Red+Green+Blue) = 240+242+241=723 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.20% from 723); Green value is 242 (94.92% from 255 or 33.47% from 723); Blue value is 241 (94.53% from 255 or 33.33% from 723); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F2F1 is #0F0D0E. Grayscale: #F1F1F1. Windows color (decimal): -986383 or 15856368. OLE color: 15856368.
HSL color Cylindrical-coordinate representation of color #F0F2F1: hue angle of 150º degrees, saturation: 0.07, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F0F2F1 is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 241 | - |
| CMYK | 0.01 | 0 | 0.00 | 0.05 |
| HSL | 150º | 0.07% | 0.95% | - |
| HSV(B) | 150º | 0.01% | 0.95% | - |
| XYZ | 83.56 | 88.38 | 95.87 | - |
| YUV | 241.29 | 127.84 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 241 | 0.01 | 0 | 0.00 | 0.05 | 150 | 0.07 | 0.95 |
| Hex | F0 | F2 | F1 | 1 | 0 | 0 | 5 | 96 | 7 | 5F |
| Octal | 360 | 362 | 361 | 1 | 0 | 0 | 5 | 226 | 7 | 137 |
| Binary | 11110000 | 11110010 | 11110001 | 1 | 0 | 0 | 101 | 10010110 | 111 | 1011111 |
Color Harmonies of #F0F2F1
Complementary color
Monochromatic Colors of #F0F2F1
Black with #F0F2F1
Text Example
Text Example
White with #F0F2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F2F1; }
p { color: rgb(240,242,241); }
H1.HeaderClassName
{
color: #F0F2F1;
}
.AnyTagClassName
{
color: #F0F2F1;
}
</style>
background-color css
<style>
a { background-color: #F0F2F1; }
a { background-color: rgb(240,242,241); }
div.DivClassName
{
background-color: #F0F2F1;
}
.BgClassName
{
background-color: #F0F2F1;
}
</style>
border-color css
<style>
span { border-color: #F0F2F1; }
span { border-color: rgb(240,242,241); }
td.TdClassName
{
border-color: #F0F2F1;
}
.TagClassName
{
border-color: #F0F2F1;
}
</style>