Shades of Cumulus #F2EEB9
Tints of Cumulus #F2EEB9
RGB
CMYK
RGB Variations
Color information
#F2EEB9 (or 0xF2EEB9) is known color: Cumulus. HEX triplet: F2, EE and B9. RGB value is (242,238,185). Sum of RGB (Red+Green+Blue) = 242+238+185=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 185 (72.66% from 255 or 27.82% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EEB9 is #0D1146. Grayscale: #E9E9E9. Windows color (decimal): -856391 or 12185330. OLE color: 12185330.
HSL color Cylindrical-coordinate representation of color #F2EEB9: hue angle of 55.79º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2EEB9 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 185 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.05 |
| HSL | 55.79º | 0.69% | 0.84% | - |
| HSV(B) | 55.79º | 0.24% | 0.95% | - |
| XYZ | 75.95 | 83.53 | 58.02 | - |
| YUV | 233.15 | 100.83 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 185 | 0 | 0.02 | 0.24 | 0.05 | 55.79 | 0.69 | 0.84 |
| Hex | F2 | EE | B9 | 0 | 2 | 18 | 5 | 38 | 45 | 54 |
| Octal | 362 | 356 | 271 | 0 | 2 | 30 | 5 | 70 | 105 | 124 |
| Binary | 11110010 | 11101110 | 10111001 | 0 | 10 | 11000 | 101 | 111000 | 1000101 | 1010100 |
Color Harmonies of #F2EEB9
Complementary color
Monochromatic Colors of #F2EEB9
Black with #F2EEB9
Text Example
Text Example
White with #F2EEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEB9; }
p { color: rgb(242,238,185); }
H1.HeaderClassName
{
color: #F2EEB9;
}
.AnyTagClassName
{
color: #F2EEB9;
}
</style>
background-color css
<style>
a { background-color: #F2EEB9; }
a { background-color: rgb(242,238,185); }
div.DivClassName
{
background-color: #F2EEB9;
}
.BgClassName
{
background-color: #F2EEB9;
}
</style>
border-color css
<style>
span { border-color: #F2EEB9; }
span { border-color: rgb(242,238,185); }
td.TdClassName
{
border-color: #F2EEB9;
}
.TagClassName
{
border-color: #F2EEB9;
}
</style>