Shades of Cumulus #F0EEBC
Tints of Cumulus #F0EEBC
RGB
CMYK
RGB Variations
Color information
#F0EEBC (or 0xF0EEBC) is known color: Cumulus. HEX triplet: F0, EE and BC. RGB value is (240,238,188). Sum of RGB (Red+Green+Blue) = 240+238+188=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 188 (73.83% from 255 or 28.23% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EEBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EEBC is #0F1143. Grayscale: #E9E9E9. Windows color (decimal): -987460 or 12381936. OLE color: 12381936.
HSL color Cylindrical-coordinate representation of color #F0EEBC: hue angle of 57.69º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0EEBC is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 188 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.06 |
| HSL | 57.69º | 0.63% | 0.84% | - |
| HSV(B) | 57.69º | 0.22% | 0.94% | - |
| XYZ | 75.59 | 83.31 | 59.67 | - |
| YUV | 232.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 188 | 0 | 0.01 | 0.22 | 0.06 | 57.69 | 0.63 | 0.84 |
| Hex | F0 | EE | BC | 0 | 1 | 16 | 6 | 3A | 3F | 54 |
| Octal | 360 | 356 | 274 | 0 | 1 | 26 | 6 | 72 | 77 | 124 |
| Binary | 11110000 | 11101110 | 10111100 | 0 | 1 | 10110 | 110 | 111010 | 111111 | 1010100 |
Color Harmonies of #F0EEBC
Complementary color
Monochromatic Colors of #F0EEBC
Black with #F0EEBC
Text Example
Text Example
White with #F0EEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EEBC; }
p { color: rgb(240,238,188); }
H1.HeaderClassName
{
color: #F0EEBC;
}
.AnyTagClassName
{
color: #F0EEBC;
}
</style>
background-color css
<style>
a { background-color: #F0EEBC; }
a { background-color: rgb(240,238,188); }
div.DivClassName
{
background-color: #F0EEBC;
}
.BgClassName
{
background-color: #F0EEBC;
}
</style>
border-color css
<style>
span { border-color: #F0EEBC; }
span { border-color: rgb(240,238,188); }
td.TdClassName
{
border-color: #F0EEBC;
}
.TagClassName
{
border-color: #F0EEBC;
}
</style>