Shades of Cumulus #F2F2BB
Tints of Cumulus #F2F2BB
RGB
CMYK
RGB Variations
Color information
#F2F2BB (or 0xF2F2BB) is known color: Cumulus. HEX triplet: F2, F2 and BB. RGB value is (242,242,187). Sum of RGB (Red+Green+Blue) = 242+242+187=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 187 (73.44% from 255 or 27.87% from 671); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F2BB is #0D0D44. Grayscale: #EBEBEB. Windows color (decimal): -855365 or 12317426. OLE color: 12317426.
HSL color Cylindrical-coordinate representation of color #F2F2BB: hue angle of 60º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2F2BB is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 187 | - |
| CMYK | 0 | 0 | 0.23 | 0.05 |
| HSL | 60º | 0.68% | 0.84% | - |
| HSV(B) | 60º | 0.23% | 0.95% | - |
| XYZ | 77.34 | 85.97 | 59.53 | - |
| YUV | 235.73 | 100.5 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 187 | 0 | 0 | 0.23 | 0.05 | 60 | 0.68 | 0.84 |
| Hex | F2 | F2 | BB | 0 | 0 | 17 | 5 | 3C | 44 | 54 |
| Octal | 362 | 362 | 273 | 0 | 0 | 27 | 5 | 74 | 104 | 124 |
| Binary | 11110010 | 11110010 | 10111011 | 0 | 0 | 10111 | 101 | 111100 | 1000100 | 1010100 |
Color Harmonies of #F2F2BB
Complementary color
Monochromatic Colors of #F2F2BB
Black with #F2F2BB
Text Example
Text Example
White with #F2F2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F2BB; }
p { color: rgb(242,242,187); }
H1.HeaderClassName
{
color: #F2F2BB;
}
.AnyTagClassName
{
color: #F2F2BB;
}
</style>
background-color css
<style>
a { background-color: #F2F2BB; }
a { background-color: rgb(242,242,187); }
div.DivClassName
{
background-color: #F2F2BB;
}
.BgClassName
{
background-color: #F2F2BB;
}
</style>
border-color css
<style>
span { border-color: #F2F2BB; }
span { border-color: rgb(242,242,187); }
td.TdClassName
{
border-color: #F2F2BB;
}
.TagClassName
{
border-color: #F2F2BB;
}
</style>