Shades of Cumulus #F9F6C0
Tints of Cumulus #F9F6C0
RGB
CMYK
RGB Variations
Color information
#F9F6C0 (or 0xF9F6C0) is known color: Cumulus. HEX triplet: F9, F6 and C0. RGB value is (249,246,192). Sum of RGB (Red+Green+Blue) = 249+246+192=687 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.24% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 192 (75.39% from 255 or 27.95% from 687); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F6C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F6C0 is #06093F. Grayscale: #F0F0F0. Windows color (decimal): -395584 or 12646137. OLE color: 12646137.
HSL color Cylindrical-coordinate representation of color #F9F6C0: hue angle of 56.84º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9F6C0 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 246 | 192 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.02 |
| HSL | 56.84º | 0.83% | 0.86% | - |
| HSV(B) | 56.84º | 0.23% | 0.98% | - |
| XYZ | 81.54 | 89.86 | 62.92 | - |
| YUV | 240.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 246 | 192 | 0 | 0.01 | 0.23 | 0.02 | 56.84 | 0.83 | 0.86 |
| Hex | F9 | F6 | C0 | 0 | 1 | 17 | 2 | 39 | 53 | 56 |
| Octal | 371 | 366 | 300 | 0 | 1 | 27 | 2 | 71 | 123 | 126 |
| Binary | 11111001 | 11110110 | 11000000 | 0 | 1 | 10111 | 10 | 111001 | 1010011 | 1010110 |
Color Harmonies of #F9F6C0
Complementary color
Monochromatic Colors of #F9F6C0
Black with #F9F6C0
Text Example
Text Example
White with #F9F6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F6C0; }
p { color: rgb(249,246,192); }
H1.HeaderClassName
{
color: #F9F6C0;
}
.AnyTagClassName
{
color: #F9F6C0;
}
</style>
background-color css
<style>
a { background-color: #F9F6C0; }
a { background-color: rgb(249,246,192); }
div.DivClassName
{
background-color: #F9F6C0;
}
.BgClassName
{
background-color: #F9F6C0;
}
</style>
border-color css
<style>
span { border-color: #F9F6C0; }
span { border-color: rgb(249,246,192); }
td.TdClassName
{
border-color: #F9F6C0;
}
.TagClassName
{
border-color: #F9F6C0;
}
</style>