#FAE3B6

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

Shades of Moccasin #FAE3B6

Tints of Moccasin #FAE3B6

Color information

#FAE3B6 (or 0xFAE3B6) is unknown color: approx Moccasin. HEX triplet: FA, E3 and B6. RGB value is (250,227,182). Sum of RGB (Red+Green+Blue) = 250+227+182=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 227 (89.06% from 255 or 34.45% from 659); Blue value is 182 (71.48% from 255 or 27.62% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3B6 is #051C49. Grayscale: #E4E4E4. Windows color (decimal): -334922 or 11985914. OLE color: 11985914.

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

Color convert

RGB250227182-
CMYK00.090.270.02
HSL39.71º87.18%84.71%-
HSV(B)39.71º27.2%98.04%-
XYZ75.3478.6455.46-
YUV228.75101.62143.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.94%
GREEN value IS 227 (89.06% from 255) = 34.45%
BLUE value IS 182 (71.48% from 255) = 27.62%
R=37.94%
G=34.45%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022718200.090.270.0239.7187.1884.71
HexFAE3B6091B2285755
Octal37234326601133250127125
Binary11111010111000111011011001001110111010100010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3B6; }

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

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

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

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

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

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

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

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