#FAA1AD

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

Shades of Illusion #FAA1AD

Tints of Illusion #FAA1AD

Color information

#FAA1AD (or 0xFAA1AD) is unknown color: approx Illusion. HEX triplet: FA, A1 and AD. RGB value is (250,161,173). Sum of RGB (Red+Green+Blue) = 250+161+173=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 161 (63.28% from 255 or 27.57% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA1AD is #055E52. Grayscale: #BDBDBD. Windows color (decimal): -351827 or 11379194. OLE color: 11379194.

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

Color convert

RGB250161173-
CMYK00.360.310.02
HSL351.91º89.9%80.59%-
HSV(B)351.91º35.6%98.04%-
XYZ59.7148.8345.81-
YUV188.98118.99171.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.81%
GREEN value IS 161 (63.28% from 255) = 27.57%
BLUE value IS 173 (67.97% from 255) = 29.62%
R=42.81%
G=27.57%
B=29.62%

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
Decimal25016117300.360.310.02351.9189.980.59
HexFAA1AD0241F21605a51
Octal372241255044372540132121
Binary1111101010100001101011010100100111111010110000010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA1AD; }

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

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

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

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

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

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

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

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