#FAE9EA

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

Shades of Amour #FAE9EA

Tints of Amour #FAE9EA

Color information

#FAE9EA (or 0xFAE9EA) is unknown color: approx Amour. HEX triplet: FA, E9 and EA. RGB value is (250,233,234). Sum of RGB (Red+Green+Blue) = 250+233+234=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 233 (91.41% from 255 or 32.50% from 717); Blue value is 234 (91.80% from 255 or 32.64% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE9EA is #051615. Grayscale: #EEEEEE. Windows color (decimal): -333334 or 15395322. OLE color: 15395322.

HSL color Cylindrical-coordinate representation of color #FAE9EA: hue angle of 356.47º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAE9EA is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250233234-
CMYK00.070.060.02
HSL356.47º62.96%94.71%-
HSV(B)356.47º6.8%98.04%-
XYZ83.4184.5489.76-
YUV238.2125.63136.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.87%
GREEN value IS 233 (91.41% from 255) = 32.50%
BLUE value IS 234 (91.80% from 255) = 32.64%
R=34.87%
G=32.50%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023323400.070.060.02356.4762.9694.71
HexFAE9EA07621643f5f
Octal372351352076254477137
Binary1111101011101001111010100111110101011001001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9EA; }

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

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

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

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

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

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

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

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