Shades of Cumulus #F0EEBF
Tints of Cumulus #F0EEBF
RGB
CMYK
RGB Variations
Color information
#F0EEBF (or 0xF0EEBF) is known color: Cumulus. HEX triplet: F0, EE and BF. RGB value is (240,238,191). Sum of RGB (Red+Green+Blue) = 240+238+191=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 191 (75% from 255 or 28.55% from 669); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EEBF is #0F1140. Grayscale: #E9E9E9. Windows color (decimal): -987457 or 12578544. OLE color: 12578544.
HSL color Cylindrical-coordinate representation of color #F0EEBF: hue angle of 57.55º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0EEBF is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 191 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.06 |
| HSL | 57.55º | 0.62% | 0.85% | - |
| HSV(B) | 57.55º | 0.2% | 0.94% | - |
| XYZ | 75.91 | 83.44 | 61.39 | - |
| YUV | 233.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 191 | 0 | 0.01 | 0.20 | 0.06 | 57.55 | 0.62 | 0.85 |
| Hex | F0 | EE | BF | 0 | 1 | 14 | 6 | 3A | 3E | 55 |
| Octal | 360 | 356 | 277 | 0 | 1 | 24 | 6 | 72 | 76 | 125 |
| Binary | 11110000 | 11101110 | 10111111 | 0 | 1 | 10100 | 110 | 111010 | 111110 | 1010101 |
Color Harmonies of #F0EEBF
Complementary color
Monochromatic Colors of #F0EEBF
Black with #F0EEBF
Text Example
Text Example
White with #F0EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EEBF; }
p { color: rgb(240,238,191); }
H1.HeaderClassName
{
color: #F0EEBF;
}
.AnyTagClassName
{
color: #F0EEBF;
}
</style>
background-color css
<style>
a { background-color: #F0EEBF; }
a { background-color: rgb(240,238,191); }
div.DivClassName
{
background-color: #F0EEBF;
}
.BgClassName
{
background-color: #F0EEBF;
}
</style>
border-color css
<style>
span { border-color: #F0EEBF; }
span { border-color: rgb(240,238,191); }
td.TdClassName
{
border-color: #F0EEBF;
}
.TagClassName
{
border-color: #F0EEBF;
}
</style>