#FCE1B4

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

Shades of Moccasin #FCE1B4

Tints of Moccasin #FCE1B4

Color information

#FCE1B4 (or 0xFCE1B4) is unknown color: approx Moccasin. HEX triplet: FC, E1 and B4. RGB value is (252,225,180). Sum of RGB (Red+Green+Blue) = 252+225+180=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 180 (70.70% from 255 or 27.40% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1B4 is #031E4B. Grayscale: #E4E4E4. Windows color (decimal): -204364 or 11854332. OLE color: 11854332.

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

Color convert

RGB252225180-
CMYK00.110.290.01
HSL37.5º92.31%84.71%-
HSV(B)37.5º28.57%98.82%-
XYZ75.3177.8454.24-
YUV227.94100.95145.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.36%
GREEN value IS 225 (88.28% from 255) = 34.25%
BLUE value IS 180 (70.70% from 255) = 27.40%
R=38.36%
G=34.25%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222518000.110.290.0137.592.3184.71
HexFCE1B40B1D1265c55
Octal37434126401335146134125
Binary1111110011100001101101000101111101110011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE1B4; }

 p { color: rgb(252,225,180); }

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

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

 a { background-color: rgb(252,225,180); }

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

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

 span { border-color: rgb(252,225,180); }

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