#F5F1CB

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

Shades of Moon Glow #F5F1CB

Tints of Moon Glow #F5F1CB

Color information

#F5F1CB (or 0xF5F1CB) is unknown color: approx Moon Glow. HEX triplet: F5, F1 and CB. RGB value is (245,241,203). Sum of RGB (Red+Green+Blue) = 245+241+203=689 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.56% from 689); Green value is 241 (94.53% from 255 or 34.98% from 689); Blue value is 203 (79.69% from 255 or 29.46% from 689); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F1CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F1CB is #0A0E34. Grayscale: #EEEEEE. Windows color (decimal): -658997 or 13365749. OLE color: 13365749.

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

Color convert

RGB245241203-
CMYK00.020.170.04
HSL54.29º67.74%87.84%-
HSV(B)54.29º17.14%96.08%-
XYZ79.8986.6369.01-
YUV237.86108.33133.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.56%
GREEN value IS 241 (94.53% from 255) = 34.98%
BLUE value IS 203 (79.69% from 255) = 29.46%
R=35.56%
G=34.98%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524120300.020.170.0454.2967.7487.84
HexF5F1CB02114364458
Octal3653613130221466104130
Binary1111010111110001110010110101000110011011010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F1CB; }

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

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

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

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

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

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

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

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