#FAECED

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

Shades of Amour #FAECED

Tints of Amour #FAECED

Color information

#FAECED (or 0xFAECED) is unknown color: approx Amour. HEX triplet: FA, EC and ED. RGB value is (250,236,237). Sum of RGB (Red+Green+Blue) = 250+236+237=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 236 (92.58% from 255 or 32.64% from 723); Blue value is 237 (92.97% from 255 or 32.78% from 723); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECED is #051312. Grayscale: #F0F0F0. Windows color (decimal): -332563 or 15592698. OLE color: 15592698.

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

Color convert

RGB250236237-
CMYK00.060.050.02
HSL355.71º58.33%95.29%-
HSV(B)355.71º5.6%98.04%-
XYZ84.7186.4392.34-
YUV240.3126.14134.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.58%
GREEN value IS 236 (92.58% from 255) = 32.64%
BLUE value IS 237 (92.97% from 255) = 32.78%
R=34.58%
G=32.64%
B=32.78%

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
Decimal25023623700.060.050.02355.7158.3395.29
HexFAECED06521643a5f
Octal372354355065254472137
Binary1111101011101100111011010110101101011001001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECED; }

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

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

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

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

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

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

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

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