#FAE4EB

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

Shades of Amour #FAE4EB

Tints of Amour #FAE4EB

Color information

#FAE4EB (or 0xFAE4EB) is unknown color: approx Amour. HEX triplet: FA, E4 and EB. RGB value is (250,228,235). Sum of RGB (Red+Green+Blue) = 250+228+235=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 228 (89.45% from 255 or 31.98% from 713); Blue value is 235 (92.19% from 255 or 32.96% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE4EB is #051B14. Grayscale: #EBEBEB. Windows color (decimal): -334613 or 15459578. OLE color: 15459578.

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

Color convert

RGB250228235-
CMYK00.090.060.02
HSL340.91º68.75%93.73%-
HSV(B)340.91º8.8%98.04%-
XYZ82.1681.8190.06-
YUV235.38127.79138.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.06%
GREEN value IS 228 (89.45% from 255) = 31.98%
BLUE value IS 235 (92.19% from 255) = 32.96%
R=35.06%
G=31.98%
B=32.96%

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
Decimal25022823500.090.060.02340.9168.7593.73
HexFAE4EB0962155455e
Octal37234435301162525105136
Binary111110101110010011101011010011101010101010110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4EB; }

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

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

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

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

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

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

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

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