#F2F2D1

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

Shades of Moon Glow #F2F2D1

Tints of Moon Glow #F2F2D1

Color information

#F2F2D1 (or 0xF2F2D1) is unknown color: approx Moon Glow. HEX triplet: F2, F2 and D1. RGB value is (242,242,209). Sum of RGB (Red+Green+Blue) = 242+242+209=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 209 (82.03% from 255 or 30.16% from 693); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F2D1 is #0D0D2E. Grayscale: #EEEEEE. Windows color (decimal): -855343 or 13759218. OLE color: 13759218.

HSL color Cylindrical-coordinate representation of color #F2F2D1: hue angle of 60º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2F2D1 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB242242209-
CMYK000.140.05
HSL60º55.93%88.43%-
HSV(B)60º13.64%94.9%-
XYZ79.8886.9872.9-
YUV238.24111.5130.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.92%
GREEN value IS 242 (94.92% from 255) = 34.92%
BLUE value IS 209 (82.03% from 255) = 30.16%
R=34.92%
G=34.92%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242242209000.140.056055.9388.43
HexF2F2D100E53c3858
Octal362362321001657470130
Binary1111001011110010110100010011101011111001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F2D1; }

 p { color: rgb(242,242,209); }

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

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

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

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

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

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

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