#FCE4EC

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

Shades of Amour #FCE4EC

Tints of Amour #FCE4EC

Color information

#FCE4EC (or 0xFCE4EC) is unknown color: approx Amour. HEX triplet: FC, E4 and EC. RGB value is (252,228,236). Sum of RGB (Red+Green+Blue) = 252+228+236=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 228 (89.45% from 255 or 31.84% from 716); Blue value is 236 (92.58% from 255 or 32.96% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE4EC is #031B13. Grayscale: #ECECEC. Windows color (decimal): -203540 or 15525116. OLE color: 15525116.

HSL color Cylindrical-coordinate representation of color #FCE4EC: hue angle of 340º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCE4EC is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB252228236-
CMYK00.100.060.01
HSL340º80%94.12%-
HSV(B)340º9.52%98.82%-
XYZ83.0382.2490.85-
YUV236.09127.95139.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.20%
GREEN value IS 228 (89.45% from 255) = 31.84%
BLUE value IS 236 (92.58% from 255) = 32.96%
R=35.20%
G=31.84%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222823600.100.060.013408094.12
HexFCE4EC0A61154505e
Octal37434435401261524120136
Binary11111100111001001110110001010110110101010010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE4EC; }

 p { color: rgb(252,228,236); }

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

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

 a { background-color: rgb(252,228,236); }

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

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

 span { border-color: rgb(252,228,236); }

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