#F0F0CF

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

Shades of Moon Glow #F0F0CF

Tints of Moon Glow #F0F0CF

Color information

#F0F0CF (or 0xF0F0CF) is unknown color: approx Moon Glow. HEX triplet: F0, F0 and CF. RGB value is (240,240,207). Sum of RGB (Red+Green+Blue) = 240+240+207=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 207 (81.25% from 255 or 30.13% from 687); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F0CF is #0F0F30. Grayscale: #ECECEC. Windows color (decimal): -986929 or 13627632. OLE color: 13627632.

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

Color convert

RGB240240207-
CMYK000.140.06
HSL60º52.38%87.65%-
HSV(B)60º13.75%94.12%-
XYZ78.3685.3571.38-
YUV236.24111.5130.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.93%
GREEN value IS 240 (94.14% from 255) = 34.93%
BLUE value IS 207 (81.25% from 255) = 30.13%
R=34.93%
G=34.93%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240240207000.140.066052.3887.65
HexF0F0CF00E63c3458
Octal360360317001667464130
Binary1111000011110000110011110011101101111001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F0CF; }

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

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

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

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

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

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

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

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