#FCE2B7

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

Shades of Moccasin #FCE2B7

Tints of Moccasin #FCE2B7

Color information

#FCE2B7 (or 0xFCE2B7) is unknown color: approx Moccasin. HEX triplet: FC, E2 and B7. RGB value is (252,226,183). Sum of RGB (Red+Green+Blue) = 252+226+183=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 226 (88.67% from 255 or 34.19% from 661); Blue value is 183 (71.88% from 255 or 27.69% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2B7 is #031D48. Grayscale: #E5E5E5. Windows color (decimal): -204105 or 12051196. OLE color: 12051196.

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

Color convert

RGB252226183-
CMYK00.100.270.01
HSL37.39º92%85.29%-
HSV(B)37.39º27.38%98.82%-
XYZ75.8978.5155.95-
YUV228.87102.11144.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.12%
GREEN value IS 226 (88.67% from 255) = 34.19%
BLUE value IS 183 (71.88% from 255) = 27.69%
R=38.12%
G=34.19%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222618300.100.270.0137.399285.29
HexFCE2B70A1B1255c55
Octal37434226701233145134125
Binary1111110011100010101101110101011011110010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE2B7; }

 p { color: rgb(252,226,183); }

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

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

 a { background-color: rgb(252,226,183); }

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

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

 span { border-color: rgb(252,226,183); }

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