#FDE9EB

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

Shades of Amour #FDE9EB

Tints of Amour #FDE9EB

Color information

#FDE9EB (or 0xFDE9EB) is unknown color: approx Amour. HEX triplet: FD, E9 and EB. RGB value is (253,233,235). Sum of RGB (Red+Green+Blue) = 253+233+235=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 233 (91.41% from 255 or 32.32% from 721); Blue value is 235 (92.19% from 255 or 32.59% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE9EB is #021614. Grayscale: #EFEFEF. Windows color (decimal): -136725 or 15460861. OLE color: 15460861.

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

Color convert

RGB253233235-
CMYK00.080.070.01
HSL354º83.33%95.29%-
HSV(B)354º7.91%99.22%-
XYZ84.6485.1690.57-
YUV239.21125.63137.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.09%
GREEN value IS 233 (91.41% from 255) = 32.32%
BLUE value IS 235 (92.19% from 255) = 32.59%
R=35.09%
G=32.32%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323323500.080.070.0135483.3395.29
HexFDE9EB0871162535f
Octal37535135301071542123137
Binary11111101111010011110101101000111110110001010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE9EB; }

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

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

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

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

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

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

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

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