#FAE3E9

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

Shades of Amour #FAE3E9

Tints of Amour #FAE3E9

Color information

#FAE3E9 (or 0xFAE3E9) is unknown color: approx Amour. HEX triplet: FA, E3 and E9. RGB value is (250,227,233). Sum of RGB (Red+Green+Blue) = 250+227+233=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 227 (89.06% from 255 or 31.97% from 710); Blue value is 233 (91.41% from 255 or 32.82% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE3E9 is #051C16. Grayscale: #EAEAEA. Windows color (decimal): -334871 or 15328250. OLE color: 15328250.

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

Color convert

RGB250227233-
CMYK00.090.070.02
HSL344.35º69.7%93.53%-
HSV(B)344.35º9.2%98.04%-
XYZ81.681.1588.45-
YUV234.56127.12139.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.21%
GREEN value IS 227 (89.06% from 255) = 31.97%
BLUE value IS 233 (91.41% from 255) = 32.82%
R=35.21%
G=31.97%
B=32.82%

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
Decimal25022723300.090.070.02344.3569.793.53
HexFAE3E90972158465e
Octal37234335101172530106136
Binary111110101110001111101001010011111010101100010001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3E9; }

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

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

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

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

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

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

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

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