Shades of Cumulus #F2EEBF
Tints of Cumulus #F2EEBF
RGB
CMYK
RGB Variations
Color information
#F2EEBF (or 0xF2EEBF) is known color: Cumulus. HEX triplet: F2, EE and BF. RGB value is (242,238,191). Sum of RGB (Red+Green+Blue) = 242+238+191=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 191 (75% from 255 or 28.46% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EEBF is #0D1140. Grayscale: #EAEAEA. Windows color (decimal): -856385 or 12578546. OLE color: 12578546.
HSL color Cylindrical-coordinate representation of color #F2EEBF: hue angle of 55.29º 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 #F2EEBF is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 191 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.05 |
| HSL | 55.29º | 0.66% | 0.85% | - |
| HSV(B) | 55.29º | 0.21% | 0.95% | - |
| XYZ | 76.6 | 83.79 | 61.43 | - |
| YUV | 233.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 191 | 0 | 0.02 | 0.21 | 0.05 | 55.29 | 0.66 | 0.85 |
| Hex | F2 | EE | BF | 0 | 2 | 15 | 5 | 37 | 42 | 55 |
| Octal | 362 | 356 | 277 | 0 | 2 | 25 | 5 | 67 | 102 | 125 |
| Binary | 11110010 | 11101110 | 10111111 | 0 | 10 | 10101 | 101 | 110111 | 1000010 | 1010101 |
Color Harmonies of #F2EEBF
Complementary color
Monochromatic Colors of #F2EEBF
Black with #F2EEBF
Text Example
Text Example
White with #F2EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEBF; }
p { color: rgb(242,238,191); }
H1.HeaderClassName
{
color: #F2EEBF;
}
.AnyTagClassName
{
color: #F2EEBF;
}
</style>
background-color css
<style>
a { background-color: #F2EEBF; }
a { background-color: rgb(242,238,191); }
div.DivClassName
{
background-color: #F2EEBF;
}
.BgClassName
{
background-color: #F2EEBF;
}
</style>
border-color css
<style>
span { border-color: #F2EEBF; }
span { border-color: rgb(242,238,191); }
td.TdClassName
{
border-color: #F2EEBF;
}
.TagClassName
{
border-color: #F2EEBF;
}
</style>