#FAEAEE

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

Shades of Amour #FAEAEE

Tints of Amour #FAEAEE

Color information

#FAEAEE (or 0xFAEAEE) is unknown color: approx Amour. HEX triplet: FA, EA and EE. RGB value is (250,234,238). Sum of RGB (Red+Green+Blue) = 250+234+238=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 234 (91.80% from 255 or 32.41% from 722); Blue value is 238 (93.36% from 255 or 32.96% from 722); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAEE is #051511. Grayscale: #EFEFEF. Windows color (decimal): -333074 or 15657722. OLE color: 15657722.

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

Color convert

RGB250234238-
CMYK00.060.050.02
HSL345º61.54%94.9%-
HSV(B)345º6.4%98.04%-
XYZ84.2885.3492.92-
YUV239.24127.3135.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.63%
GREEN value IS 234 (91.80% from 255) = 32.41%
BLUE value IS 238 (93.36% from 255) = 32.96%
R=34.63%
G=32.41%
B=32.96%

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
Decimal25023423800.060.050.0234561.5494.9
HexFAEAEE06521593e5f
Octal372352356065253176137
Binary1111101011101010111011100110101101010110011111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAEE; }

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

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

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

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

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

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

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

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