Shades of Cumulus #F2EFBE
Tints of Cumulus #F2EFBE
RGB
CMYK
RGB Variations
Color information
#F2EFBE (or 0xF2EFBE) is known color: Cumulus. HEX triplet: F2, EF and BE. RGB value is (242,239,190). Sum of RGB (Red+Green+Blue) = 242+239+190=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 190 (74.61% from 255 or 28.32% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFBE is #0D1041. Grayscale: #EAEAEA. Windows color (decimal): -856130 or 12513266. OLE color: 12513266.
HSL color Cylindrical-coordinate representation of color #F2EFBE: hue angle of 56.54º 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 #F2EFBE is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 190 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.05 |
| HSL | 56.54º | 0.67% | 0.85% | - |
| HSV(B) | 56.54º | 0.21% | 0.95% | - |
| XYZ | 76.78 | 84.33 | 60.95 | - |
| YUV | 234.31 | 102.99 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 190 | 0 | 0.01 | 0.21 | 0.05 | 56.54 | 0.67 | 0.85 |
| Hex | F2 | EF | BE | 0 | 1 | 15 | 5 | 39 | 43 | 55 |
| Octal | 362 | 357 | 276 | 0 | 1 | 25 | 5 | 71 | 103 | 125 |
| Binary | 11110010 | 11101111 | 10111110 | 0 | 1 | 10101 | 101 | 111001 | 1000011 | 1010101 |
Color Harmonies of #F2EFBE
Complementary color
Monochromatic Colors of #F2EFBE
Black with #F2EFBE
Text Example
Text Example
White with #F2EFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EFBE; }
p { color: rgb(242,239,190); }
H1.HeaderClassName
{
color: #F2EFBE;
}
.AnyTagClassName
{
color: #F2EFBE;
}
</style>
background-color css
<style>
a { background-color: #F2EFBE; }
a { background-color: rgb(242,239,190); }
div.DivClassName
{
background-color: #F2EFBE;
}
.BgClassName
{
background-color: #F2EFBE;
}
</style>
border-color css
<style>
span { border-color: #F2EFBE; }
span { border-color: rgb(242,239,190); }
td.TdClassName
{
border-color: #F2EFBE;
}
.TagClassName
{
border-color: #F2EFBE;
}
</style>