#FCE4EA

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

Shades of Amour #FCE4EA

Tints of Amour #FCE4EA

Color information

#FCE4EA (or 0xFCE4EA) is unknown color: approx Amour. HEX triplet: FC, E4 and EA. RGB value is (252,228,234). Sum of RGB (Red+Green+Blue) = 252+228+234=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 228 (89.45% from 255 or 31.93% from 714); Blue value is 234 (91.80% from 255 or 32.77% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE4EA is #031B15. Grayscale: #EBEBEB. Windows color (decimal): -203542 or 15394044. OLE color: 15394044.

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

Color convert

RGB252228234-
CMYK00.100.070.01
HSL345º80%94.12%-
HSV(B)345º9.52%98.82%-
XYZ82.7482.1289.33-
YUV235.86126.95139.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.29%
GREEN value IS 228 (89.45% from 255) = 31.93%
BLUE value IS 234 (91.80% from 255) = 32.77%
R=35.29%
G=31.93%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222823400.100.070.013458094.12
HexFCE4EA0A71159505e
Octal37434435201271531120136
Binary11111100111001001110101001010111110101100110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE4EA; }

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

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

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

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

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

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

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

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