#FCE4E9

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

Shades of Amour #FCE4E9

Tints of Amour #FCE4E9

Color information

#FCE4E9 (or 0xFCE4E9) is unknown color: approx Amour. HEX triplet: FC, E4 and E9. RGB value is (252,228,233). Sum of RGB (Red+Green+Blue) = 252+228+233=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 228 (89.45% from 255 or 31.98% from 713); Blue value is 233 (91.41% from 255 or 32.68% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE4E9 is #031B16. Grayscale: #EBEBEB. Windows color (decimal): -203543 or 15328508. OLE color: 15328508.

HSL color Cylindrical-coordinate representation of color #FCE4E9: hue angle of 347.5º 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 #FCE4E9 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB252228233-
CMYK00.100.080.01
HSL347.5º80%94.12%-
HSV(B)347.5º9.52%98.82%-
XYZ82.682.0788.58-
YUV235.75126.45139.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.34%
GREEN value IS 228 (89.45% from 255) = 31.98%
BLUE value IS 233 (91.41% from 255) = 32.68%
R=35.34%
G=31.98%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222823300.100.080.01347.58094.12
HexFCE4E90A8115c505e
Octal374344351012101534120136
Binary111111001110010011101001010101000110101110010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE4E9; }

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

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

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

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

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

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

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

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