#FAE3EC

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

Shades of Amour #FAE3EC

Tints of Amour #FAE3EC

Color information

#FAE3EC (or 0xFAE3EC) is unknown color: approx Amour. HEX triplet: FA, E3 and EC. RGB value is (250,227,236). Sum of RGB (Red+Green+Blue) = 250+227+236=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 227 (89.06% from 255 or 31.84% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE3EC is #051C13. Grayscale: #EAEAEA. Windows color (decimal): -334868 or 15524858. OLE color: 15524858.

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

Color convert

RGB250227236-
CMYK00.090.060.02
HSL336.52º69.7%93.53%-
HSV(B)336.52º9.2%98.04%-
XYZ82.0381.3290.73-
YUV234.9128.62138.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.06%
GREEN value IS 227 (89.06% from 255) = 31.84%
BLUE value IS 236 (92.58% from 255) = 33.10%
R=35.06%
G=31.84%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022723600.090.060.02336.5269.793.53
HexFAE3EC0962151465e
Octal37234335401162521106136
Binary111110101110001111101100010011101010101000110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3EC; }

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

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

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

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

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

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

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

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