#f2efcc

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

Shades of Moon Glow #F2EFCC

Tints of Moon Glow #F2EFCC

Color information

#F2EFCC (or 0xF2EFCC) is unknown color: approx Moon Glow. HEX triplet: F2, EF and CC. RGB value is (242,239,204). Sum of RGB (Red+Green+Blue) = 242+239+204=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 204 (80.08% from 255 or 29.78% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFCC is #0D1033. Grayscale: #ECECEC. Windows color (decimal): -856116 or 13430770. OLE color: 13430770.

HSL color Cylindrical-coordinate representation of color #F2EFCC: hue angle of 55.26º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2EFCC is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB242239204-
CMYK00.010.160.05
HSL55.26º59.38%87.45%-
HSV(B)55.26º15.7%94.9%-
XYZ78.3884.9769.4-
YUV235.91109.99132.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.33%
GREEN value IS 239 (93.75% from 255) = 34.89%
BLUE value IS 204 (80.08% from 255) = 29.78%
R=35.33%
G=34.89%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223920400.010.160.0555.2659.3887.45
HexF2EFCC01105373b57
Octal362357314012056773127
Binary11110010111011111100110001100001011101111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2efcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2efcc; }

 p { color: rgb(242,239,204); }

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

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

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

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

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

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

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