#FAE5E8

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

Shades of Amour #FAE5E8

Tints of Amour #FAE5E8

Color information

#FAE5E8 (or 0xFAE5E8) is unknown color: approx Amour. HEX triplet: FA, E5 and E8. RGB value is (250,229,232). Sum of RGB (Red+Green+Blue) = 250+229+232=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 229 (89.84% from 255 or 32.21% from 711); Blue value is 232 (91.02% from 255 or 32.63% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE5E8 is #051A17. Grayscale: #EBEBEB. Windows color (decimal): -334360 or 15263226. OLE color: 15263226.

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

Color convert

RGB250229232-
CMYK00.080.070.02
HSL351.43º67.74%93.92%-
HSV(B)351.43º8.4%98.04%-
XYZ82.0182.1987.89-
YUV235.62125.96138.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.16%
GREEN value IS 229 (89.84% from 255) = 32.21%
BLUE value IS 232 (91.02% from 255) = 32.63%
R=35.16%
G=32.21%
B=32.63%

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
Decimal25022923200.080.070.02351.4367.7493.92
HexFAE5E8087215f445e
Octal37234535001072537104136
Binary111110101110010111101000010001111010101111110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5E8; }

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

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

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

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

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

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

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

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