Shades of Moon Glow #F2F1CE
Tints of Moon Glow #F2F1CE
RGB
CMYK
RGB Variations
Color information
#F2F1CE (or 0xF2F1CE) is known color: Moon Glow. HEX triplet: F2, F1 and CE. RGB value is (242,241,206). Sum of RGB (Red+Green+Blue) = 242+241+206=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 241 (94.53% from 255 or 34.98% from 689); Blue value is 206 (80.86% from 255 or 29.90% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F1CE is #0D0E31. Grayscale: #EDEDED. Windows color (decimal): -855602 or 13562354. OLE color: 13562354.
HSL color Cylindrical-coordinate representation of color #F2F1CE: hue angle of 58.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2F1CE is Cyan = 0, Magento = 0.00, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 206 | - |
| CMYK | 0 | 0.00 | 0.15 | 0.05 |
| HSL | 58.33º | 0.58% | 0.88% | - |
| HSV(B) | 58.33º | 0.15% | 0.95% | - |
| XYZ | 79.21 | 86.24 | 70.86 | - |
| YUV | 237.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 206 | 0 | 0.00 | 0.15 | 0.05 | 58.33 | 0.58 | 0.88 |
| Hex | F2 | F1 | CE | 0 | 0 | F | 5 | 3A | 3A | 58 |
| Octal | 362 | 361 | 316 | 0 | 0 | 17 | 5 | 72 | 72 | 130 |
| Binary | 11110010 | 11110001 | 11001110 | 0 | 0 | 1111 | 101 | 111010 | 111010 | 1011000 |
Color Harmonies of #F2F1CE
Complementary color
Monochromatic Colors of #F2F1CE
Black with #F2F1CE
Text Example
Text Example
White with #F2F1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F1CE; }
p { color: rgb(242,241,206); }
H1.HeaderClassName
{
color: #F2F1CE;
}
.AnyTagClassName
{
color: #F2F1CE;
}
</style>
background-color css
<style>
a { background-color: #F2F1CE; }
a { background-color: rgb(242,241,206); }
div.DivClassName
{
background-color: #F2F1CE;
}
.BgClassName
{
background-color: #F2F1CE;
}
</style>
border-color css
<style>
span { border-color: #F2F1CE; }
span { border-color: rgb(242,241,206); }
td.TdClassName
{
border-color: #F2F1CE;
}
.TagClassName
{
border-color: #F2F1CE;
}
</style>