#FDE8EE

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

Shades of Amour #FDE8EE

Tints of Amour #FDE8EE

Color information

#FDE8EE (or 0xFDE8EE) is unknown color: approx Amour. HEX triplet: FD, E8 and EE. RGB value is (253,232,238). Sum of RGB (Red+Green+Blue) = 253+232+238=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 232 (91.02% from 255 or 32.09% from 723); Blue value is 238 (93.36% from 255 or 32.92% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE8EE is #021711. Grayscale: #EEEEEE. Windows color (decimal): -136978 or 15657213. OLE color: 15657213.

HSL color Cylindrical-coordinate representation of color #FDE8EE: hue angle of 342.86º degrees, saturation: 0.84, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDE8EE is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB253232238-
CMYK00.080.060.01
HSL342.86º84%95.1%-
HSV(B)342.86º8.3%99.22%-
XYZ84.884.7792.78-
YUV238.96127.46138.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.99%
GREEN value IS 232 (91.02% from 255) = 32.09%
BLUE value IS 238 (93.36% from 255) = 32.92%
R=34.99%
G=32.09%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323223800.080.060.01342.868495.1
HexFDE8EE0861157545f
Octal37535035601061527124137
Binary11111101111010001110111001000110110101011110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE8EE; }

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

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

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

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

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

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

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

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