#FAE5EA

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

Shades of Amour #FAE5EA

Tints of Amour #FAE5EA

Color information

#FAE5EA (or 0xFAE5EA) is unknown color: approx Amour. HEX triplet: FA, E5 and EA. RGB value is (250,229,234). Sum of RGB (Red+Green+Blue) = 250+229+234=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 229 (89.84% from 255 or 32.12% from 713); Blue value is 234 (91.80% from 255 or 32.82% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE5EA is #051A15. Grayscale: #EBEBEB. Windows color (decimal): -334358 or 15394298. OLE color: 15394298.

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

Color convert

RGB250229234-
CMYK00.080.060.02
HSL345.71º67.74%93.92%-
HSV(B)345.71º8.4%98.04%-
XYZ82.2982.389.39-
YUV235.85126.96138.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.06%
GREEN value IS 229 (89.84% from 255) = 32.12%
BLUE value IS 234 (91.80% from 255) = 32.82%
R=35.06%
G=32.12%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022923400.080.060.02345.7167.7493.92
HexFAE5EA086215a445e
Octal37234535201062532104136
Binary111110101110010111101010010001101010101101010001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5EA; }

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

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

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

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

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

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

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

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