#FDE7EE

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

Shades of Amour #FDE7EE

Tints of Amour #FDE7EE

Color information

#FDE7EE (or 0xFDE7EE) is unknown color: approx Amour. HEX triplet: FD, E7 and EE. RGB value is (253,231,238). Sum of RGB (Red+Green+Blue) = 253+231+238=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 231 (90.62% from 255 or 31.99% from 722); Blue value is 238 (93.36% from 255 or 32.96% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE7EE is #021811. Grayscale: #EEEEEE. Windows color (decimal): -137234 or 15656957. OLE color: 15656957.

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

Color convert

RGB253231238-
CMYK00.090.060.01
HSL340.91º84.62%94.9%-
HSV(B)340.91º8.7%99.22%-
XYZ84.5284.2192.69-
YUV238.38127.79138.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.04%
GREEN value IS 231 (90.62% from 255) = 31.99%
BLUE value IS 238 (93.36% from 255) = 32.96%
R=35.04%
G=31.99%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323123800.090.060.01340.9184.6294.9
HexFDE7EE0961155555f
Octal37534735601161525125137
Binary11111101111001111110111001001110110101010110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE7EE; }

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

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

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

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

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

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

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

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