#FAE2B5

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

Shades of Moccasin #FAE2B5

Tints of Moccasin #FAE2B5

Color information

#FAE2B5 (or 0xFAE2B5) is unknown color: approx Moccasin. HEX triplet: FA, E2 and B5. RGB value is (250,226,181). Sum of RGB (Red+Green+Blue) = 250+226+181=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 181 (71.09% from 255 or 27.55% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2B5 is #051D4A. Grayscale: #E4E4E4. Windows color (decimal): -335179 or 11920122. OLE color: 11920122.

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

Color convert

RGB250226181-
CMYK00.100.280.02
HSL39.13º87.34%84.51%-
HSV(B)39.13º27.6%98.04%-
XYZ74.9678.0554.83-
YUV228.05101.45143.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 226 (88.67% from 255) = 34.40%
BLUE value IS 181 (71.09% from 255) = 27.55%
R=38.05%
G=34.40%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022618100.100.280.0239.1387.3484.51
HexFAE2B50A1C2275755
Octal37234226501234247127125
Binary11111010111000101011010101010111001010011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE2B5; }

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

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

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

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

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

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

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

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