#FEE1B3

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

Shades of Moccasin #FEE1B3

Tints of Moccasin #FEE1B3

Color information

#FEE1B3 (or 0xFEE1B3) is unknown color: approx Moccasin. HEX triplet: FE, E1 and B3. RGB value is (254,225,179). Sum of RGB (Red+Green+Blue) = 254+225+179=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 179 (70.31% from 255 or 27.20% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1B3 is #011E4C. Grayscale: #E4E4E4. Windows color (decimal): -73293 or 11788798. OLE color: 11788798.

HSL color Cylindrical-coordinate representation of color #FEE1B3: hue angle of 36.8º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEE1B3 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB254225179-
CMYK00.110.300.00
HSL36.8º97.4%84.9%-
HSV(B)36.8º29.53%99.61%-
XYZ75.9378.1853.74-
YUV228.43100.11146.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 225 (88.28% from 255) = 34.19%
BLUE value IS 179 (70.31% from 255) = 27.20%
R=38.60%
G=34.19%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422517900.110.300.0036.897.484.9
HexFEE1B30B1E0256155
Octal37634126301336045141125
Binary1111111011100001101100110101111110010010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE1B3; }

 p { color: rgb(254,225,179); }

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

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

 a { background-color: rgb(254,225,179); }

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

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

 span { border-color: rgb(254,225,179); }

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