Shades of Cumulus #F4F2BC
Tints of Cumulus #F4F2BC
RGB
CMYK
RGB Variations
Color information
#F4F2BC (or 0xF4F2BC) is known color: Cumulus. HEX triplet: F4, F2 and BC. RGB value is (244,242,188). Sum of RGB (Red+Green+Blue) = 244+242+188=674 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.20% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 188 (73.83% from 255 or 27.89% from 674); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F2BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4F2BC is #0B0D43. Grayscale: #ECECEC. Windows color (decimal): -724292 or 12382964. OLE color: 12382964.
HSL color Cylindrical-coordinate representation of color #F4F2BC: hue angle of 57.86º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4F2BC is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 242 | 188 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.04 |
| HSL | 57.86º | 0.72% | 0.85% | - |
| HSV(B) | 57.86º | 0.23% | 0.96% | - |
| XYZ | 78.14 | 86.37 | 60.13 | - |
| YUV | 236.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 242 | 188 | 0 | 0.01 | 0.23 | 0.04 | 57.86 | 0.72 | 0.85 |
| Hex | F4 | F2 | BC | 0 | 1 | 17 | 4 | 3A | 48 | 55 |
| Octal | 364 | 362 | 274 | 0 | 1 | 27 | 4 | 72 | 110 | 125 |
| Binary | 11110100 | 11110010 | 10111100 | 0 | 1 | 10111 | 100 | 111010 | 1001000 | 1010101 |
Color Harmonies of #F4F2BC
Complementary color
Monochromatic Colors of #F4F2BC
Black with #F4F2BC
Text Example
Text Example
White with #F4F2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F2BC; }
p { color: rgb(244,242,188); }
H1.HeaderClassName
{
color: #F4F2BC;
}
.AnyTagClassName
{
color: #F4F2BC;
}
</style>
background-color css
<style>
a { background-color: #F4F2BC; }
a { background-color: rgb(244,242,188); }
div.DivClassName
{
background-color: #F4F2BC;
}
.BgClassName
{
background-color: #F4F2BC;
}
</style>
border-color css
<style>
span { border-color: #F4F2BC; }
span { border-color: rgb(244,242,188); }
td.TdClassName
{
border-color: #F4F2BC;
}
.TagClassName
{
border-color: #F4F2BC;
}
</style>