#FAE6EC

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

Shades of Amour #FAE6EC

Tints of Amour #FAE6EC

Color information

#FAE6EC (or 0xFAE6EC) is unknown color: approx Amour. HEX triplet: FA, E6 and EC. RGB value is (250,230,236). Sum of RGB (Red+Green+Blue) = 250+230+236=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 230 (90.23% from 255 or 32.12% from 716); Blue value is 236 (92.58% from 255 or 32.96% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE6EC is #051913. Grayscale: #ECECEC. Windows color (decimal): -334100 or 15525626. OLE color: 15525626.

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

Color convert

RGB250230236-
CMYK00.080.060.02
HSL342º66.67%94.12%-
HSV(B)342º8%98.04%-
XYZ82.8682.9791.01-
YUV236.66127.63137.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.92%
GREEN value IS 230 (90.23% from 255) = 32.12%
BLUE value IS 236 (92.58% from 255) = 32.96%
R=34.92%
G=32.12%
B=32.96%

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
Decimal25023023600.080.060.0234266.6794.12
HexFAE6EC0862156435e
Octal37234635401062526103136
Binary111110101110011011101100010001101010101011010000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6EC; }

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

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

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

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

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

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

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

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