Shades of Cumulus #F2EEBE
Tints of Cumulus #F2EEBE
RGB
CMYK
RGB Variations
Color information
#F2EEBE (or 0xF2EEBE) is known color: Cumulus. HEX triplet: F2, EE and BE. RGB value is (242,238,190). Sum of RGB (Red+Green+Blue) = 242+238+190=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 190 (74.61% from 255 or 28.36% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EEBE is #0D1141. Grayscale: #E9E9E9. Windows color (decimal): -856386 or 12513010. OLE color: 12513010.
HSL color Cylindrical-coordinate representation of color #F2EEBE: hue angle of 55.38º degrees, saturation: 0.67, 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 #F2EEBE is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 190 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.05 |
| HSL | 55.38º | 0.67% | 0.85% | - |
| HSV(B) | 55.38º | 0.21% | 0.95% | - |
| XYZ | 76.49 | 83.74 | 60.85 | - |
| YUV | 233.72 | 103.33 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 190 | 0 | 0.02 | 0.21 | 0.05 | 55.38 | 0.67 | 0.85 |
| Hex | F2 | EE | BE | 0 | 2 | 15 | 5 | 37 | 43 | 55 |
| Octal | 362 | 356 | 276 | 0 | 2 | 25 | 5 | 67 | 103 | 125 |
| Binary | 11110010 | 11101110 | 10111110 | 0 | 10 | 10101 | 101 | 110111 | 1000011 | 1010101 |
Color Harmonies of #F2EEBE
Complementary color
Monochromatic Colors of #F2EEBE
Black with #F2EEBE
Text Example
Text Example
White with #F2EEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEBE; }
p { color: rgb(242,238,190); }
H1.HeaderClassName
{
color: #F2EEBE;
}
.AnyTagClassName
{
color: #F2EEBE;
}
</style>
background-color css
<style>
a { background-color: #F2EEBE; }
a { background-color: rgb(242,238,190); }
div.DivClassName
{
background-color: #F2EEBE;
}
.BgClassName
{
background-color: #F2EEBE;
}
</style>
border-color css
<style>
span { border-color: #F2EEBE; }
span { border-color: rgb(242,238,190); }
td.TdClassName
{
border-color: #F2EEBE;
}
.TagClassName
{
border-color: #F2EEBE;
}
</style>