#FAE2E7

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

Shades of Amour #FAE2E7

Tints of Amour #FAE2E7

Color information

#FAE2E7 (or 0xFAE2E7) is unknown color: approx Amour. HEX triplet: FA, E2 and E7. RGB value is (250,226,231). Sum of RGB (Red+Green+Blue) = 250+226+231=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 226 (88.67% from 255 or 31.97% from 707); Blue value is 231 (90.62% from 255 or 32.67% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE2E7 is #051D18. Grayscale: #E9E9E9. Windows color (decimal): -335129 or 15196922. OLE color: 15196922.

HSL color Cylindrical-coordinate representation of color #FAE2E7: hue angle of 347.5º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE2E7 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250226231-
CMYK00.100.080.02
HSL347.5º70.59%93.33%-
HSV(B)347.5º9.6%98.04%-
XYZ81.0480.4986.87-
YUV233.75126.45139.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 226 (88.67% from 255) = 31.97%
BLUE value IS 231 (90.62% from 255) = 32.67%
R=35.36%
G=31.97%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022623100.100.080.02347.570.5993.33
HexFAE2E70A8215c475d
Octal372342347012102534107135
Binary1111101011100010111001110101010001010101110010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE2E7; }

 p { color: rgb(250,226,231); }

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

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

 a { background-color: rgb(250,226,231); }

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

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

 span { border-color: rgb(250,226,231); }

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