#FAE3B9

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

Shades of Moccasin #FAE3B9

Tints of Moccasin #FAE3B9

Color information

#FAE3B9 (or 0xFAE3B9) is unknown color: approx Moccasin. HEX triplet: FA, E3 and B9. RGB value is (250,227,185). Sum of RGB (Red+Green+Blue) = 250+227+185=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 227 (89.06% from 255 or 34.29% from 662); Blue value is 185 (72.66% from 255 or 27.95% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3B9 is #051C46. Grayscale: #E5E5E5. Windows color (decimal): -334919 or 12182522. OLE color: 12182522.

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

Color convert

RGB250227185-
CMYK00.090.260.02
HSL38.77º86.67%85.29%-
HSV(B)38.77º26%98.04%-
XYZ75.6578.7657.11-
YUV229.09103.12142.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.76%
GREEN value IS 227 (89.06% from 255) = 34.29%
BLUE value IS 185 (72.66% from 255) = 27.95%
R=37.76%
G=34.29%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022718500.090.260.0238.7786.6785.29
HexFAE3B9091A2275755
Octal37234327101132247127125
Binary11111010111000111011100101001110101010011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3B9; }

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

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

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

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

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

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

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

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