#FAEBED

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

Shades of Amour #FAEBED

Tints of Amour #FAEBED

Color information

#FAEBED (or 0xFAEBED) is unknown color: approx Amour. HEX triplet: FA, EB and ED. RGB value is (250,235,237). Sum of RGB (Red+Green+Blue) = 250+235+237=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 235 (92.19% from 255 or 32.55% from 722); Blue value is 237 (92.97% from 255 or 32.83% from 722); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEBED is #051412. Grayscale: #EFEFEF. Windows color (decimal): -332819 or 15592442. OLE color: 15592442.

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

Color convert

RGB250235237-
CMYK00.060.050.02
HSL352º60%95.1%-
HSV(B)352º6%98.04%-
XYZ84.4285.8692.24-
YUV239.71126.47135.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.63%
GREEN value IS 235 (92.19% from 255) = 32.55%
BLUE value IS 237 (92.97% from 255) = 32.83%
R=34.63%
G=32.55%
B=32.83%

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
Decimal25023523700.060.050.023526095.1
HexFAEBED06521603c5f
Octal372353355065254074137
Binary1111101011101011111011010110101101011000001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBED; }

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

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

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

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

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

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

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

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