#FDE7EB

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

Shades of Amour #FDE7EB

Tints of Amour #FDE7EB

Color information

#FDE7EB (or 0xFDE7EB) is unknown color: approx Amour. HEX triplet: FD, E7 and EB. RGB value is (253,231,235). Sum of RGB (Red+Green+Blue) = 253+231+235=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 231 (90.62% from 255 or 32.13% from 719); Blue value is 235 (92.19% from 255 or 32.68% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE7EB is #021814. Grayscale: #EEEEEE. Windows color (decimal): -137237 or 15460349. OLE color: 15460349.

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

Color convert

RGB253231235-
CMYK00.090.070.01
HSL349.09º84.62%94.9%-
HSV(B)349.09º8.7%99.22%-
XYZ84.0884.0390.39-
YUV238.03126.29138.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.19%
GREEN value IS 231 (90.62% from 255) = 32.13%
BLUE value IS 235 (92.19% from 255) = 32.68%
R=35.19%
G=32.13%
B=32.68%

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
Decimal25323123500.090.070.01349.0984.6294.9
HexFDE7EB097115d555f
Octal37534735301171535125137
Binary11111101111001111110101101001111110101110110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE7EB; }

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

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

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

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

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

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

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

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