#FAE3EB

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

Shades of Amour #FAE3EB

Tints of Amour #FAE3EB

Color information

#FAE3EB (or 0xFAE3EB) is unknown color: approx Amour. HEX triplet: FA, E3 and EB. RGB value is (250,227,235). Sum of RGB (Red+Green+Blue) = 250+227+235=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 227 (89.06% from 255 or 31.88% from 712); Blue value is 235 (92.19% from 255 or 33.01% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE3EB is #051C14. Grayscale: #EAEAEA. Windows color (decimal): -334869 or 15459322. OLE color: 15459322.

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

Color convert

RGB250227235-
CMYK00.090.060.02
HSL339.13º69.7%93.53%-
HSV(B)339.13º9.2%98.04%-
XYZ81.8981.2689.97-
YUV234.79128.12138.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.11%
GREEN value IS 227 (89.06% from 255) = 31.88%
BLUE value IS 235 (92.19% from 255) = 33.01%
R=35.11%
G=31.88%
B=33.01%

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
Decimal25022723500.090.060.02339.1369.793.53
HexFAE3EB0962153465e
Octal37234335301162523106136
Binary111110101110001111101011010011101010101001110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3EB; }

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

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

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

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

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

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

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

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