#FAE8EC

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

Shades of Amour #FAE8EC

Tints of Amour #FAE8EC

Color information

#FAE8EC (or 0xFAE8EC) is unknown color: approx Amour. HEX triplet: FA, E8 and EC. RGB value is (250,232,236). Sum of RGB (Red+Green+Blue) = 250+232+236=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 232 (91.02% from 255 or 32.31% from 718); Blue value is 236 (92.58% from 255 or 32.87% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE8EC is #051713. Grayscale: #EDEDED. Windows color (decimal): -333588 or 15526138. OLE color: 15526138.

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

Color convert

RGB250232236-
CMYK00.070.060.02
HSL346.67º64.29%94.51%-
HSV(B)346.67º7.2%98.04%-
XYZ83.4284.0991.19-
YUV237.84126.96136.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.82%
GREEN value IS 232 (91.02% from 255) = 32.31%
BLUE value IS 236 (92.58% from 255) = 32.87%
R=34.82%
G=32.31%
B=32.87%

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
Decimal25023223600.070.060.02346.6764.2994.51
HexFAE8EC076215b405f
Octal3723503540762533100137
Binary11111010111010001110110001111101010101101110000001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8EC; }

 p { color: rgb(250,232,236); }

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

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

 a { background-color: rgb(250,232,236); }

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

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

 span { border-color: rgb(250,232,236); }

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