#FAA0AD

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

Shades of Illusion #FAA0AD

Tints of Illusion #FAA0AD

Color information

#FAA0AD (or 0xFAA0AD) is unknown color: approx Illusion. HEX triplet: FA, A0 and AD. RGB value is (250,160,173). Sum of RGB (Red+Green+Blue) = 250+160+173=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA0AD is #055F52. Grayscale: #BCBCBC. Windows color (decimal): -352083 or 11378938. OLE color: 11378938.

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

Color convert

RGB250160173-
CMYK00.360.310.02
HSL351.33º90%80.39%-
HSV(B)351.33º36%98.04%-
XYZ59.5448.4845.76-
YUV188.39119.32171.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.88%
GREEN value IS 160 (62.89% from 255) = 27.44%
BLUE value IS 173 (67.97% from 255) = 29.67%
R=42.88%
G=27.44%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016017300.360.310.02351.339080.39
HexFAA0AD0241F215f5a50
Octal372240255044372537132120
Binary1111101010100000101011010100100111111010101111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA0AD; }

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

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

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

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

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

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

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

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