Shades of Cumulus #F0F1BE
Tints of Cumulus #F0F1BE
RGB
CMYK
RGB Variations
Color information
#F0F1BE (or 0xF0F1BE) is known color: Cumulus. HEX triplet: F0, F1 and BE. RGB value is (240,241,190). Sum of RGB (Red+Green+Blue) = 240+241+190=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 190 (74.61% from 255 or 28.32% from 671); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1BE is #0F0E41. Grayscale: #EBEBEB. Windows color (decimal): -986690 or 12513776. OLE color: 12513776.
HSL color Cylindrical-coordinate representation of color #F0F1BE: hue angle of 61.18º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0F1BE is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 190 | - |
| CMYK | 0.00 | 0 | 0.21 | 0.05 |
| HSL | 61.18º | 0.65% | 0.85% | - |
| HSV(B) | 61.18º | 0.21% | 0.95% | - |
| XYZ | 76.68 | 85.15 | 61.11 | - |
| YUV | 234.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 190 | 0.00 | 0 | 0.21 | 0.05 | 61.18 | 0.65 | 0.85 |
| Hex | F0 | F1 | BE | 0 | 0 | 15 | 5 | 3D | 41 | 55 |
| Octal | 360 | 361 | 276 | 0 | 0 | 25 | 5 | 75 | 101 | 125 |
| Binary | 11110000 | 11110001 | 10111110 | 0 | 0 | 10101 | 101 | 111101 | 1000001 | 1010101 |
Color Harmonies of #F0F1BE
Complementary color
Monochromatic Colors of #F0F1BE
Black with #F0F1BE
Text Example
Text Example
White with #F0F1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1BE; }
p { color: rgb(240,241,190); }
H1.HeaderClassName
{
color: #F0F1BE;
}
.AnyTagClassName
{
color: #F0F1BE;
}
</style>
background-color css
<style>
a { background-color: #F0F1BE; }
a { background-color: rgb(240,241,190); }
div.DivClassName
{
background-color: #F0F1BE;
}
.BgClassName
{
background-color: #F0F1BE;
}
</style>
border-color css
<style>
span { border-color: #F0F1BE; }
span { border-color: rgb(240,241,190); }
td.TdClassName
{
border-color: #F0F1BE;
}
.TagClassName
{
border-color: #F0F1BE;
}
</style>