#FCE0B9

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

Shades of Moccasin #FCE0B9

Tints of Moccasin #FCE0B9

Color information

#FCE0B9 (or 0xFCE0B9) is unknown color: approx Moccasin. HEX triplet: FC, E0 and B9. RGB value is (252,224,185). Sum of RGB (Red+Green+Blue) = 252+224+185=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 185 (72.66% from 255 or 27.99% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0B9 is #031F46. Grayscale: #E4E4E4. Windows color (decimal): -204615 or 12181756. OLE color: 12181756.

HSL color Cylindrical-coordinate representation of color #FCE0B9: hue angle of 34.93º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCE0B9 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB252224185-
CMYK00.110.270.01
HSL34.93º91.78%85.69%-
HSV(B)34.93º26.59%98.82%-
XYZ75.5677.5156.88-
YUV227.93103.78145.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.12%
GREEN value IS 224 (87.89% from 255) = 33.89%
BLUE value IS 185 (72.66% from 255) = 27.99%
R=38.12%
G=33.89%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222418500.110.270.0134.9391.7885.69
HexFCE0B90B1B1235c56
Octal37434027101333143134126
Binary1111110011100000101110010101111011110001110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0B9; }

 p { color: rgb(252,224,185); }

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

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

 a { background-color: rgb(252,224,185); }

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

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

 span { border-color: rgb(252,224,185); }

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