Shades of Cumulus #F4F0BC
Tints of Cumulus #F4F0BC
RGB
CMYK
RGB Variations
Color information
#F4F0BC (or 0xF4F0BC) is known color: Cumulus. HEX triplet: F4, F0 and BC. RGB value is (244,240,188). Sum of RGB (Red+Green+Blue) = 244+240+188=672 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.31% from 672); Green value is 240 (94.14% from 255 or 35.71% from 672); Blue value is 188 (73.83% from 255 or 27.98% from 672); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F0BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4F0BC is #0B0F43. Grayscale: #EBEBEB. Windows color (decimal): -724804 or 12382452. OLE color: 12382452.
HSL color Cylindrical-coordinate representation of color #F4F0BC: hue angle of 55.71º 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 #F4F0BC is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 240 | 188 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.04 |
| HSL | 55.71º | 0.72% | 0.85% | - |
| HSV(B) | 55.71º | 0.23% | 0.96% | - |
| XYZ | 77.55 | 85.18 | 59.93 | - |
| YUV | 235.27 | 101.33 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 240 | 188 | 0 | 0.02 | 0.23 | 0.04 | 55.71 | 0.72 | 0.85 |
| Hex | F4 | F0 | BC | 0 | 2 | 17 | 4 | 38 | 48 | 55 |
| Octal | 364 | 360 | 274 | 0 | 2 | 27 | 4 | 70 | 110 | 125 |
| Binary | 11110100 | 11110000 | 10111100 | 0 | 10 | 10111 | 100 | 111000 | 1001000 | 1010101 |
Color Harmonies of #F4F0BC
Complementary color
Monochromatic Colors of #F4F0BC
Black with #F4F0BC
Text Example
Text Example
White with #F4F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F0BC; }
p { color: rgb(244,240,188); }
H1.HeaderClassName
{
color: #F4F0BC;
}
.AnyTagClassName
{
color: #F4F0BC;
}
</style>
background-color css
<style>
a { background-color: #F4F0BC; }
a { background-color: rgb(244,240,188); }
div.DivClassName
{
background-color: #F4F0BC;
}
.BgClassName
{
background-color: #F4F0BC;
}
</style>
border-color css
<style>
span { border-color: #F4F0BC; }
span { border-color: rgb(244,240,188); }
td.TdClassName
{
border-color: #F4F0BC;
}
.TagClassName
{
border-color: #F4F0BC;
}
</style>