#FAA0AE

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

Shades of Illusion #FAA0AE

Tints of Illusion #FAA0AE

Color information

#FAA0AE (or 0xFAA0AE) is unknown color: approx Illusion. HEX triplet: FA, A0 and AE. RGB value is (250,160,174). Sum of RGB (Red+Green+Blue) = 250+160+174=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA0AE is #055F51. Grayscale: #BCBCBC. Windows color (decimal): -352082 or 11444474. OLE color: 11444474.

HSL color Cylindrical-coordinate representation of color #FAA0AE: hue angle of 350.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA0AE is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB250160174-
CMYK00.360.300.02
HSL350.67º90%80.39%-
HSV(B)350.67º36%98.04%-
XYZ59.6448.5246.27-
YUV188.51119.82171.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.81%
GREEN value IS 160 (62.89% from 255) = 27.40%
BLUE value IS 174 (68.36% from 255) = 29.79%
R=42.81%
G=27.40%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016017400.360.300.02350.679080.39
HexFAA0AE0241E215f5a50
Octal372240256044362537132120
Binary1111101010100000101011100100100111101010101111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA0AE; }

 p { color: rgb(250,160,174); }

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

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

 a { background-color: rgb(250,160,174); }

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

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

 span { border-color: rgb(250,160,174); }

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