#F0EFCF

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

Shades of Moon Glow #F0EFCF

Tints of Moon Glow #F0EFCF

Color information

#F0EFCF (or 0xF0EFCF) is unknown color: approx Moon Glow. HEX triplet: F0, EF and CF. RGB value is (240,239,207). Sum of RGB (Red+Green+Blue) = 240+239+207=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 207 (81.25% from 255 or 30.17% from 686); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EFCF is #0F1030. Grayscale: #EBEBEB. Windows color (decimal): -987185 or 13627376. OLE color: 13627376.

HSL color Cylindrical-coordinate representation of color #F0EFCF: hue angle of 58.18º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0EFCF is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240239207-
CMYK00.000.140.06
HSL58.18º52.38%87.65%-
HSV(B)58.18º13.75%94.12%-
XYZ78.0684.7671.28-
YUV235.65111.83131.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.99%
GREEN value IS 239 (93.75% from 255) = 34.84%
BLUE value IS 207 (81.25% from 255) = 30.17%
R=34.99%
G=34.84%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023920700.000.140.0658.1852.3887.65
HexF0EFCF00E63a3458
Octal360357317001667264130
Binary1111000011101111110011110011101101110101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFCF; }

 p { color: rgb(240,239,207); }

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

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

 a { background-color: rgb(240,239,207); }

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

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

 span { border-color: rgb(240,239,207); }

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