#FDE6EE

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

Shades of Amour #FDE6EE

Tints of Amour #FDE6EE

Color information

#FDE6EE (or 0xFDE6EE) is unknown color: approx Amour. HEX triplet: FD, E6 and EE. RGB value is (253,230,238). Sum of RGB (Red+Green+Blue) = 253+230+238=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 230 (90.23% from 255 or 31.90% from 721); Blue value is 238 (93.36% from 255 or 33.01% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE6EE is #021911. Grayscale: #EDEDED. Windows color (decimal): -137490 or 15656701. OLE color: 15656701.

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

Color convert

RGB253230238-
CMYK00.090.060.01
HSL339.13º85.19%94.71%-
HSV(B)339.13º9.09%99.22%-
XYZ84.2483.6592.6-
YUV237.79128.12138.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.09%
GREEN value IS 230 (90.23% from 255) = 31.90%
BLUE value IS 238 (93.36% from 255) = 33.01%
R=35.09%
G=31.90%
B=33.01%

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
Decimal25323023800.090.060.01339.1385.1994.71
HexFDE6EE0961153555f
Octal37534635601161523125137
Binary11111101111001101110111001001110110101001110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE6EE; }

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

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

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

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

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

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

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

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