Shades of Cumulus #F6F2BF
Tints of Cumulus #F6F2BF
RGB
CMYK
RGB Variations
Color information
#F6F2BF (or 0xF6F2BF) is known color: Cumulus. HEX triplet: F6, F2 and BF. RGB value is (246,242,191). Sum of RGB (Red+Green+Blue) = 246+242+191=679 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.23% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 191 (75% from 255 or 28.13% from 679); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F2BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F2BF is #090D40. Grayscale: #EDEDED. Windows color (decimal): -593217 or 12579574. OLE color: 12579574.
HSL color Cylindrical-coordinate representation of color #F6F2BF: hue angle of 55.64º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6F2BF is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 191 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.04 |
| HSL | 55.64º | 0.75% | 0.86% | - |
| HSV(B) | 55.64º | 0.22% | 0.96% | - |
| XYZ | 79.16 | 86.86 | 61.88 | - |
| YUV | 237.38 | 101.83 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 191 | 0 | 0.02 | 0.22 | 0.04 | 55.64 | 0.75 | 0.86 |
| Hex | F6 | F2 | BF | 0 | 2 | 16 | 4 | 38 | 4B | 56 |
| Octal | 366 | 362 | 277 | 0 | 2 | 26 | 4 | 70 | 113 | 126 |
| Binary | 11110110 | 11110010 | 10111111 | 0 | 10 | 10110 | 100 | 111000 | 1001011 | 1010110 |
Color Harmonies of #F6F2BF
Complementary color
Monochromatic Colors of #F6F2BF
Black with #F6F2BF
Text Example
Text Example
White with #F6F2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F2BF; }
p { color: rgb(246,242,191); }
H1.HeaderClassName
{
color: #F6F2BF;
}
.AnyTagClassName
{
color: #F6F2BF;
}
</style>
background-color css
<style>
a { background-color: #F6F2BF; }
a { background-color: rgb(246,242,191); }
div.DivClassName
{
background-color: #F6F2BF;
}
.BgClassName
{
background-color: #F6F2BF;
}
</style>
border-color css
<style>
span { border-color: #F6F2BF; }
span { border-color: rgb(246,242,191); }
td.TdClassName
{
border-color: #F6F2BF;
}
.TagClassName
{
border-color: #F6F2BF;
}
</style>