#F0EDCB

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

Shades of Moon Glow #F0EDCB

Tints of Moon Glow #F0EDCB

Color information

#F0EDCB (or 0xF0EDCB) is unknown color: approx Moon Glow. HEX triplet: F0, ED and CB. RGB value is (240,237,203). Sum of RGB (Red+Green+Blue) = 240+237+203=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 203 (79.69% from 255 or 29.85% from 680); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EDCB is #0F1234. Grayscale: #EAEAEA. Windows color (decimal): -987701 or 13364720. OLE color: 13364720.

HSL color Cylindrical-coordinate representation of color #F0EDCB: hue angle of 55.14º 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 #F0EDCB is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240237203-
CMYK00.010.150.06
HSL55.14º55.22%86.86%-
HSV(B)55.14º15.42%94.12%-
XYZ7783.4168.54-
YUV234.02110.49132.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.29%
GREEN value IS 237 (92.97% from 255) = 34.85%
BLUE value IS 203 (79.69% from 255) = 29.85%
R=35.29%
G=34.85%
B=29.85%

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
Decimal24023720300.010.150.0655.1455.2286.86
HexF0EDCB01F6373757
Octal360355313011766767127
Binary1111000011101101110010110111111101101111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EDCB; }

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

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

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

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

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

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

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

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