Shades of Cumulus #F0ECBE
Tints of Cumulus #F0ECBE
RGB
CMYK
RGB Variations
Color information
#F0ECBE (or 0xF0ECBE) is known color: Cumulus. HEX triplet: F0, EC and BE. RGB value is (240,236,190). Sum of RGB (Red+Green+Blue) = 240+236+190=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 190 (74.61% from 255 or 28.53% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0ECBE is #0F1341. Grayscale: #E8E8E8. Windows color (decimal): -987970 or 12512496. OLE color: 12512496.
HSL color Cylindrical-coordinate representation of color #F0ECBE: hue angle of 55.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0ECBE is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 190 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.06 |
| HSL | 55.2º | 0.63% | 0.84% | - |
| HSV(B) | 55.2º | 0.21% | 0.94% | - |
| XYZ | 75.22 | 82.23 | 60.62 | - |
| YUV | 231.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 190 | 0 | 0.02 | 0.21 | 0.06 | 55.2 | 0.63 | 0.84 |
| Hex | F0 | EC | BE | 0 | 2 | 15 | 6 | 37 | 3E | 54 |
| Octal | 360 | 354 | 276 | 0 | 2 | 25 | 6 | 67 | 76 | 124 |
| Binary | 11110000 | 11101100 | 10111110 | 0 | 10 | 10101 | 110 | 110111 | 111110 | 1010100 |
Color Harmonies of #F0ECBE
Complementary color
Monochromatic Colors of #F0ECBE
Black with #F0ECBE
Text Example
Text Example
White with #F0ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECBE; }
p { color: rgb(240,236,190); }
H1.HeaderClassName
{
color: #F0ECBE;
}
.AnyTagClassName
{
color: #F0ECBE;
}
</style>
background-color css
<style>
a { background-color: #F0ECBE; }
a { background-color: rgb(240,236,190); }
div.DivClassName
{
background-color: #F0ECBE;
}
.BgClassName
{
background-color: #F0ECBE;
}
</style>
border-color css
<style>
span { border-color: #F0ECBE; }
span { border-color: rgb(240,236,190); }
td.TdClassName
{
border-color: #F0ECBE;
}
.TagClassName
{
border-color: #F0ECBE;
}
</style>