#FCE5BD

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

Shades of Moccasin #FCE5BD

Tints of Moccasin #FCE5BD

Color information

#FCE5BD (or 0xFCE5BD) is unknown color: approx Moccasin. HEX triplet: FC, E5 and BD. RGB value is (252,229,189). Sum of RGB (Red+Green+Blue) = 252+229+189=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 189 (74.22% from 255 or 28.21% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5BD is #031A42. Grayscale: #E7E7E7. Windows color (decimal): -203331 or 12445180. OLE color: 12445180.

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

Color convert

RGB252229189-
CMYK00.090.250.01
HSL38.1º91.3%86.47%-
HSV(B)38.1º25%98.82%-
XYZ77.3580.4159.59-
YUV231.32104.12142.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.61%
GREEN value IS 229 (89.84% from 255) = 34.18%
BLUE value IS 189 (74.22% from 255) = 28.21%
R=37.61%
G=34.18%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222918900.090.250.0138.191.386.47
HexFCE5BD09191265b56
Octal37434527501131146133126
Binary1111110011100101101111010100111001110011010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE5BD; }

 p { color: rgb(252,229,189); }

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

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

 a { background-color: rgb(252,229,189); }

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

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

 span { border-color: rgb(252,229,189); }

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