#FAE3B5

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

Shades of Moccasin #FAE3B5

Tints of Moccasin #FAE3B5

Color information

#FAE3B5 (or 0xFAE3B5) is unknown color: approx Moccasin. HEX triplet: FA, E3 and B5. RGB value is (250,227,181). Sum of RGB (Red+Green+Blue) = 250+227+181=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 227 (89.06% from 255 or 34.50% from 658); Blue value is 181 (71.09% from 255 or 27.51% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3B5 is #051C4A. Grayscale: #E4E4E4. Windows color (decimal): -334923 or 11920378. OLE color: 11920378.

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

Color convert

RGB250227181-
CMYK00.090.280.02
HSL40º87.34%84.51%-
HSV(B)40º27.6%98.04%-
XYZ75.2378.654.92-
YUV228.63101.12143.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.99%
GREEN value IS 227 (89.06% from 255) = 34.50%
BLUE value IS 181 (71.09% from 255) = 27.51%
R=37.99%
G=34.50%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022718100.090.280.024087.3484.51
HexFAE3B5091C2285755
Octal37234326501134250127125
Binary11111010111000111011010101001111001010100010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3B5; }

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

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

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

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

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

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

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

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