#FDE3EC

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

Shades of Amour #FDE3EC

Tints of Amour #FDE3EC

Color information

#FDE3EC (or 0xFDE3EC) is unknown color: approx Amour. HEX triplet: FD, E3 and EC. RGB value is (253,227,236). Sum of RGB (Red+Green+Blue) = 253+227+236=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 227 (89.06% from 255 or 31.70% from 716); Blue value is 236 (92.58% from 255 or 32.96% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE3EC is #021C13. Grayscale: #EBEBEB. Windows color (decimal): -138260 or 15524861. OLE color: 15524861.

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

Color convert

RGB253227236-
CMYK00.100.070.01
HSL339.23º86.67%94.12%-
HSV(B)339.23º10.28%99.22%-
XYZ83.1281.8890.78-
YUV235.8128.11140.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.34%
GREEN value IS 227 (89.06% from 255) = 31.70%
BLUE value IS 236 (92.58% from 255) = 32.96%
R=35.34%
G=31.70%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322723600.100.070.01339.2386.6794.12
HexFDE3EC0A71153575e
Octal37534335401271523127136
Binary11111101111000111110110001010111110101001110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE3EC; }

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

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

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

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

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

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

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

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