#FAE9EB

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

Shades of Amour #FAE9EB

Tints of Amour #FAE9EB

Color information

#FAE9EB (or 0xFAE9EB) is unknown color: approx Amour. HEX triplet: FA, E9 and EB. RGB value is (250,233,235). Sum of RGB (Red+Green+Blue) = 250+233+235=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 233 (91.41% from 255 or 32.45% from 718); Blue value is 235 (92.19% from 255 or 32.73% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE9EB is #051614. Grayscale: #EEEEEE. Windows color (decimal): -333333 or 15460858. OLE color: 15460858.

HSL color Cylindrical-coordinate representation of color #FAE9EB: hue angle of 352.94º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAE9EB is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250233235-
CMYK00.070.060.02
HSL352.94º62.96%94.71%-
HSV(B)352.94º6.8%98.04%-
XYZ83.5684.690.52-
YUV238.31126.13136.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.82%
GREEN value IS 233 (91.41% from 255) = 32.45%
BLUE value IS 235 (92.19% from 255) = 32.73%
R=34.82%
G=32.45%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023323500.070.060.02352.9462.9694.71
HexFAE9EB07621613f5f
Octal372351353076254177137
Binary1111101011101001111010110111110101011000011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9EB; }

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

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

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

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

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

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

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

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