#FAE0BA

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

Shades of Moccasin #FAE0BA

Tints of Moccasin #FAE0BA

Color information

#FAE0BA (or 0xFAE0BA) is unknown color: approx Moccasin. HEX triplet: FA, E0 and BA. RGB value is (250,224,186). Sum of RGB (Red+Green+Blue) = 250+224+186=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 186 (73.05% from 255 or 28.18% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0BA is #051F45. Grayscale: #E3E3E3. Windows color (decimal): -335686 or 12247290. OLE color: 12247290.

HSL color Cylindrical-coordinate representation of color #FAE0BA: hue angle of 35.62º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAE0BA is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250224186-
CMYK00.100.260.02
HSL35.62º86.49%85.49%-
HSV(B)35.62º25.6%98.04%-
XYZ74.9477.1857.4-
YUV227.44104.61144.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 224 (87.89% from 255) = 33.94%
BLUE value IS 186 (73.05% from 255) = 28.18%
R=37.88%
G=33.94%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022418600.100.260.0235.6286.4985.49
HexFAE0BA0A1A2245655
Octal37234027201232244126125
Binary11111010111000001011101001010110101010010010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE0BA; }

 p { color: rgb(250,224,186); }

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

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

 a { background-color: rgb(250,224,186); }

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

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

 span { border-color: rgb(250,224,186); }

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