#F0F0CE

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

Shades of Moon Glow #F0F0CE

Tints of Moon Glow #F0F0CE

Color information

#F0F0CE (or 0xF0F0CE) is unknown color: approx Moon Glow. HEX triplet: F0, F0 and CE. RGB value is (240,240,206). Sum of RGB (Red+Green+Blue) = 240+240+206=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 240 (94.14% from 255 or 34.99% from 686); Blue value is 206 (80.86% from 255 or 30.03% from 686); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F0CE is #0F0F31. Grayscale: #ECECEC. Windows color (decimal): -986930 or 13562096. OLE color: 13562096.

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

Color convert

RGB240240206-
CMYK000.140.06
HSL60º53.12%87.45%-
HSV(B)60º14.17%94.12%-
XYZ78.2485.370.73-
YUV236.12111130.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.99%
GREEN value IS 240 (94.14% from 255) = 34.99%
BLUE value IS 206 (80.86% from 255) = 30.03%
R=34.99%
G=34.99%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240240206000.140.066053.1287.45
HexF0F0CE00E63c3557
Octal360360316001667465127
Binary1111000011110000110011100011101101111001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F0CE; }

 p { color: rgb(240,240,206); }

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

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

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

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

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

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

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