#FAE7E9

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

Shades of Amour #FAE7E9

Tints of Amour #FAE7E9

Color information

#FAE7E9 (or 0xFAE7E9) is unknown color: approx Amour. HEX triplet: FA, E7 and E9. RGB value is (250,231,233). Sum of RGB (Red+Green+Blue) = 250+231+233=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 231 (90.62% from 255 or 32.35% from 714); Blue value is 233 (91.41% from 255 or 32.63% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE7E9 is #051816. Grayscale: #ECECEC. Windows color (decimal): -333847 or 15329274. OLE color: 15329274.

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

Color convert

RGB250231233-
CMYK00.080.070.02
HSL353.68º65.52%94.31%-
HSV(B)353.68º7.6%98.04%-
XYZ82.7183.3688.82-
YUV236.91125.79137.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.01%
GREEN value IS 231 (90.62% from 255) = 32.35%
BLUE value IS 233 (91.41% from 255) = 32.63%
R=35.01%
G=32.35%
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
Decimal25023123300.080.070.02353.6865.5294.31
HexFAE7E90872162425e
Octal37234735101072542102136
Binary111110101110011111101001010001111010110001010000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7E9; }

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

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

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

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

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

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

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

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