#FCE3B1

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

Shades of Moccasin #FCE3B1

Tints of Moccasin #FCE3B1

Color information

#FCE3B1 (or 0xFCE3B1) is unknown color: approx Moccasin. HEX triplet: FC, E3 and B1. RGB value is (252,227,177). Sum of RGB (Red+Green+Blue) = 252+227+177=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 177 (69.53% from 255 or 26.98% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE3B1 is #031C4E. Grayscale: #E5E5E5. Windows color (decimal): -203855 or 11658236. OLE color: 11658236.

HSL color Cylindrical-coordinate representation of color #FCE3B1: hue angle of 40º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCE3B1 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB252227177-
CMYK00.100.300.01
HSL40º92.59%84.12%-
HSV(B)40º29.76%98.82%-
XYZ75.5578.8152.82-
YUV228.7798.78144.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 227 (89.06% from 255) = 34.60%
BLUE value IS 177 (69.53% from 255) = 26.98%
R=38.41%
G=34.60%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222717700.100.300.014092.5984.12
HexFCE3B10A1E1285d54
Octal37434326101236150135124
Binary1111110011100011101100010101011110110100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE3B1; }

 p { color: rgb(252,227,177); }

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

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

 a { background-color: rgb(252,227,177); }

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

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

 span { border-color: rgb(252,227,177); }

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