#FAE6EB

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

Shades of Amour #FAE6EB

Tints of Amour #FAE6EB

Color information

#FAE6EB (or 0xFAE6EB) is unknown color: approx Amour. HEX triplet: FA, E6 and EB. RGB value is (250,230,235). Sum of RGB (Red+Green+Blue) = 250+230+235=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 230 (90.23% from 255 or 32.17% from 715); Blue value is 235 (92.19% from 255 or 32.87% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE6EB is #051914. Grayscale: #ECECEC. Windows color (decimal): -334101 or 15460090. OLE color: 15460090.

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

Color convert

RGB250230235-
CMYK00.080.060.02
HSL345º66.67%94.12%-
HSV(B)345º8%98.04%-
XYZ82.7282.9290.24-
YUV236.55127.13137.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.97%
GREEN value IS 230 (90.23% from 255) = 32.17%
BLUE value IS 235 (92.19% from 255) = 32.87%
R=34.97%
G=32.17%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023023500.080.060.0234566.6794.12
HexFAE6EB0862159435e
Octal37234635301062531103136
Binary111110101110011011101011010001101010101100110000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6EB; }

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

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

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

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

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

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

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

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