#FAE2BA

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

Shades of Moccasin #FAE2BA

Tints of Moccasin #FAE2BA

Color information

#FAE2BA (or 0xFAE2BA) is unknown color: approx Moccasin. HEX triplet: FA, E2 and BA. RGB value is (250,226,186). Sum of RGB (Red+Green+Blue) = 250+226+186=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2BA is #051D45. Grayscale: #E4E4E4. Windows color (decimal): -335174 or 12247802. OLE color: 12247802.

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

Color convert

RGB250226186-
CMYK00.100.260.02
HSL37.5º86.49%85.49%-
HSV(B)37.5º25.6%98.04%-
XYZ75.4878.2657.58-
YUV228.62103.95143.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.76%
GREEN value IS 226 (88.67% from 255) = 34.14%
BLUE value IS 186 (73.05% from 255) = 28.10%
R=37.76%
G=34.14%
B=28.10%

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
Decimal25022618600.100.260.0237.586.4985.49
HexFAE2BA0A1A2265655
Octal37234227201232246126125
Binary11111010111000101011101001010110101010011010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE2BA; }

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

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

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

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

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

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

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

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