#FDE1E9

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

Shades of Amour #FDE1E9

Tints of Amour #FDE1E9

Color information

#FDE1E9 (or 0xFDE1E9) is unknown color: approx Amour. HEX triplet: FD, E1 and E9. RGB value is (253,225,233). Sum of RGB (Red+Green+Blue) = 253+225+233=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 225 (88.28% from 255 or 31.65% from 711); Blue value is 233 (91.41% from 255 or 32.77% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE1E9 is #021E16. Grayscale: #EAEAEA. Windows color (decimal): -138775 or 15327741. OLE color: 15327741.

HSL color Cylindrical-coordinate representation of color #FDE1E9: hue angle of 342.86º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE1E9 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253225233-
CMYK00.110.080.01
HSL342.86º87.5%93.73%-
HSV(B)342.86º11.07%99.22%-
XYZ82.1480.6288.32-
YUV234.28127.28141.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.58%
GREEN value IS 225 (88.28% from 255) = 31.65%
BLUE value IS 233 (91.41% from 255) = 32.77%
R=35.58%
G=31.65%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322523300.110.080.01342.8687.593.73
HexFDE1E90B81157585e
Octal375341351013101527130136
Binary111111011110000111101001010111000110101011110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE1E9; }

 p { color: rgb(253,225,233); }

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

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

 a { background-color: rgb(253,225,233); }

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

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

 span { border-color: rgb(253,225,233); }

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