#F1F0D3

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

Shades of Moon Glow #F1F0D3

Tints of Moon Glow #F1F0D3

Color information

#F1F0D3 (or 0xF1F0D3) is unknown color: approx Moon Glow. HEX triplet: F1, F0 and D3. RGB value is (241,240,211). Sum of RGB (Red+Green+Blue) = 241+240+211=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 211 (82.81% from 255 or 30.49% from 692); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F0D3 is #0E0F2C. Grayscale: #EDEDED. Windows color (decimal): -921389 or 13889777. OLE color: 13889777.

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

Color convert

RGB241240211-
CMYK00.000.120.05
HSL58º51.72%88.63%-
HSV(B)58º12.45%94.51%-
XYZ79.1985.7274-
YUV236.99113.33130.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.83%
GREEN value IS 240 (94.14% from 255) = 34.68%
BLUE value IS 211 (82.81% from 255) = 30.49%
R=34.83%
G=34.68%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124021100.000.120.055851.7288.63
HexF1F0D300C53a3459
Octal361360323001457264131
Binary1111000111110000110100110011001011110101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F0D3; }

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

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

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

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

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

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

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

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