#F2F0D0

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

Shades of Moon Glow #F2F0D0

Tints of Moon Glow #F2F0D0

Color information

#F2F0D0 (or 0xF2F0D0) is unknown color: approx Moon Glow. HEX triplet: F2, F0 and D0. RGB value is (242,240,208). Sum of RGB (Red+Green+Blue) = 242+240+208=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 240 (94.14% from 255 or 34.78% from 690); Blue value is 208 (81.64% from 255 or 30.14% from 690); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0D0 is #0D0F2F. Grayscale: #EDEDED. Windows color (decimal): -855856 or 13693170. OLE color: 13693170.

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

Color convert

RGB242240208-
CMYK00.010.140.05
HSL56.47º56.67%88.24%-
HSV(B)56.47º14.05%94.9%-
XYZ79.1685.7572.05-
YUV236.95111.66131.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.07%
GREEN value IS 240 (94.14% from 255) = 34.78%
BLUE value IS 208 (81.64% from 255) = 30.14%
R=35.07%
G=34.78%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224020800.010.140.0556.4756.6788.24
HexF2F0D001E5383958
Octal362360320011657071130
Binary1111001011110000110100000111101011110001110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F0D0; }

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

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

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

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

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

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

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

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