Shades of Cumulus #F0F0BE
Tints of Cumulus #F0F0BE
RGB
CMYK
RGB Variations
Color information
#F0F0BE (or 0xF0F0BE) is known color: Cumulus. HEX triplet: F0, F0 and BE. RGB value is (240,240,190). Sum of RGB (Red+Green+Blue) = 240+240+190=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 240 (94.14% from 255 or 35.82% from 670); Blue value is 190 (74.61% from 255 or 28.36% from 670); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F0BE is #0F0F41. Grayscale: #EAEAEA. Windows color (decimal): -986946 or 12513520. OLE color: 12513520.
HSL color Cylindrical-coordinate representation of color #F0F0BE: hue angle of 60º 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 #F0F0BE is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 190 | - |
| CMYK | 0 | 0 | 0.21 | 0.06 |
| HSL | 60º | 0.63% | 0.84% | - |
| HSV(B) | 60º | 0.21% | 0.94% | - |
| XYZ | 76.39 | 84.56 | 61.01 | - |
| YUV | 234.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 190 | 0 | 0 | 0.21 | 0.06 | 60 | 0.63 | 0.84 |
| Hex | F0 | F0 | BE | 0 | 0 | 15 | 6 | 3C | 3E | 54 |
| Octal | 360 | 360 | 276 | 0 | 0 | 25 | 6 | 74 | 76 | 124 |
| Binary | 11110000 | 11110000 | 10111110 | 0 | 0 | 10101 | 110 | 111100 | 111110 | 1010100 |
Color Harmonies of #F0F0BE
Complementary color
Monochromatic Colors of #F0F0BE
Black with #F0F0BE
Text Example
Text Example
White with #F0F0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F0BE; }
p { color: rgb(240,240,190); }
H1.HeaderClassName
{
color: #F0F0BE;
}
.AnyTagClassName
{
color: #F0F0BE;
}
</style>
background-color css
<style>
a { background-color: #F0F0BE; }
a { background-color: rgb(240,240,190); }
div.DivClassName
{
background-color: #F0F0BE;
}
.BgClassName
{
background-color: #F0F0BE;
}
</style>
border-color css
<style>
span { border-color: #F0F0BE; }
span { border-color: rgb(240,240,190); }
td.TdClassName
{
border-color: #F0F0BE;
}
.TagClassName
{
border-color: #F0F0BE;
}
</style>