Shades of Cumulus #F0ECBC
Tints of Cumulus #F0ECBC
RGB
CMYK
RGB Variations
Color information
#F0ECBC (or 0xF0ECBC) is known color: Cumulus. HEX triplet: F0, EC and BC. RGB value is (240,236,188). Sum of RGB (Red+Green+Blue) = 240+236+188=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 188 (73.83% from 255 or 28.31% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0ECBC is #0F1343. Grayscale: #E7E7E7. Windows color (decimal): -987972 or 12381424. OLE color: 12381424.
HSL color Cylindrical-coordinate representation of color #F0ECBC: hue angle of 55.38º 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 #F0ECBC is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 188 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.06 |
| HSL | 55.38º | 0.63% | 0.84% | - |
| HSV(B) | 55.38º | 0.22% | 0.94% | - |
| XYZ | 75.01 | 82.15 | 59.48 | - |
| YUV | 231.72 | 103.33 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 188 | 0 | 0.02 | 0.22 | 0.06 | 55.38 | 0.63 | 0.84 |
| Hex | F0 | EC | BC | 0 | 2 | 16 | 6 | 37 | 3F | 54 |
| Octal | 360 | 354 | 274 | 0 | 2 | 26 | 6 | 67 | 77 | 124 |
| Binary | 11110000 | 11101100 | 10111100 | 0 | 10 | 10110 | 110 | 110111 | 111111 | 1010100 |
Color Harmonies of #F0ECBC
Complementary color
Monochromatic Colors of #F0ECBC
Black with #F0ECBC
Text Example
Text Example
White with #F0ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECBC; }
p { color: rgb(240,236,188); }
H1.HeaderClassName
{
color: #F0ECBC;
}
.AnyTagClassName
{
color: #F0ECBC;
}
</style>
background-color css
<style>
a { background-color: #F0ECBC; }
a { background-color: rgb(240,236,188); }
div.DivClassName
{
background-color: #F0ECBC;
}
.BgClassName
{
background-color: #F0ECBC;
}
</style>
border-color css
<style>
span { border-color: #F0ECBC; }
span { border-color: rgb(240,236,188); }
td.TdClassName
{
border-color: #F0ECBC;
}
.TagClassName
{
border-color: #F0ECBC;
}
</style>