Shades of Cumulus #F2F0BC
Tints of Cumulus #F2F0BC
RGB
CMYK
RGB Variations
Color information
#F2F0BC (or 0xF2F0BC) is known color: Cumulus. HEX triplet: F2, F0 and BC. RGB value is (242,240,188). Sum of RGB (Red+Green+Blue) = 242+240+188=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 240 (94.14% from 255 or 35.82% from 670); Blue value is 188 (73.83% from 255 or 28.06% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0BC is #0D0F43. Grayscale: #EAEAEA. Windows color (decimal): -855876 or 12382450. OLE color: 12382450.
HSL color Cylindrical-coordinate representation of color #F2F0BC: hue angle of 57.78º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2F0BC is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 188 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.05 |
| HSL | 57.78º | 0.68% | 0.84% | - |
| HSV(B) | 57.78º | 0.22% | 0.95% | - |
| XYZ | 76.86 | 84.83 | 59.9 | - |
| YUV | 234.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 188 | 0 | 0.01 | 0.22 | 0.05 | 57.78 | 0.68 | 0.84 |
| Hex | F2 | F0 | BC | 0 | 1 | 16 | 5 | 3A | 44 | 54 |
| Octal | 362 | 360 | 274 | 0 | 1 | 26 | 5 | 72 | 104 | 124 |
| Binary | 11110010 | 11110000 | 10111100 | 0 | 1 | 10110 | 101 | 111010 | 1000100 | 1010100 |
Color Harmonies of #F2F0BC
Complementary color
Monochromatic Colors of #F2F0BC
Black with #F2F0BC
Text Example
Text Example
White with #F2F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F0BC; }
p { color: rgb(242,240,188); }
H1.HeaderClassName
{
color: #F2F0BC;
}
.AnyTagClassName
{
color: #F2F0BC;
}
</style>
background-color css
<style>
a { background-color: #F2F0BC; }
a { background-color: rgb(242,240,188); }
div.DivClassName
{
background-color: #F2F0BC;
}
.BgClassName
{
background-color: #F2F0BC;
}
</style>
border-color css
<style>
span { border-color: #F2F0BC; }
span { border-color: rgb(242,240,188); }
td.TdClassName
{
border-color: #F2F0BC;
}
.TagClassName
{
border-color: #F2F0BC;
}
</style>