Shades of Moon Glow #F6F2D2
Tints of Moon Glow #F6F2D2
RGB
CMYK
RGB Variations
Color information
#F6F2D2 (or 0xF6F2D2) is known color: Moon Glow. HEX triplet: F6, F2 and D2. RGB value is (246,242,210). Sum of RGB (Red+Green+Blue) = 246+242+210=698 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.24% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 210 (82.42% from 255 or 30.09% from 698); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F2D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F2D2 is #090D2D. Grayscale: #EFEFEF. Windows color (decimal): -593198 or 13824758. OLE color: 13824758.
HSL color Cylindrical-coordinate representation of color #F6F2D2: hue angle of 53.33º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6F2D2 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 210 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.04 |
| HSL | 53.33º | 0.67% | 0.89% | - |
| HSV(B) | 53.33º | 0.15% | 0.96% | - |
| XYZ | 81.39 | 87.75 | 73.62 | - |
| YUV | 239.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 210 | 0 | 0.02 | 0.15 | 0.04 | 53.33 | 0.67 | 0.89 |
| Hex | F6 | F2 | D2 | 0 | 2 | F | 4 | 35 | 43 | 59 |
| Octal | 366 | 362 | 322 | 0 | 2 | 17 | 4 | 65 | 103 | 131 |
| Binary | 11110110 | 11110010 | 11010010 | 0 | 10 | 1111 | 100 | 110101 | 1000011 | 1011001 |
Color Harmonies of #F6F2D2
Complementary color
Monochromatic Colors of #F6F2D2
Black with #F6F2D2
Text Example
Text Example
White with #F6F2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F2D2; }
p { color: rgb(246,242,210); }
H1.HeaderClassName
{
color: #F6F2D2;
}
.AnyTagClassName
{
color: #F6F2D2;
}
</style>
background-color css
<style>
a { background-color: #F6F2D2; }
a { background-color: rgb(246,242,210); }
div.DivClassName
{
background-color: #F6F2D2;
}
.BgClassName
{
background-color: #F6F2D2;
}
</style>
border-color css
<style>
span { border-color: #F6F2D2; }
span { border-color: rgb(246,242,210); }
td.TdClassName
{
border-color: #F6F2D2;
}
.TagClassName
{
border-color: #F6F2D2;
}
</style>