Shades of Cumulus #F2EEBC
Tints of Cumulus #F2EEBC
RGB
CMYK
RGB Variations
Color information
#F2EEBC (or 0xF2EEBC) is known color: Cumulus. HEX triplet: F2, EE and BC. RGB value is (242,238,188). Sum of RGB (Red+Green+Blue) = 242+238+188=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 188 (73.83% from 255 or 28.14% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EEBC is #0D1143. Grayscale: #E9E9E9. Windows color (decimal): -856388 or 12381938. OLE color: 12381938.
HSL color Cylindrical-coordinate representation of color #F2EEBC: hue angle of 55.56º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2EEBC is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 188 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.05 |
| HSL | 55.56º | 0.68% | 0.84% | - |
| HSV(B) | 55.56º | 0.22% | 0.95% | - |
| XYZ | 76.27 | 83.66 | 59.7 | - |
| YUV | 233.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 188 | 0 | 0.02 | 0.22 | 0.05 | 55.56 | 0.68 | 0.84 |
| Hex | F2 | EE | BC | 0 | 2 | 16 | 5 | 38 | 44 | 54 |
| Octal | 362 | 356 | 274 | 0 | 2 | 26 | 5 | 70 | 104 | 124 |
| Binary | 11110010 | 11101110 | 10111100 | 0 | 10 | 10110 | 101 | 111000 | 1000100 | 1010100 |
Color Harmonies of #F2EEBC
Complementary color
Monochromatic Colors of #F2EEBC
Black with #F2EEBC
Text Example
Text Example
White with #F2EEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEBC; }
p { color: rgb(242,238,188); }
H1.HeaderClassName
{
color: #F2EEBC;
}
.AnyTagClassName
{
color: #F2EEBC;
}
</style>
background-color css
<style>
a { background-color: #F2EEBC; }
a { background-color: rgb(242,238,188); }
div.DivClassName
{
background-color: #F2EEBC;
}
.BgClassName
{
background-color: #F2EEBC;
}
</style>
border-color css
<style>
span { border-color: #F2EEBC; }
span { border-color: rgb(242,238,188); }
td.TdClassName
{
border-color: #F2EEBC;
}
.TagClassName
{
border-color: #F2EEBC;
}
</style>