#FDE2E9

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

Shades of Amour #FDE2E9

Tints of Amour #FDE2E9

Color information

#FDE2E9 (or 0xFDE2E9) is unknown color: approx Amour. HEX triplet: FD, E2 and E9. RGB value is (253,226,233). Sum of RGB (Red+Green+Blue) = 253+226+233=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 226 (88.67% from 255 or 31.74% from 712); Blue value is 233 (91.41% from 255 or 32.72% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE2E9 is #021D16. Grayscale: #EAEAEA. Windows color (decimal): -138519 or 15327997. OLE color: 15327997.

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

Color convert

RGB253226233-
CMYK00.110.080.01
HSL344.44º87.1%93.92%-
HSV(B)344.44º10.67%99.22%-
XYZ82.4181.1688.41-
YUV234.87126.95140.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.53%
GREEN value IS 226 (88.67% from 255) = 31.74%
BLUE value IS 233 (91.41% from 255) = 32.72%
R=35.53%
G=31.74%
B=32.72%

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
Decimal25322623300.110.080.01344.4487.193.92
HexFDE2E90B81158575e
Octal375342351013101530127136
Binary111111011110001011101001010111000110101100010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE2E9; }

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

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

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

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

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

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

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

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