#FAE9EC

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

Shades of Amour #FAE9EC

Tints of Amour #FAE9EC

Color information

#FAE9EC (or 0xFAE9EC) is unknown color: approx Amour. HEX triplet: FA, E9 and EC. RGB value is (250,233,236). Sum of RGB (Red+Green+Blue) = 250+233+236=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 233 (91.41% from 255 or 32.41% from 719); Blue value is 236 (92.58% from 255 or 32.82% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE9EC is #051613. Grayscale: #EEEEEE. Windows color (decimal): -333332 or 15526394. OLE color: 15526394.

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

Color convert

RGB250233236-
CMYK00.070.060.02
HSL349.41º62.96%94.71%-
HSV(B)349.41º6.8%98.04%-
XYZ83.784.6691.29-
YUV238.42126.63136.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.77%
GREEN value IS 233 (91.41% from 255) = 32.41%
BLUE value IS 236 (92.58% from 255) = 32.82%
R=34.77%
G=32.41%
B=32.82%

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
Decimal25023323600.070.060.02349.4162.9694.71
HexFAE9EC076215d3f5f
Octal372351354076253577137
Binary1111101011101001111011000111110101010111011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9EC; }

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

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

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

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

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

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

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

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