#FAE5ED

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

Shades of Amour #FAE5ED

Tints of Amour #FAE5ED

Color information

#FAE5ED (or 0xFAE5ED) is unknown color: approx Amour. HEX triplet: FA, E5 and ED. RGB value is (250,229,237). Sum of RGB (Red+Green+Blue) = 250+229+237=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 229 (89.84% from 255 or 31.98% from 716); Blue value is 237 (92.97% from 255 or 33.10% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE5ED is #051A12. Grayscale: #ECECEC. Windows color (decimal): -334355 or 15590906. OLE color: 15590906.

HSL color Cylindrical-coordinate representation of color #FAE5ED: hue angle of 337.14º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAE5ED is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB250229237-
CMYK00.080.050.02
HSL337.14º67.74%93.92%-
HSV(B)337.14º8.4%98.04%-
XYZ82.7382.4891.68-
YUV236.19128.46137.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.92%
GREEN value IS 229 (89.84% from 255) = 31.98%
BLUE value IS 237 (92.97% from 255) = 33.10%
R=34.92%
G=31.98%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022923700.080.050.02337.1467.7493.92
HexFAE5ED0852151445e
Octal37234535501052521104136
Binary111110101110010111101101010001011010101000110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5ED; }

 p { color: rgb(250,229,237); }

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

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

 a { background-color: rgb(250,229,237); }

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

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

 span { border-color: rgb(250,229,237); }

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