#F1F0CF

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

Shades of Moon Glow #F1F0CF

Tints of Moon Glow #F1F0CF

Color information

#F1F0CF (or 0xF1F0CF) is unknown color: approx Moon Glow. HEX triplet: F1, F0 and CF. RGB value is (241,240,207). Sum of RGB (Red+Green+Blue) = 241+240+207=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 240 (94.14% from 255 or 34.88% from 688); Blue value is 207 (81.25% from 255 or 30.09% from 688); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F0CF is #0E0F30. Grayscale: #ECECEC. Windows color (decimal): -921393 or 13627633. OLE color: 13627633.

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

Color convert

RGB241240207-
CMYK00.000.140.05
HSL58.24º54.84%87.84%-
HSV(B)58.24º14.11%94.51%-
XYZ78.785.5371.39-
YUV236.54111.33131.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.03%
GREEN value IS 240 (94.14% from 255) = 34.88%
BLUE value IS 207 (81.25% from 255) = 30.09%
R=35.03%
G=34.88%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124020700.000.140.0558.2454.8487.84
HexF1F0CF00E53a3758
Octal361360317001657267130
Binary1111000111110000110011110011101011110101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F0CF; }

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

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

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

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

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

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

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

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