#FAE5EB

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

Shades of Amour #FAE5EB

Tints of Amour #FAE5EB

Color information

#FAE5EB (or 0xFAE5EB) is unknown color: approx Amour. HEX triplet: FA, E5 and EB. RGB value is (250,229,235). Sum of RGB (Red+Green+Blue) = 250+229+235=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 229 (89.84% from 255 or 32.07% from 714); Blue value is 235 (92.19% from 255 or 32.91% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE5EB is #051A14. Grayscale: #EBEBEB. Windows color (decimal): -334357 or 15459834. OLE color: 15459834.

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

Color convert

RGB250229235-
CMYK00.080.060.02
HSL342.86º67.74%93.92%-
HSV(B)342.86º8.4%98.04%-
XYZ82.4482.3690.15-
YUV235.96127.46138.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.01%
GREEN value IS 229 (89.84% from 255) = 32.07%
BLUE value IS 235 (92.19% from 255) = 32.91%
R=35.01%
G=32.07%
B=32.91%

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
Decimal25022923500.080.060.02342.8667.7493.92
HexFAE5EB0862157445e
Octal37234535301062527104136
Binary111110101110010111101011010001101010101011110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5EB; }

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

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

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

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

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

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

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

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