Shades of Cumulus #F0EEBA
Tints of Cumulus #F0EEBA
RGB
CMYK
RGB Variations
Color information
#F0EEBA (or 0xF0EEBA) is known color: Cumulus. HEX triplet: F0, EE and BA. RGB value is (240,238,186). Sum of RGB (Red+Green+Blue) = 240+238+186=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 186 (73.05% from 255 or 28.01% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EEBA is #0F1145. Grayscale: #E8E8E8. Windows color (decimal): -987462 or 12250864. OLE color: 12250864.
HSL color Cylindrical-coordinate representation of color #F0EEBA: hue angle of 57.78º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0EEBA is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 186 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.06 |
| HSL | 57.78º | 0.64% | 0.84% | - |
| HSV(B) | 57.78º | 0.23% | 0.94% | - |
| XYZ | 75.37 | 83.22 | 58.54 | - |
| YUV | 232.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 186 | 0 | 0.01 | 0.22 | 0.06 | 57.78 | 0.64 | 0.84 |
| Hex | F0 | EE | BA | 0 | 1 | 16 | 6 | 3A | 40 | 54 |
| Octal | 360 | 356 | 272 | 0 | 1 | 26 | 6 | 72 | 100 | 124 |
| Binary | 11110000 | 11101110 | 10111010 | 0 | 1 | 10110 | 110 | 111010 | 1000000 | 1010100 |
Color Harmonies of #F0EEBA
Complementary color
Monochromatic Colors of #F0EEBA
Black with #F0EEBA
Text Example
Text Example
White with #F0EEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EEBA; }
p { color: rgb(240,238,186); }
H1.HeaderClassName
{
color: #F0EEBA;
}
.AnyTagClassName
{
color: #F0EEBA;
}
</style>
background-color css
<style>
a { background-color: #F0EEBA; }
a { background-color: rgb(240,238,186); }
div.DivClassName
{
background-color: #F0EEBA;
}
.BgClassName
{
background-color: #F0EEBA;
}
</style>
border-color css
<style>
span { border-color: #F0EEBA; }
span { border-color: rgb(240,238,186); }
td.TdClassName
{
border-color: #F0EEBA;
}
.TagClassName
{
border-color: #F0EEBA;
}
</style>