Shades of Cumulus #F2EDBC
Tints of Cumulus #F2EDBC
RGB
CMYK
RGB Variations
Color information
#F2EDBC (or 0xF2EDBC) is known color: Cumulus. HEX triplet: F2, ED and BC. RGB value is (242,237,188). Sum of RGB (Red+Green+Blue) = 242+237+188=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 188 (73.83% from 255 or 28.19% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDBC is #0D1243. Grayscale: #E9E9E9. Windows color (decimal): -856644 or 12381682. OLE color: 12381682.
HSL color Cylindrical-coordinate representation of color #F2EDBC: hue angle of 54.44º 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 #F2EDBC is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 188 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.05 |
| HSL | 54.44º | 0.68% | 0.84% | - |
| HSV(B) | 54.44º | 0.22% | 0.95% | - |
| XYZ | 75.98 | 83.08 | 59.61 | - |
| YUV | 232.91 | 102.66 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 188 | 0 | 0.02 | 0.22 | 0.05 | 54.44 | 0.68 | 0.84 |
| Hex | F2 | ED | BC | 0 | 2 | 16 | 5 | 36 | 44 | 54 |
| Octal | 362 | 355 | 274 | 0 | 2 | 26 | 5 | 66 | 104 | 124 |
| Binary | 11110010 | 11101101 | 10111100 | 0 | 10 | 10110 | 101 | 110110 | 1000100 | 1010100 |
Color Harmonies of #F2EDBC
Complementary color
Monochromatic Colors of #F2EDBC
Black with #F2EDBC
Text Example
Text Example
White with #F2EDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EDBC; }
p { color: rgb(242,237,188); }
H1.HeaderClassName
{
color: #F2EDBC;
}
.AnyTagClassName
{
color: #F2EDBC;
}
</style>
background-color css
<style>
a { background-color: #F2EDBC; }
a { background-color: rgb(242,237,188); }
div.DivClassName
{
background-color: #F2EDBC;
}
.BgClassName
{
background-color: #F2EDBC;
}
</style>
border-color css
<style>
span { border-color: #F2EDBC; }
span { border-color: rgb(242,237,188); }
td.TdClassName
{
border-color: #F2EDBC;
}
.TagClassName
{
border-color: #F2EDBC;
}
</style>