#FDE1EB

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

Shades of Amour #FDE1EB

Tints of Amour #FDE1EB

Color information

#FDE1EB (or 0xFDE1EB) is unknown color: approx Amour. HEX triplet: FD, E1 and EB. RGB value is (253,225,235). Sum of RGB (Red+Green+Blue) = 253+225+235=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 225 (88.28% from 255 or 31.56% from 713); Blue value is 235 (92.19% from 255 or 32.96% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE1EB is #021E14. Grayscale: #EAEAEA. Windows color (decimal): -138773 or 15458813. OLE color: 15458813.

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

Color convert

RGB253225235-
CMYK00.110.070.01
HSL338.57º87.5%93.73%-
HSV(B)338.57º11.07%99.22%-
XYZ82.4380.7389.84-
YUV234.51128.28141.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.48%
GREEN value IS 225 (88.28% from 255) = 31.56%
BLUE value IS 235 (92.19% from 255) = 32.96%
R=35.48%
G=31.56%
B=32.96%

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
Decimal25322523500.110.070.01338.5787.593.73
HexFDE1EB0B71153585e
Octal37534135301371523130136
Binary11111101111000011110101101011111110101001110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE1EB; }

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

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

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

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

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

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

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

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