#FAEAEB

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

Shades of Amour #FAEAEB

Tints of Amour #FAEAEB

Color information

#FAEAEB (or 0xFAEAEB) is unknown color: approx Amour. HEX triplet: FA, EA and EB. RGB value is (250,234,235). Sum of RGB (Red+Green+Blue) = 250+234+235=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 234 (91.80% from 255 or 32.55% from 719); Blue value is 235 (92.19% from 255 or 32.68% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAEB is #051514. Grayscale: #EEEEEE. Windows color (decimal): -333077 or 15461114. OLE color: 15461114.

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

Color convert

RGB250234235-
CMYK00.060.060.02
HSL356.25º61.54%94.9%-
HSV(B)356.25º6.4%98.04%-
XYZ83.8485.1790.62-
YUV238.9125.8135.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.77%
GREEN value IS 234 (91.80% from 255) = 32.55%
BLUE value IS 235 (92.19% from 255) = 32.68%
R=34.77%
G=32.55%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023423500.060.060.02356.2561.5494.9
HexFAEAEB06621643e5f
Octal372352353066254476137
Binary1111101011101010111010110110110101011001001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAEB; }

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

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

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

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

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

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

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

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