#F0EDCC

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

Shades of Moon Glow #F0EDCC

Tints of Moon Glow #F0EDCC

Color information

#F0EDCC (or 0xF0EDCC) is unknown color: approx Moon Glow. HEX triplet: F0, ED and CC. RGB value is (240,237,204). Sum of RGB (Red+Green+Blue) = 240+237+204=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 204 (80.08% from 255 or 29.96% from 681); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EDCC is #0F1233. Grayscale: #EAEAEA. Windows color (decimal): -987700 or 13430256. OLE color: 13430256.

HSL color Cylindrical-coordinate representation of color #F0EDCC: hue angle of 55º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0EDCC is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240237204-
CMYK00.010.150.06
HSL55º54.55%87.06%-
HSV(B)55º15%94.12%-
XYZ77.1283.4569.17-
YUV234.14110.99132.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.24%
GREEN value IS 237 (92.97% from 255) = 34.80%
BLUE value IS 204 (80.08% from 255) = 29.96%
R=35.24%
G=34.80%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023720400.010.150.065554.5587.06
HexF0EDCC01F6373757
Octal360355314011766767127
Binary1111000011101101110011000111111101101111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EDCC; }

 p { color: rgb(240,237,204); }

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

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

 a { background-color: rgb(240,237,204); }

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

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

 span { border-color: rgb(240,237,204); }

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