#FAE5E9

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

Shades of Amour #FAE5E9

Tints of Amour #FAE5E9

Color information

#FAE5E9 (or 0xFAE5E9) is unknown color: approx Amour. HEX triplet: FA, E5 and E9. RGB value is (250,229,233). Sum of RGB (Red+Green+Blue) = 250+229+233=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 229 (89.84% from 255 or 32.16% from 712); Blue value is 233 (91.41% from 255 or 32.72% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE5E9 is #051A16. Grayscale: #EBEBEB. Windows color (decimal): -334359 or 15328762. OLE color: 15328762.

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

Color convert

RGB250229233-
CMYK00.080.070.02
HSL348.57º67.74%93.92%-
HSV(B)348.57º8.4%98.04%-
XYZ82.1582.2588.64-
YUV235.74126.46138.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.11%
GREEN value IS 229 (89.84% from 255) = 32.16%
BLUE value IS 233 (91.41% from 255) = 32.72%
R=35.11%
G=32.16%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022923300.080.070.02348.5767.7493.92
HexFAE5E9087215d445e
Octal37234535101072535104136
Binary111110101110010111101001010001111010101110110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5E9; }

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

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

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

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

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

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

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

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