Shades of Cumulus #F2ECB9
Tints of Cumulus #F2ECB9
RGB
CMYK
RGB Variations
Color information
#F2ECB9 (or 0xF2ECB9) is known color: Cumulus. HEX triplet: F2, EC and B9. RGB value is (242,236,185). Sum of RGB (Red+Green+Blue) = 242+236+185=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 185 (72.66% from 255 or 27.90% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECB9 is #0D1346. Grayscale: #E8E8E8. Windows color (decimal): -856903 or 12184818. OLE color: 12184818.
HSL color Cylindrical-coordinate representation of color #F2ECB9: hue angle of 53.68º 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 #F2ECB9 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 185 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.05 |
| HSL | 53.68º | 0.69% | 0.84% | - |
| HSV(B) | 53.68º | 0.24% | 0.95% | - |
| XYZ | 75.37 | 82.37 | 57.83 | - |
| YUV | 231.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 185 | 0 | 0.02 | 0.24 | 0.05 | 53.68 | 0.69 | 0.84 |
| Hex | F2 | EC | B9 | 0 | 2 | 18 | 5 | 36 | 45 | 54 |
| Octal | 362 | 354 | 271 | 0 | 2 | 30 | 5 | 66 | 105 | 124 |
| Binary | 11110010 | 11101100 | 10111001 | 0 | 10 | 11000 | 101 | 110110 | 1000101 | 1010100 |
Color Harmonies of #F2ECB9
Complementary color
Monochromatic Colors of #F2ECB9
Black with #F2ECB9
Text Example
Text Example
White with #F2ECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ECB9; }
p { color: rgb(242,236,185); }
H1.HeaderClassName
{
color: #F2ECB9;
}
.AnyTagClassName
{
color: #F2ECB9;
}
</style>
background-color css
<style>
a { background-color: #F2ECB9; }
a { background-color: rgb(242,236,185); }
div.DivClassName
{
background-color: #F2ECB9;
}
.BgClassName
{
background-color: #F2ECB9;
}
</style>
border-color css
<style>
span { border-color: #F2ECB9; }
span { border-color: rgb(242,236,185); }
td.TdClassName
{
border-color: #F2ECB9;
}
.TagClassName
{
border-color: #F2ECB9;
}
</style>