#FAE2BB

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

Shades of Moccasin #FAE2BB

Tints of Moccasin #FAE2BB

Color information

#FAE2BB (or 0xFAE2BB) is unknown color: approx Moccasin. HEX triplet: FA, E2 and BB. RGB value is (250,226,187). Sum of RGB (Red+Green+Blue) = 250+226+187=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 187 (73.44% from 255 or 28.21% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2BB is #051D44. Grayscale: #E4E4E4. Windows color (decimal): -335173 or 12313338. OLE color: 12313338.

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

Color convert

RGB250226187-
CMYK00.100.250.02
HSL37.14º86.3%85.69%-
HSV(B)37.14º25.2%98.04%-
XYZ75.5978.358.14-
YUV228.73104.45143.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.71%
GREEN value IS 226 (88.67% from 255) = 34.09%
BLUE value IS 187 (73.44% from 255) = 28.21%
R=37.71%
G=34.09%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022618700.100.250.0237.1486.385.69
HexFAE2BB0A192255656
Octal37234227301231245126126
Binary11111010111000101011101101010110011010010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE2BB; }

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

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

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

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

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

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

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

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