Shades of Moon Glow #F6F5D2
Tints of Moon Glow #F6F5D2
RGB
CMYK
RGB Variations
Color information
#F6F5D2 (or 0xF6F5D2) is known color: Moon Glow. HEX triplet: F6, F5 and D2. RGB value is (246,245,210). Sum of RGB (Red+Green+Blue) = 246+245+210=701 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.09% from 701); Green value is 245 (96.09% from 255 or 34.95% from 701); Blue value is 210 (82.42% from 255 or 29.96% from 701); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F5D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F5D2 is #090A2D. Grayscale: #F1F1F1. Windows color (decimal): -592430 or 13825526. OLE color: 13825526.
HSL color Cylindrical-coordinate representation of color #F6F5D2: hue angle of 58.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 #F6F5D2 is Cyan = 0, Magento = 0.00, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 245 | 210 | - |
| CMYK | 0 | 0.00 | 0.15 | 0.04 |
| HSL | 58.33º | 0.67% | 0.89% | - |
| HSV(B) | 58.33º | 0.15% | 0.96% | - |
| XYZ | 82.29 | 89.55 | 73.92 | - |
| YUV | 241.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 245 | 210 | 0 | 0.00 | 0.15 | 0.04 | 58.33 | 0.67 | 0.89 |
| Hex | F6 | F5 | D2 | 0 | 0 | F | 4 | 3A | 43 | 59 |
| Octal | 366 | 365 | 322 | 0 | 0 | 17 | 4 | 72 | 103 | 131 |
| Binary | 11110110 | 11110101 | 11010010 | 0 | 0 | 1111 | 100 | 111010 | 1000011 | 1011001 |
Color Harmonies of #F6F5D2
Complementary color
Monochromatic Colors of #F6F5D2
Black with #F6F5D2
Text Example
Text Example
White with #F6F5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F5D2; }
p { color: rgb(246,245,210); }
H1.HeaderClassName
{
color: #F6F5D2;
}
.AnyTagClassName
{
color: #F6F5D2;
}
</style>
background-color css
<style>
a { background-color: #F6F5D2; }
a { background-color: rgb(246,245,210); }
div.DivClassName
{
background-color: #F6F5D2;
}
.BgClassName
{
background-color: #F6F5D2;
}
</style>
border-color css
<style>
span { border-color: #F6F5D2; }
span { border-color: rgb(246,245,210); }
td.TdClassName
{
border-color: #F6F5D2;
}
.TagClassName
{
border-color: #F6F5D2;
}
</style>