#FDE1E7

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

Shades of Amour #FDE1E7

Tints of Amour #FDE1E7

Color information

#FDE1E7 (or 0xFDE1E7) is unknown color: approx Amour. HEX triplet: FD, E1 and E7. RGB value is (253,225,231). Sum of RGB (Red+Green+Blue) = 253+225+231=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 225 (88.28% from 255 or 31.73% from 709); Blue value is 231 (90.62% from 255 or 32.58% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE1E7 is #021E18. Grayscale: #EAEAEA. Windows color (decimal): -138777 or 15196669. OLE color: 15196669.

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

Color convert

RGB253225231-
CMYK00.110.090.01
HSL347.14º87.5%93.73%-
HSV(B)347.14º11.07%99.22%-
XYZ81.8680.586.83-
YUV234.06126.28141.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.68%
GREEN value IS 225 (88.28% from 255) = 31.73%
BLUE value IS 231 (90.62% from 255) = 32.58%
R=35.68%
G=31.73%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322523100.110.090.01347.1487.593.73
HexFDE1E70B9115b585e
Octal375341347013111533130136
Binary111111011110000111100111010111001110101101110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE1E7; }

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

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

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

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

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

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

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

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