#FAE4E9

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

Shades of Amour #FAE4E9

Tints of Amour #FAE4E9

Color information

#FAE4E9 (or 0xFAE4E9) is unknown color: approx Amour. HEX triplet: FA, E4 and E9. RGB value is (250,228,233). Sum of RGB (Red+Green+Blue) = 250+228+233=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 228 (89.45% from 255 or 32.07% from 711); Blue value is 233 (91.41% from 255 or 32.77% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE4E9 is #051B16. Grayscale: #EBEBEB. Windows color (decimal): -334615 or 15328506. OLE color: 15328506.

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

Color convert

RGB250228233-
CMYK00.090.070.02
HSL346.36º68.75%93.73%-
HSV(B)346.36º8.8%98.04%-
XYZ81.8881.6988.54-
YUV235.15126.79138.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.16%
GREEN value IS 228 (89.45% from 255) = 32.07%
BLUE value IS 233 (91.41% from 255) = 32.77%
R=35.16%
G=32.07%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022823300.090.070.02346.3668.7593.73
HexFAE4E9097215a455e
Octal37234435101172532105136
Binary111110101110010011101001010011111010101101010001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4E9; }

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

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

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

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

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

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

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

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