#FAE4EA

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

Shades of Amour #FAE4EA

Tints of Amour #FAE4EA

Color information

#FAE4EA (or 0xFAE4EA) is unknown color: approx Amour. HEX triplet: FA, E4 and EA. RGB value is (250,228,234). Sum of RGB (Red+Green+Blue) = 250+228+234=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 228 (89.45% from 255 or 32.02% from 712); Blue value is 234 (91.80% from 255 or 32.87% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE4EA is #051B15. Grayscale: #EBEBEB. Windows color (decimal): -334614 or 15394042. OLE color: 15394042.

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

Color convert

RGB250228234-
CMYK00.090.060.02
HSL343.64º68.75%93.73%-
HSV(B)343.64º8.8%98.04%-
XYZ82.0281.7589.3-
YUV235.26127.29138.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.11%
GREEN value IS 228 (89.45% from 255) = 32.02%
BLUE value IS 234 (91.80% from 255) = 32.87%
R=35.11%
G=32.02%
B=32.87%

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
Decimal25022823400.090.060.02343.6468.7593.73
HexFAE4EA0962158455e
Octal37234435201162530105136
Binary111110101110010011101010010011101010101100010001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4EA; }

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

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

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

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

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

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

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

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