#FAEAED

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

Shades of Amour #FAEAED

Tints of Amour #FAEAED

Color information

#FAEAED (or 0xFAEAED) is unknown color: approx Amour. HEX triplet: FA, EA and ED. RGB value is (250,234,237). Sum of RGB (Red+Green+Blue) = 250+234+237=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 234 (91.80% from 255 or 32.45% from 721); Blue value is 237 (92.97% from 255 or 32.87% from 721); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAED is #051512. Grayscale: #EFEFEF. Windows color (decimal): -333075 or 15592186. OLE color: 15592186.

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

Color convert

RGB250234237-
CMYK00.060.050.02
HSL348.75º61.54%94.9%-
HSV(B)348.75º6.4%98.04%-
XYZ84.1385.2892.15-
YUV239.13126.8135.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.67%
GREEN value IS 234 (91.80% from 255) = 32.45%
BLUE value IS 237 (92.97% from 255) = 32.87%
R=34.67%
G=32.45%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023423700.060.050.02348.7561.5494.9
HexFAEAED065215d3e5f
Octal372352355065253576137
Binary1111101011101010111011010110101101010111011111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAED; }

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

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

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

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

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

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

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

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