#FDE4EA

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

Shades of Amour #FDE4EA

Tints of Amour #FDE4EA

Color information

#FDE4EA (or 0xFDE4EA) is unknown color: approx Amour. HEX triplet: FD, E4 and EA. RGB value is (253,228,234). Sum of RGB (Red+Green+Blue) = 253+228+234=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 228 (89.45% from 255 or 31.89% from 715); Blue value is 234 (91.80% from 255 or 32.73% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE4EA is #021B15. Grayscale: #ECECEC. Windows color (decimal): -138006 or 15394045. OLE color: 15394045.

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

Color convert

RGB253228234-
CMYK00.100.080.01
HSL345.6º86.21%94.31%-
HSV(B)345.6º9.88%99.22%-
XYZ83.182.3189.35-
YUV236.16126.78140.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.38%
GREEN value IS 228 (89.45% from 255) = 31.89%
BLUE value IS 234 (91.80% from 255) = 32.73%
R=35.38%
G=31.89%
B=32.73%

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
Decimal25322823400.100.080.01345.686.2194.31
HexFDE4EA0A8115a565e
Octal375344352012101532126136
Binary111111011110010011101010010101000110101101010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE4EA; }

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

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

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

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

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

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

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

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