Shades of Cumulus #F2EEC0
Tints of Cumulus #F2EEC0
RGB
CMYK
RGB Variations
Color information
#F2EEC0 (or 0xF2EEC0) is known color: Cumulus. HEX triplet: F2, EE and C0. RGB value is (242,238,192). Sum of RGB (Red+Green+Blue) = 242+238+192=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 192 (75.39% from 255 or 28.57% from 672); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EEC0 is #0D113F. Grayscale: #EAEAEA. Windows color (decimal): -856384 or 12644082. OLE color: 12644082.
HSL color Cylindrical-coordinate representation of color #F2EEC0: hue angle of 55.2º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2EEC0 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 192 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.05 |
| HSL | 55.2º | 0.66% | 0.85% | - |
| HSV(B) | 55.2º | 0.21% | 0.95% | - |
| XYZ | 76.71 | 83.83 | 62.01 | - |
| YUV | 233.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 192 | 0 | 0.02 | 0.21 | 0.05 | 55.2 | 0.66 | 0.85 |
| Hex | F2 | EE | C0 | 0 | 2 | 15 | 5 | 37 | 42 | 55 |
| Octal | 362 | 356 | 300 | 0 | 2 | 25 | 5 | 67 | 102 | 125 |
| Binary | 11110010 | 11101110 | 11000000 | 0 | 10 | 10101 | 101 | 110111 | 1000010 | 1010101 |
Color Harmonies of #F2EEC0
Complementary color
Monochromatic Colors of #F2EEC0
Black with #F2EEC0
Text Example
Text Example
White with #F2EEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEC0; }
p { color: rgb(242,238,192); }
H1.HeaderClassName
{
color: #F2EEC0;
}
.AnyTagClassName
{
color: #F2EEC0;
}
</style>
background-color css
<style>
a { background-color: #F2EEC0; }
a { background-color: rgb(242,238,192); }
div.DivClassName
{
background-color: #F2EEC0;
}
.BgClassName
{
background-color: #F2EEC0;
}
</style>
border-color css
<style>
span { border-color: #F2EEC0; }
span { border-color: rgb(242,238,192); }
td.TdClassName
{
border-color: #F2EEC0;
}
.TagClassName
{
border-color: #F2EEC0;
}
</style>