#FCE2B5

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

Shades of Moccasin #FCE2B5

Tints of Moccasin #FCE2B5

Color information

#FCE2B5 (or 0xFCE2B5) is unknown color: approx Moccasin. HEX triplet: FC, E2 and B5. RGB value is (252,226,181). Sum of RGB (Red+Green+Blue) = 252+226+181=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 226 (88.67% from 255 or 34.29% from 659); Blue value is 181 (71.09% from 255 or 27.47% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2B5 is #031D4A. Grayscale: #E4E4E4. Windows color (decimal): -204107 or 11920124. OLE color: 11920124.

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

Color convert

RGB252226181-
CMYK00.100.280.01
HSL38.03º92.21%84.9%-
HSV(B)38.03º28.17%98.82%-
XYZ75.6878.4254.86-
YUV228.64101.11144.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.24%
GREEN value IS 226 (88.67% from 255) = 34.29%
BLUE value IS 181 (71.09% from 255) = 27.47%
R=38.24%
G=34.29%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222618100.100.280.0138.0392.2184.9
HexFCE2B50A1C1265c55
Octal37434226501234146134125
Binary1111110011100010101101010101011100110011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE2B5; }

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

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

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

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

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

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

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

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