#FDE3E9

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

Shades of Amour #FDE3E9

Tints of Amour #FDE3E9

Color information

#FDE3E9 (or 0xFDE3E9) is unknown color: approx Amour. HEX triplet: FD, E3 and E9. RGB value is (253,227,233). Sum of RGB (Red+Green+Blue) = 253+227+233=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 227 (89.06% from 255 or 31.84% from 713); Blue value is 233 (91.41% from 255 or 32.68% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE3E9 is #021C16. Grayscale: #EBEBEB. Windows color (decimal): -138263 or 15328253. OLE color: 15328253.

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

Color convert

RGB253227233-
CMYK00.100.080.01
HSL346.15º86.67%94.12%-
HSV(B)346.15º10.28%99.22%-
XYZ82.6981.788.5-
YUV235.46126.61140.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.48%
GREEN value IS 227 (89.06% from 255) = 31.84%
BLUE value IS 233 (91.41% from 255) = 32.68%
R=35.48%
G=31.84%
B=32.68%

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
Decimal25322723300.100.080.01346.1586.6794.12
HexFDE3E90A8115a575e
Octal375343351012101532127136
Binary111111011110001111101001010101000110101101010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE3E9; }

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

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

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

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

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

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

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

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