#FAE5EE

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

Shades of Amour #FAE5EE

Tints of Amour #FAE5EE

Color information

#FAE5EE (or 0xFAE5EE) is unknown color: approx Amour. HEX triplet: FA, E5 and EE. RGB value is (250,229,238). Sum of RGB (Red+Green+Blue) = 250+229+238=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 229 (89.84% from 255 or 31.94% from 717); Blue value is 238 (93.36% from 255 or 33.19% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE5EE is #051A11. Grayscale: #ECECEC. Windows color (decimal): -334354 or 15656442. OLE color: 15656442.

HSL color Cylindrical-coordinate representation of color #FAE5EE: hue angle of 334.29º 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 #FAE5EE is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB250229238-
CMYK00.080.050.02
HSL334.29º67.74%93.92%-
HSV(B)334.29º8.4%98.04%-
XYZ82.8882.5492.45-
YUV236.3128.96137.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.87%
GREEN value IS 229 (89.84% from 255) = 31.94%
BLUE value IS 238 (93.36% from 255) = 33.19%
R=34.87%
G=31.94%
B=33.19%

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
Decimal25022923800.080.050.02334.2967.7493.92
HexFAE5EE085214e445e
Octal37234535601052516104136
Binary111110101110010111101110010001011010100111010001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5EE; }

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

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

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

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

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

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

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

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