#F2F0D2

Color #F2F0D2 Moon Glow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Glow #F2F0D2

Tints of Moon Glow #F2F0D2

Color information

#F2F0D2 (or 0xF2F0D2) is unknown color: approx Moon Glow. HEX triplet: F2, F0 and D2. RGB value is (242,240,210). Sum of RGB (Red+Green+Blue) = 242+240+210=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 210 (82.42% from 255 or 30.35% from 692); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0D2 is #0D0F2D. Grayscale: #EDEDED. Windows color (decimal): -855854 or 13824242. OLE color: 13824242.

HSL color Cylindrical-coordinate representation of color #F2F0D2: hue angle of 56.25º degrees, saturation: 0.55, 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 #F2F0D2 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB242240210-
CMYK00.010.130.05
HSL56.25º55.17%88.63%-
HSV(B)56.25º13.22%94.9%-
XYZ79.4185.8573.36-
YUV237.18112.66131.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 34.97%
GREEN value IS 240 (94.14% from 255) = 34.68%
BLUE value IS 210 (82.42% from 255) = 30.35%
R=34.97%
G=34.68%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224021000.010.130.0556.2555.1788.63
HexF2F0D201D5383759
Octal362360322011557067131
Binary1111001011110000110100100111011011110001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F0D2; }

 p { color: rgb(242,240,210); }

 H1.HeaderClassName
 {
   color: #F2F0D2;
 }
 .AnyTagClassName
 {
   color: #F2F0D2;
 }
</style>
background-color css

<style>
 a { background-color: #F2F0D2; }

 a { background-color: rgb(242,240,210); }

 div.DivClassName
 {
   background-color: #F2F0D2;
 }
 .BgClassName
 {
   background-color: #F2F0D2;
 }
</style>
border-color css

<style>
 span { border-color: #F2F0D2; }

 span { border-color: rgb(242,240,210); }

 td.TdClassName
 {
   border-color: #F2F0D2;
 }
 .TagClassName
 {
   border-color: #F2F0D2;
 }
</style>