Shades of Cumulus #F4F1BA
Tints of Cumulus #F4F1BA
RGB
CMYK
RGB Variations
Color information
#F4F1BA (or 0xF4F1BA) is known color: Cumulus. HEX triplet: F4, F1 and BA. RGB value is (244,241,186). Sum of RGB (Red+Green+Blue) = 244+241+186=671 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.36% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 186 (73.05% from 255 or 27.72% from 671); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F1BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4F1BA is #0B0E45. Grayscale: #EBEBEB. Windows color (decimal): -724550 or 12251636. OLE color: 12251636.
HSL color Cylindrical-coordinate representation of color #F4F1BA: hue angle of 56.9º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4F1BA is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 241 | 186 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.04 |
| HSL | 56.9º | 0.73% | 0.84% | - |
| HSV(B) | 56.9º | 0.24% | 0.96% | - |
| XYZ | 77.63 | 85.69 | 58.9 | - |
| YUV | 235.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 241 | 186 | 0 | 0.01 | 0.24 | 0.04 | 56.9 | 0.73 | 0.84 |
| Hex | F4 | F1 | BA | 0 | 1 | 18 | 4 | 39 | 48 | 54 |
| Octal | 364 | 361 | 272 | 0 | 1 | 30 | 4 | 71 | 110 | 124 |
| Binary | 11110100 | 11110001 | 10111010 | 0 | 1 | 11000 | 100 | 111001 | 1001000 | 1010100 |
Color Harmonies of #F4F1BA
Complementary color
Monochromatic Colors of #F4F1BA
Black with #F4F1BA
Text Example
Text Example
White with #F4F1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F1BA; }
p { color: rgb(244,241,186); }
H1.HeaderClassName
{
color: #F4F1BA;
}
.AnyTagClassName
{
color: #F4F1BA;
}
</style>
background-color css
<style>
a { background-color: #F4F1BA; }
a { background-color: rgb(244,241,186); }
div.DivClassName
{
background-color: #F4F1BA;
}
.BgClassName
{
background-color: #F4F1BA;
}
</style>
border-color css
<style>
span { border-color: #F4F1BA; }
span { border-color: rgb(244,241,186); }
td.TdClassName
{
border-color: #F4F1BA;
}
.TagClassName
{
border-color: #F4F1BA;
}
</style>