#FAA1AB

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

Shades of Illusion #FAA1AB

Tints of Illusion #FAA1AB

Color information

#FAA1AB (or 0xFAA1AB) is unknown color: approx Illusion. HEX triplet: FA, A1 and AB. RGB value is (250,161,171). Sum of RGB (Red+Green+Blue) = 250+161+171=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 161 (63.28% from 255 or 27.66% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA1AB is #055E54. Grayscale: #BCBCBC. Windows color (decimal): -351829 or 11248122. OLE color: 11248122.

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

Color convert

RGB250161171-
CMYK00.360.320.02
HSL353.26º89.9%80.59%-
HSV(B)353.26º35.6%98.04%-
XYZ59.5248.7544.8-
YUV188.75117.99171.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.96%
GREEN value IS 161 (63.28% from 255) = 27.66%
BLUE value IS 171 (67.19% from 255) = 29.38%
R=42.96%
G=27.66%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016117100.360.320.02353.2689.980.59
HexFAA1AB0242021615a51
Octal372241253044402541132121
Binary11111010101000011010101101001001000001010110000110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA1AB; }

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

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

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

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

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

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

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

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