#F5F1CF

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

Shades of Moon Glow #F5F1CF

Tints of Moon Glow #F5F1CF

Color information

#F5F1CF (or 0xF5F1CF) is unknown color: approx Moon Glow. HEX triplet: F5, F1 and CF. RGB value is (245,241,207). Sum of RGB (Red+Green+Blue) = 245+241+207=693 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.35% from 693); Green value is 241 (94.53% from 255 or 34.78% from 693); Blue value is 207 (81.25% from 255 or 29.87% from 693); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F1CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F1CF is #0A0E30. Grayscale: #EEEEEE. Windows color (decimal): -658993 or 13627893. OLE color: 13627893.

HSL color Cylindrical-coordinate representation of color #F5F1CF: hue angle of 53.68º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5F1CF is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245241207-
CMYK00.020.160.04
HSL53.68º65.52%88.63%-
HSV(B)53.68º15.51%96.08%-
XYZ80.3786.8371.55-
YUV238.32110.33132.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.35%
GREEN value IS 241 (94.53% from 255) = 34.78%
BLUE value IS 207 (81.25% from 255) = 29.87%
R=35.35%
G=34.78%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524120700.020.160.0453.6865.5288.63
HexF5F1CF02104364259
Octal3653613170220466102131
Binary1111010111110001110011110101000010011011010000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F1CF; }

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

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

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

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

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

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

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

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