#F5F0CB

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

Shades of Moon Glow #F5F0CB

Tints of Moon Glow #F5F0CB

Color information

#F5F0CB (or 0xF5F0CB) is unknown color: approx Moon Glow. HEX triplet: F5, F0 and CB. RGB value is (245,240,203). Sum of RGB (Red+Green+Blue) = 245+240+203=688 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.61% from 688); Green value is 240 (94.14% from 255 or 34.88% from 688); Blue value is 203 (79.69% from 255 or 29.51% from 688); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F0CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F0CB is #0A0F34. Grayscale: #EDEDED. Windows color (decimal): -659253 or 13365493. OLE color: 13365493.

HSL color Cylindrical-coordinate representation of color #F5F0CB: hue angle of 52.86º 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 #F5F0CB is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB245240203-
CMYK00.020.170.04
HSL52.86º67.74%87.84%-
HSV(B)52.86º17.14%96.08%-
XYZ79.686.0468.91-
YUV237.28108.66133.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.61%
GREEN value IS 240 (94.14% from 255) = 34.88%
BLUE value IS 203 (79.69% from 255) = 29.51%
R=35.61%
G=34.88%
B=29.51%

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
Decimal24524020300.020.170.0452.8667.7487.84
HexF5F0CB02114354458
Octal3653603130221465104130
Binary1111010111110000110010110101000110011010110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F0CB; }

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

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

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

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

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

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

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

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