#FCE6BA

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

Shades of Moccasin #FCE6BA

Tints of Moccasin #FCE6BA

Color information

#FCE6BA (or 0xFCE6BA) is unknown color: approx Moccasin. HEX triplet: FC, E6 and BA. RGB value is (252,230,186). Sum of RGB (Red+Green+Blue) = 252+230+186=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 230 (90.23% from 255 or 34.43% from 668); Blue value is 186 (73.05% from 255 or 27.84% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6BA is #031945. Grayscale: #E7E7E7. Windows color (decimal): -203078 or 12248828. OLE color: 12248828.

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

Color convert

RGB252230186-
CMYK00.090.260.01
HSL40º91.67%85.88%-
HSV(B)40º26.19%98.82%-
XYZ77.380.8357.98-
YUV231.56102.29142.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.72%
GREEN value IS 230 (90.23% from 255) = 34.43%
BLUE value IS 186 (73.05% from 255) = 27.84%
R=37.72%
G=34.43%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223018600.090.260.014091.6785.88
HexFCE6BA091A1285c56
Octal37434627201132150134126
Binary1111110011100110101110100100111010110100010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6BA; }

 p { color: rgb(252,230,186); }

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

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

 a { background-color: rgb(252,230,186); }

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

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

 span { border-color: rgb(252,230,186); }

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