Shades of Cumulus #F2EFBC
Tints of Cumulus #F2EFBC
RGB
CMYK
RGB Variations
Color information
#F2EFBC (or 0xF2EFBC) is known color: Cumulus. HEX triplet: F2, EF and BC. RGB value is (242,239,188). Sum of RGB (Red+Green+Blue) = 242+239+188=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 188 (73.83% from 255 or 28.10% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFBC is #0D1043. Grayscale: #EAEAEA. Windows color (decimal): -856132 or 12382194. OLE color: 12382194.
HSL color Cylindrical-coordinate representation of color #F2EFBC: hue angle of 56.67º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2EFBC is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 188 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.05 |
| HSL | 56.67º | 0.68% | 0.84% | - |
| HSV(B) | 56.67º | 0.22% | 0.95% | - |
| XYZ | 76.56 | 84.24 | 59.8 | - |
| YUV | 234.08 | 101.99 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 188 | 0 | 0.01 | 0.22 | 0.05 | 56.67 | 0.68 | 0.84 |
| Hex | F2 | EF | BC | 0 | 1 | 16 | 5 | 39 | 44 | 54 |
| Octal | 362 | 357 | 274 | 0 | 1 | 26 | 5 | 71 | 104 | 124 |
| Binary | 11110010 | 11101111 | 10111100 | 0 | 1 | 10110 | 101 | 111001 | 1000100 | 1010100 |
Color Harmonies of #F2EFBC
Complementary color
Monochromatic Colors of #F2EFBC
Black with #F2EFBC
Text Example
Text Example
White with #F2EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EFBC; }
p { color: rgb(242,239,188); }
H1.HeaderClassName
{
color: #F2EFBC;
}
.AnyTagClassName
{
color: #F2EFBC;
}
</style>
background-color css
<style>
a { background-color: #F2EFBC; }
a { background-color: rgb(242,239,188); }
div.DivClassName
{
background-color: #F2EFBC;
}
.BgClassName
{
background-color: #F2EFBC;
}
</style>
border-color css
<style>
span { border-color: #F2EFBC; }
span { border-color: rgb(242,239,188); }
td.TdClassName
{
border-color: #F2EFBC;
}
.TagClassName
{
border-color: #F2EFBC;
}
</style>