Shades of Moon Glow #F3F1D3
Tints of Moon Glow #F3F1D3
RGB
CMYK
RGB Variations
Color information
#F3F1D3 (or 0xF3F1D3) is known color: Moon Glow. HEX triplet: F3, F1 and D3. RGB value is (243,241,211). Sum of RGB (Red+Green+Blue) = 243+241+211=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 211 (82.81% from 255 or 30.36% from 695); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F1D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F1D3 is #0C0E2C. Grayscale: #EEEEEE. Windows color (decimal): -790061 or 13890035. OLE color: 13890035.
HSL color Cylindrical-coordinate representation of color #F3F1D3: hue angle of 56.25º degrees, saturation: 0.57, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F3F1D3 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 241 | 211 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.05 |
| HSL | 56.25º | 0.57% | 0.89% | - |
| HSV(B) | 56.25º | 0.13% | 0.95% | - |
| XYZ | 80.18 | 86.67 | 74.13 | - |
| YUV | 238.18 | 112.66 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 241 | 211 | 0 | 0.01 | 0.13 | 0.05 | 56.25 | 0.57 | 0.89 |
| Hex | F3 | F1 | D3 | 0 | 1 | D | 5 | 38 | 39 | 59 |
| Octal | 363 | 361 | 323 | 0 | 1 | 15 | 5 | 70 | 71 | 131 |
| Binary | 11110011 | 11110001 | 11010011 | 0 | 1 | 1101 | 101 | 111000 | 111001 | 1011001 |
Color Harmonies of #F3F1D3
Complementary color
Monochromatic Colors of #F3F1D3
Black with #F3F1D3
Text Example
Text Example
White with #F3F1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F1D3; }
p { color: rgb(243,241,211); }
H1.HeaderClassName
{
color: #F3F1D3;
}
.AnyTagClassName
{
color: #F3F1D3;
}
</style>
background-color css
<style>
a { background-color: #F3F1D3; }
a { background-color: rgb(243,241,211); }
div.DivClassName
{
background-color: #F3F1D3;
}
.BgClassName
{
background-color: #F3F1D3;
}
</style>
border-color css
<style>
span { border-color: #F3F1D3; }
span { border-color: rgb(243,241,211); }
td.TdClassName
{
border-color: #F3F1D3;
}
.TagClassName
{
border-color: #F3F1D3;
}
</style>