Shades of Moon Glow #F6F1D0
Tints of Moon Glow #F6F1D0
RGB
CMYK
RGB Variations
Color information
#F6F1D0 (or 0xF6F1D0) is known color: Moon Glow. HEX triplet: F6, F1 and D0. RGB value is (246,241,208). Sum of RGB (Red+Green+Blue) = 246+241+208=695 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.40% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 208 (81.64% from 255 or 29.93% from 695); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F1D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F1D0 is #090E2F. Grayscale: #EEEEEE. Windows color (decimal): -593456 or 13693430. OLE color: 13693430.
HSL color Cylindrical-coordinate representation of color #F6F1D0: hue angle of 52.11º degrees, saturation: 0.68, 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 #F6F1D0 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 241 | 208 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.04 |
| HSL | 52.11º | 0.68% | 0.89% | - |
| HSV(B) | 52.11º | 0.15% | 0.96% | - |
| XYZ | 80.85 | 87.06 | 72.22 | - |
| YUV | 238.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 241 | 208 | 0 | 0.02 | 0.15 | 0.04 | 52.11 | 0.68 | 0.89 |
| Hex | F6 | F1 | D0 | 0 | 2 | F | 4 | 34 | 44 | 59 |
| Octal | 366 | 361 | 320 | 0 | 2 | 17 | 4 | 64 | 104 | 131 |
| Binary | 11110110 | 11110001 | 11010000 | 0 | 10 | 1111 | 100 | 110100 | 1000100 | 1011001 |
Color Harmonies of #F6F1D0
Complementary color
Monochromatic Colors of #F6F1D0
Black with #F6F1D0
Text Example
Text Example
White with #F6F1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F1D0; }
p { color: rgb(246,241,208); }
H1.HeaderClassName
{
color: #F6F1D0;
}
.AnyTagClassName
{
color: #F6F1D0;
}
</style>
background-color css
<style>
a { background-color: #F6F1D0; }
a { background-color: rgb(246,241,208); }
div.DivClassName
{
background-color: #F6F1D0;
}
.BgClassName
{
background-color: #F6F1D0;
}
</style>
border-color css
<style>
span { border-color: #F6F1D0; }
span { border-color: rgb(246,241,208); }
td.TdClassName
{
border-color: #F6F1D0;
}
.TagClassName
{
border-color: #F6F1D0;
}
</style>