#FDE5EB

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

Shades of Amour #FDE5EB

Tints of Amour #FDE5EB

Color information

#FDE5EB (or 0xFDE5EB) is unknown color: approx Amour. HEX triplet: FD, E5 and EB. RGB value is (253,229,235). Sum of RGB (Red+Green+Blue) = 253+229+235=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 229 (89.84% from 255 or 31.94% from 717); Blue value is 235 (92.19% from 255 or 32.78% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE5EB is #021A14. Grayscale: #ECECEC. Windows color (decimal): -137749 or 15459837. OLE color: 15459837.

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

Color convert

RGB253229235-
CMYK00.090.070.01
HSL345º85.71%94.51%-
HSV(B)345º9.49%99.22%-
XYZ83.5282.9290.2-
YUV236.86126.95139.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.29%
GREEN value IS 229 (89.84% from 255) = 31.94%
BLUE value IS 235 (92.19% from 255) = 32.78%
R=35.29%
G=31.94%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322923500.090.070.0134585.7194.51
HexFDE5EB0971159565f
Octal37534535301171531126137
Binary11111101111001011110101101001111110101100110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE5EB; }

 p { color: rgb(253,229,235); }

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

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

 a { background-color: rgb(253,229,235); }

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

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

 span { border-color: rgb(253,229,235); }

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