#F1F0CE

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

Shades of Moon Glow #F1F0CE

Tints of Moon Glow #F1F0CE

Color information

#F1F0CE (or 0xF1F0CE) is unknown color: approx Moon Glow. HEX triplet: F1, F0 and CE. RGB value is (241,240,206). Sum of RGB (Red+Green+Blue) = 241+240+206=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 206 (80.86% from 255 or 29.99% from 687); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F0CE is #0E0F31. Grayscale: #ECECEC. Windows color (decimal): -921394 or 13562097. OLE color: 13562097.

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

Color convert

RGB241240206-
CMYK00.000.150.05
HSL58.29º55.56%87.65%-
HSV(B)58.29º14.52%94.51%-
XYZ78.5885.4870.75-
YUV236.42110.83131.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.08%
GREEN value IS 240 (94.14% from 255) = 34.93%
BLUE value IS 206 (80.86% from 255) = 29.99%
R=35.08%
G=34.93%
B=29.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124020600.000.150.0558.2955.5687.65
HexF1F0CE00F53a3858
Octal361360316001757270130
Binary1111000111110000110011100011111011110101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F0CE; }

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

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

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

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

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

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

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

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