Shades of Cumulus #F2EEB7
Tints of Cumulus #F2EEB7
RGB
CMYK
RGB Variations
Color information
#F2EEB7 (or 0xF2EEB7) is known color: Cumulus. HEX triplet: F2, EE and B7. RGB value is (242,238,183). Sum of RGB (Red+Green+Blue) = 242+238+183=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 183 (71.88% from 255 or 27.60% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EEB7 is #0D1148. Grayscale: #E9E9E9. Windows color (decimal): -856393 or 12054258. OLE color: 12054258.
HSL color Cylindrical-coordinate representation of color #F2EEB7: hue angle of 55.93º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2EEB7 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 183 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.05 |
| HSL | 55.93º | 0.69% | 0.83% | - |
| HSV(B) | 55.93º | 0.24% | 0.95% | - |
| XYZ | 75.74 | 83.45 | 56.91 | - |
| YUV | 232.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 183 | 0 | 0.02 | 0.24 | 0.05 | 55.93 | 0.69 | 0.83 |
| Hex | F2 | EE | B7 | 0 | 2 | 18 | 5 | 38 | 45 | 53 |
| Octal | 362 | 356 | 267 | 0 | 2 | 30 | 5 | 70 | 105 | 123 |
| Binary | 11110010 | 11101110 | 10110111 | 0 | 10 | 11000 | 101 | 111000 | 1000101 | 1010011 |
Color Harmonies of #F2EEB7
Complementary color
Monochromatic Colors of #F2EEB7
Black with #F2EEB7
Text Example
Text Example
White with #F2EEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEB7; }
p { color: rgb(242,238,183); }
H1.HeaderClassName
{
color: #F2EEB7;
}
.AnyTagClassName
{
color: #F2EEB7;
}
</style>
background-color css
<style>
a { background-color: #F2EEB7; }
a { background-color: rgb(242,238,183); }
div.DivClassName
{
background-color: #F2EEB7;
}
.BgClassName
{
background-color: #F2EEB7;
}
</style>
border-color css
<style>
span { border-color: #F2EEB7; }
span { border-color: rgb(242,238,183); }
td.TdClassName
{
border-color: #F2EEB7;
}
.TagClassName
{
border-color: #F2EEB7;
}
</style>