Shades of Cumulus #F2EFBB
Tints of Cumulus #F2EFBB
RGB
CMYK
RGB Variations
Color information
#F2EFBB (or 0xF2EFBB) is known color: Cumulus. HEX triplet: F2, EF and BB. RGB value is (242,239,187). Sum of RGB (Red+Green+Blue) = 242+239+187=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 187 (73.44% from 255 or 27.99% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFBB is #0D1044. Grayscale: #EAEAEA. Windows color (decimal): -856133 or 12316658. OLE color: 12316658.
HSL color Cylindrical-coordinate representation of color #F2EFBB: hue angle of 56.73º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2EFBB is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 187 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.05 |
| HSL | 56.73º | 0.68% | 0.84% | - |
| HSV(B) | 56.73º | 0.23% | 0.95% | - |
| XYZ | 76.45 | 84.2 | 59.24 | - |
| YUV | 233.97 | 101.49 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 187 | 0 | 0.01 | 0.23 | 0.05 | 56.73 | 0.68 | 0.84 |
| Hex | F2 | EF | BB | 0 | 1 | 17 | 5 | 39 | 44 | 54 |
| Octal | 362 | 357 | 273 | 0 | 1 | 27 | 5 | 71 | 104 | 124 |
| Binary | 11110010 | 11101111 | 10111011 | 0 | 1 | 10111 | 101 | 111001 | 1000100 | 1010100 |
Color Harmonies of #F2EFBB
Complementary color
Monochromatic Colors of #F2EFBB
Black with #F2EFBB
Text Example
Text Example
White with #F2EFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EFBB; }
p { color: rgb(242,239,187); }
H1.HeaderClassName
{
color: #F2EFBB;
}
.AnyTagClassName
{
color: #F2EFBB;
}
</style>
background-color css
<style>
a { background-color: #F2EFBB; }
a { background-color: rgb(242,239,187); }
div.DivClassName
{
background-color: #F2EFBB;
}
.BgClassName
{
background-color: #F2EFBB;
}
</style>
border-color css
<style>
span { border-color: #F2EFBB; }
span { border-color: rgb(242,239,187); }
td.TdClassName
{
border-color: #F2EFBB;
}
.TagClassName
{
border-color: #F2EFBB;
}
</style>