#FDE9EE

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

Shades of Amour #FDE9EE

Tints of Amour #FDE9EE

Color information

#FDE9EE (or 0xFDE9EE) is unknown color: approx Amour. HEX triplet: FD, E9 and EE. RGB value is (253,233,238). Sum of RGB (Red+Green+Blue) = 253+233+238=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 233 (91.41% from 255 or 32.18% from 724); Blue value is 238 (93.36% from 255 or 32.87% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE9EE is #021611. Grayscale: #EFEFEF. Windows color (decimal): -136722 or 15657469. OLE color: 15657469.

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

Color convert

RGB253233238-
CMYK00.080.060.01
HSL345º83.33%95.29%-
HSV(B)345º7.91%99.22%-
XYZ85.0885.3392.88-
YUV239.55127.13137.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.94%
GREEN value IS 233 (91.41% from 255) = 32.18%
BLUE value IS 238 (93.36% from 255) = 32.87%
R=34.94%
G=32.18%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323323800.080.060.0134583.3395.29
HexFDE9EE0861159535f
Octal37535135601061531123137
Binary11111101111010011110111001000110110101100110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE9EE; }

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

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

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

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

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

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

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

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