Shades of Moon Glow #F6F0CB
Tints of Moon Glow #F6F0CB
RGB
CMYK
RGB Variations
Color information
#F6F0CB (or 0xF6F0CB) is known color: Moon Glow. HEX triplet: F6, F0 and CB. RGB value is (246,240,203). Sum of RGB (Red+Green+Blue) = 246+240+203=689 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.70% from 689); Green value is 240 (94.14% from 255 or 34.83% from 689); Blue value is 203 (79.69% from 255 or 29.46% from 689); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F0CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F0CB is #090F34. Grayscale: #EDEDED. Windows color (decimal): -593717 or 13365494. OLE color: 13365494.
HSL color Cylindrical-coordinate representation of color #F6F0CB: hue angle of 51.63º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6F0CB is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 240 | 203 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.04 |
| HSL | 51.63º | 0.7% | 0.88% | - |
| HSV(B) | 51.63º | 0.17% | 0.96% | - |
| XYZ | 79.95 | 86.22 | 68.93 | - |
| YUV | 237.58 | 108.49 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 240 | 203 | 0 | 0.02 | 0.17 | 0.04 | 51.63 | 0.7 | 0.88 |
| Hex | F6 | F0 | CB | 0 | 2 | 11 | 4 | 34 | 46 | 58 |
| Octal | 366 | 360 | 313 | 0 | 2 | 21 | 4 | 64 | 106 | 130 |
| Binary | 11110110 | 11110000 | 11001011 | 0 | 10 | 10001 | 100 | 110100 | 1000110 | 1011000 |
Color Harmonies of #F6F0CB
Complementary color
Monochromatic Colors of #F6F0CB
Black with #F6F0CB
Text Example
Text Example
White with #F6F0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F0CB; }
p { color: rgb(246,240,203); }
H1.HeaderClassName
{
color: #F6F0CB;
}
.AnyTagClassName
{
color: #F6F0CB;
}
</style>
background-color css
<style>
a { background-color: #F6F0CB; }
a { background-color: rgb(246,240,203); }
div.DivClassName
{
background-color: #F6F0CB;
}
.BgClassName
{
background-color: #F6F0CB;
}
</style>
border-color css
<style>
span { border-color: #F6F0CB; }
span { border-color: rgb(246,240,203); }
td.TdClassName
{
border-color: #F6F0CB;
}
.TagClassName
{
border-color: #F6F0CB;
}
</style>