#FDE4EE

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

Shades of Amour #FDE4EE

Tints of Amour #FDE4EE

Color information

#FDE4EE (or 0xFDE4EE) is unknown color: approx Amour. HEX triplet: FD, E4 and EE. RGB value is (253,228,238). Sum of RGB (Red+Green+Blue) = 253+228+238=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 228 (89.45% from 255 or 31.71% from 719); Blue value is 238 (93.36% from 255 or 33.10% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE4EE is #021B11. Grayscale: #ECECEC. Windows color (decimal): -138002 or 15656189. OLE color: 15656189.

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

Color convert

RGB253228238-
CMYK00.100.060.01
HSL336º86.21%94.31%-
HSV(B)336º9.88%99.22%-
XYZ83.6882.5492.41-
YUV236.61128.78139.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.19%
GREEN value IS 228 (89.45% from 255) = 31.71%
BLUE value IS 238 (93.36% from 255) = 33.10%
R=35.19%
G=31.71%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322823800.100.060.0133686.2194.31
HexFDE4EE0A61150565e
Octal37534435601261520126136
Binary11111101111001001110111001010110110101000010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE4EE; }

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

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

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

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

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

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

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

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