#FAE1E7

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

Shades of Amour #FAE1E7

Tints of Amour #FAE1E7

Color information

#FAE1E7 (or 0xFAE1E7) is unknown color: approx Amour. HEX triplet: FA, E1 and E7. RGB value is (250,225,231). Sum of RGB (Red+Green+Blue) = 250+225+231=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 225 (88.28% from 255 or 31.87% from 706); Blue value is 231 (90.62% from 255 or 32.72% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE1E7 is #051E18. Grayscale: #E9E9E9. Windows color (decimal): -335385 or 15196666. OLE color: 15196666.

HSL color Cylindrical-coordinate representation of color #FAE1E7: hue angle of 345.6º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE1E7 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250225231-
CMYK00.100.080.02
HSL345.6º71.43%93.14%-
HSV(B)345.6º10%98.04%-
XYZ80.7779.9486.77-
YUV233.16126.78140.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.41%
GREEN value IS 225 (88.28% from 255) = 31.87%
BLUE value IS 231 (90.62% from 255) = 32.72%
R=35.41%
G=31.87%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022523100.100.080.02345.671.4393.14
HexFAE1E70A8215a475d
Octal372341347012102532107135
Binary1111101011100001111001110101010001010101101010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE1E7; }

 p { color: rgb(250,225,231); }

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

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

 a { background-color: rgb(250,225,231); }

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

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

 span { border-color: rgb(250,225,231); }

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