Shades of Cumulus #F2F1BB
Tints of Cumulus #F2F1BB
RGB
CMYK
RGB Variations
Color information
#F2F1BB (or 0xF2F1BB) is known color: Cumulus. HEX triplet: F2, F1 and BB. RGB value is (242,241,187). Sum of RGB (Red+Green+Blue) = 242+241+187=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 187 (73.44% from 255 or 27.91% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F1BB is #0D0E44. Grayscale: #EBEBEB. Windows color (decimal): -855621 or 12317170. OLE color: 12317170.
HSL color Cylindrical-coordinate representation of color #F2F1BB: hue angle of 58.91º 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 #F2F1BB is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 187 | - |
| CMYK | 0 | 0.00 | 0.23 | 0.05 |
| HSL | 58.91º | 0.68% | 0.84% | - |
| HSV(B) | 58.91º | 0.23% | 0.95% | - |
| XYZ | 77.04 | 85.38 | 59.43 | - |
| YUV | 235.14 | 100.83 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 187 | 0 | 0.00 | 0.23 | 0.05 | 58.91 | 0.68 | 0.84 |
| Hex | F2 | F1 | BB | 0 | 0 | 17 | 5 | 3B | 44 | 54 |
| Octal | 362 | 361 | 273 | 0 | 0 | 27 | 5 | 73 | 104 | 124 |
| Binary | 11110010 | 11110001 | 10111011 | 0 | 0 | 10111 | 101 | 111011 | 1000100 | 1010100 |
Color Harmonies of #F2F1BB
Complementary color
Monochromatic Colors of #F2F1BB
Black with #F2F1BB
Text Example
Text Example
White with #F2F1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F1BB; }
p { color: rgb(242,241,187); }
H1.HeaderClassName
{
color: #F2F1BB;
}
.AnyTagClassName
{
color: #F2F1BB;
}
</style>
background-color css
<style>
a { background-color: #F2F1BB; }
a { background-color: rgb(242,241,187); }
div.DivClassName
{
background-color: #F2F1BB;
}
.BgClassName
{
background-color: #F2F1BB;
}
</style>
border-color css
<style>
span { border-color: #F2F1BB; }
span { border-color: rgb(242,241,187); }
td.TdClassName
{
border-color: #F2F1BB;
}
.TagClassName
{
border-color: #F2F1BB;
}
</style>