#FAEAEF

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

Shades of Amour #FAEAEF

Tints of Amour #FAEAEF

Color information

#FAEAEF (or 0xFAEAEF) is unknown color: approx Amour. HEX triplet: FA, EA and EF. RGB value is (250,234,239). Sum of RGB (Red+Green+Blue) = 250+234+239=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 234 (91.80% from 255 or 32.37% from 723); Blue value is 239 (93.75% from 255 or 33.06% from 723); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAEF is #051510. Grayscale: #EFEFEF. Windows color (decimal): -333073 or 15723258. OLE color: 15723258.

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

Color convert

RGB250234239-
CMYK00.060.040.02
HSL341.25º61.54%94.9%-
HSV(B)341.25º6.4%98.04%-
XYZ84.4385.493.7-
YUV239.35127.8135.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.58%
GREEN value IS 234 (91.80% from 255) = 32.37%
BLUE value IS 239 (93.75% from 255) = 33.06%
R=34.58%
G=32.37%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023423900.060.040.02341.2561.5494.9
HexFAEAEF06421553e5f
Octal372352357064252576137
Binary1111101011101010111011110110100101010101011111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAEF; }

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

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

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

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

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

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

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

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