Shades of Cumulus #F2EDBB
Tints of Cumulus #F2EDBB
RGB
CMYK
RGB Variations
Color information
#F2EDBB (or 0xF2EDBB) is known color: Cumulus. HEX triplet: F2, ED and BB. RGB value is (242,237,187). Sum of RGB (Red+Green+Blue) = 242+237+187=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 187 (73.44% from 255 or 28.08% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDBB is #0D1244. Grayscale: #E8E8E8. Windows color (decimal): -856645 or 12316146. OLE color: 12316146.
HSL color Cylindrical-coordinate representation of color #F2EDBB: hue angle of 54.55º 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 #F2EDBB is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 187 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.05 |
| HSL | 54.55º | 0.68% | 0.84% | - |
| HSV(B) | 54.55º | 0.23% | 0.95% | - |
| XYZ | 75.87 | 83.03 | 59.04 | - |
| YUV | 232.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 187 | 0 | 0.02 | 0.23 | 0.05 | 54.55 | 0.68 | 0.84 |
| Hex | F2 | ED | BB | 0 | 2 | 17 | 5 | 37 | 44 | 54 |
| Octal | 362 | 355 | 273 | 0 | 2 | 27 | 5 | 67 | 104 | 124 |
| Binary | 11110010 | 11101101 | 10111011 | 0 | 10 | 10111 | 101 | 110111 | 1000100 | 1010100 |
Color Harmonies of #F2EDBB
Complementary color
Monochromatic Colors of #F2EDBB
Black with #F2EDBB
Text Example
Text Example
White with #F2EDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EDBB; }
p { color: rgb(242,237,187); }
H1.HeaderClassName
{
color: #F2EDBB;
}
.AnyTagClassName
{
color: #F2EDBB;
}
</style>
background-color css
<style>
a { background-color: #F2EDBB; }
a { background-color: rgb(242,237,187); }
div.DivClassName
{
background-color: #F2EDBB;
}
.BgClassName
{
background-color: #F2EDBB;
}
</style>
border-color css
<style>
span { border-color: #F2EDBB; }
span { border-color: rgb(242,237,187); }
td.TdClassName
{
border-color: #F2EDBB;
}
.TagClassName
{
border-color: #F2EDBB;
}
</style>