#FDE2EC

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

Shades of Amour #FDE2EC

Tints of Amour #FDE2EC

Color information

#FDE2EC (or 0xFDE2EC) is unknown color: approx Amour. HEX triplet: FD, E2 and EC. RGB value is (253,226,236). Sum of RGB (Red+Green+Blue) = 253+226+236=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 226 (88.67% from 255 or 31.61% from 715); Blue value is 236 (92.58% from 255 or 33.01% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE2EC is #021D13. Grayscale: #EBEBEB. Windows color (decimal): -138516 or 15524605. OLE color: 15524605.

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

Color convert

RGB253226236-
CMYK00.110.070.01
HSL337.78º87.1%93.92%-
HSV(B)337.78º10.67%99.22%-
XYZ82.8481.3390.69-
YUV235.21128.45140.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.38%
GREEN value IS 226 (88.67% from 255) = 31.61%
BLUE value IS 236 (92.58% from 255) = 33.01%
R=35.38%
G=31.61%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322623600.110.070.01337.7887.193.92
HexFDE2EC0B71152575e
Octal37534235401371522127136
Binary11111101111000101110110001011111110101001010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE2EC; }

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

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

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

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

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

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

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

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