Shades of Cumulus #F2EDB7
Tints of Cumulus #F2EDB7
RGB
CMYK
RGB Variations
Color information
#F2EDB7 (or 0xF2EDB7) is known color: Cumulus. HEX triplet: F2, ED and B7. RGB value is (242,237,183). Sum of RGB (Red+Green+Blue) = 242+237+183=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 183 (71.88% from 255 or 27.64% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDB7 is #0D1248. Grayscale: #E8E8E8. Windows color (decimal): -856649 or 12054002. OLE color: 12054002.
HSL color Cylindrical-coordinate representation of color #F2EDB7: hue angle of 54.92º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2EDB7 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 183 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.05 |
| HSL | 54.92º | 0.69% | 0.83% | - |
| HSV(B) | 54.92º | 0.24% | 0.95% | - |
| XYZ | 75.45 | 82.86 | 56.82 | - |
| YUV | 232.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 183 | 0 | 0.02 | 0.24 | 0.05 | 54.92 | 0.69 | 0.83 |
| Hex | F2 | ED | B7 | 0 | 2 | 18 | 5 | 37 | 45 | 53 |
| Octal | 362 | 355 | 267 | 0 | 2 | 30 | 5 | 67 | 105 | 123 |
| Binary | 11110010 | 11101101 | 10110111 | 0 | 10 | 11000 | 101 | 110111 | 1000101 | 1010011 |
Color Harmonies of #F2EDB7
Complementary color
Monochromatic Colors of #F2EDB7
Black with #F2EDB7
Text Example
Text Example
White with #F2EDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EDB7; }
p { color: rgb(242,237,183); }
H1.HeaderClassName
{
color: #F2EDB7;
}
.AnyTagClassName
{
color: #F2EDB7;
}
</style>
background-color css
<style>
a { background-color: #F2EDB7; }
a { background-color: rgb(242,237,183); }
div.DivClassName
{
background-color: #F2EDB7;
}
.BgClassName
{
background-color: #F2EDB7;
}
</style>
border-color css
<style>
span { border-color: #F2EDB7; }
span { border-color: rgb(242,237,183); }
td.TdClassName
{
border-color: #F2EDB7;
}
.TagClassName
{
border-color: #F2EDB7;
}
</style>