Shades of Moon Glow #F8F5D2
Tints of Moon Glow #F8F5D2
RGB
CMYK
RGB Variations
Color information
#F8F5D2 (or 0xF8F5D2) is known color: Moon Glow. HEX triplet: F8, F5 and D2. RGB value is (248,245,210). Sum of RGB (Red+Green+Blue) = 248+245+210=703 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.28% from 703); Green value is 245 (96.09% from 255 or 34.85% from 703); Blue value is 210 (82.42% from 255 or 29.87% from 703); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F5D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F5D2 is #070A2D. Grayscale: #F2F2F2. Windows color (decimal): -461358 or 13825528. OLE color: 13825528.
HSL color Cylindrical-coordinate representation of color #F8F5D2: hue angle of 55.26º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8F5D2 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 210 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.03 |
| HSL | 55.26º | 0.73% | 0.9% | - |
| HSV(B) | 55.26º | 0.15% | 0.97% | - |
| XYZ | 83 | 89.91 | 73.95 | - |
| YUV | 241.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 210 | 0 | 0.01 | 0.15 | 0.03 | 55.26 | 0.73 | 0.9 |
| Hex | F8 | F5 | D2 | 0 | 1 | F | 3 | 37 | 49 | 5A |
| Octal | 370 | 365 | 322 | 0 | 1 | 17 | 3 | 67 | 111 | 132 |
| Binary | 11111000 | 11110101 | 11010010 | 0 | 1 | 1111 | 11 | 110111 | 1001001 | 1011010 |
Color Harmonies of #F8F5D2
Complementary color
Monochromatic Colors of #F8F5D2
Black with #F8F5D2
Text Example
Text Example
White with #F8F5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F5D2; }
p { color: rgb(248,245,210); }
H1.HeaderClassName
{
color: #F8F5D2;
}
.AnyTagClassName
{
color: #F8F5D2;
}
</style>
background-color css
<style>
a { background-color: #F8F5D2; }
a { background-color: rgb(248,245,210); }
div.DivClassName
{
background-color: #F8F5D2;
}
.BgClassName
{
background-color: #F8F5D2;
}
</style>
border-color css
<style>
span { border-color: #F8F5D2; }
span { border-color: rgb(248,245,210); }
td.TdClassName
{
border-color: #F8F5D2;
}
.TagClassName
{
border-color: #F8F5D2;
}
</style>