#FAE1B7

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

Shades of Moccasin #FAE1B7

Tints of Moccasin #FAE1B7

Color information

#FAE1B7 (or 0xFAE1B7) is unknown color: approx Moccasin. HEX triplet: FA, E1 and B7. RGB value is (250,225,183). Sum of RGB (Red+Green+Blue) = 250+225+183=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 183 (71.88% from 255 or 27.81% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1B7 is #051E48. Grayscale: #E3E3E3. Windows color (decimal): -335433 or 12050938. OLE color: 12050938.

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

Color convert

RGB250225183-
CMYK00.100.270.02
HSL37.61º87.01%84.9%-
HSV(B)37.61º26.8%98.04%-
XYZ74.977.5955.83-
YUV227.69102.78143.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.99%
GREEN value IS 225 (88.28% from 255) = 34.19%
BLUE value IS 183 (71.88% from 255) = 27.81%
R=37.99%
G=34.19%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022518300.100.270.0237.6187.0184.9
HexFAE1B70A1B2265755
Octal37234126701233246127125
Binary11111010111000011011011101010110111010011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE1B7; }

 p { color: rgb(250,225,183); }

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

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

 a { background-color: rgb(250,225,183); }

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

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

 span { border-color: rgb(250,225,183); }

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