Shades of Cumulus #F6F2B9
Tints of Cumulus #F6F2B9
RGB
CMYK
RGB Variations
Color information
#F6F2B9 (or 0xF6F2B9) is known color: Cumulus. HEX triplet: F6, F2 and B9. RGB value is (246,242,185). Sum of RGB (Red+Green+Blue) = 246+242+185=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 185 (72.66% from 255 or 27.49% from 673); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F2B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F2B9 is #090D46. Grayscale: #ECECEC. Windows color (decimal): -593223 or 12186358. OLE color: 12186358.
HSL color Cylindrical-coordinate representation of color #F6F2B9: hue angle of 56.07º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6F2B9 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 185 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.04 |
| HSL | 56.07º | 0.77% | 0.85% | - |
| HSV(B) | 56.07º | 0.25% | 0.96% | - |
| XYZ | 78.52 | 86.6 | 58.48 | - |
| YUV | 236.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 185 | 0 | 0.02 | 0.25 | 0.04 | 56.07 | 0.77 | 0.85 |
| Hex | F6 | F2 | B9 | 0 | 2 | 19 | 4 | 38 | 4D | 55 |
| Octal | 366 | 362 | 271 | 0 | 2 | 31 | 4 | 70 | 115 | 125 |
| Binary | 11110110 | 11110010 | 10111001 | 0 | 10 | 11001 | 100 | 111000 | 1001101 | 1010101 |
Color Harmonies of #F6F2B9
Complementary color
Monochromatic Colors of #F6F2B9
Black with #F6F2B9
Text Example
Text Example
White with #F6F2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F2B9; }
p { color: rgb(246,242,185); }
H1.HeaderClassName
{
color: #F6F2B9;
}
.AnyTagClassName
{
color: #F6F2B9;
}
</style>
background-color css
<style>
a { background-color: #F6F2B9; }
a { background-color: rgb(246,242,185); }
div.DivClassName
{
background-color: #F6F2B9;
}
.BgClassName
{
background-color: #F6F2B9;
}
</style>
border-color css
<style>
span { border-color: #F6F2B9; }
span { border-color: rgb(246,242,185); }
td.TdClassName
{
border-color: #F6F2B9;
}
.TagClassName
{
border-color: #F6F2B9;
}
</style>