Shades of Cumulus #F2EEBA
Tints of Cumulus #F2EEBA
RGB
CMYK
RGB Variations
Color information
#F2EEBA (or 0xF2EEBA) is known color: Cumulus. HEX triplet: F2, EE and BA. RGB value is (242,238,186). Sum of RGB (Red+Green+Blue) = 242+238+186=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EEBA is #0D1145. Grayscale: #E9E9E9. Windows color (decimal): -856390 or 12250866. OLE color: 12250866.
HSL color Cylindrical-coordinate representation of color #F2EEBA: hue angle of 55.71º 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 #F2EEBA is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 186 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.05 |
| HSL | 55.71º | 0.68% | 0.84% | - |
| HSV(B) | 55.71º | 0.23% | 0.95% | - |
| XYZ | 76.06 | 83.57 | 58.58 | - |
| YUV | 233.27 | 101.33 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 186 | 0 | 0.02 | 0.23 | 0.05 | 55.71 | 0.68 | 0.84 |
| Hex | F2 | EE | BA | 0 | 2 | 17 | 5 | 38 | 44 | 54 |
| Octal | 362 | 356 | 272 | 0 | 2 | 27 | 5 | 70 | 104 | 124 |
| Binary | 11110010 | 11101110 | 10111010 | 0 | 10 | 10111 | 101 | 111000 | 1000100 | 1010100 |
Color Harmonies of #F2EEBA
Complementary color
Monochromatic Colors of #F2EEBA
Black with #F2EEBA
Text Example
Text Example
White with #F2EEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEBA; }
p { color: rgb(242,238,186); }
H1.HeaderClassName
{
color: #F2EEBA;
}
.AnyTagClassName
{
color: #F2EEBA;
}
</style>
background-color css
<style>
a { background-color: #F2EEBA; }
a { background-color: rgb(242,238,186); }
div.DivClassName
{
background-color: #F2EEBA;
}
.BgClassName
{
background-color: #F2EEBA;
}
</style>
border-color css
<style>
span { border-color: #F2EEBA; }
span { border-color: rgb(242,238,186); }
td.TdClassName
{
border-color: #F2EEBA;
}
.TagClassName
{
border-color: #F2EEBA;
}
</style>