#FAA2B1

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

Shades of Illusion #FAA2B1

Tints of Illusion #FAA2B1

Color information

#FAA2B1 (or 0xFAA2B1) is unknown color: approx Illusion. HEX triplet: FA, A2 and B1. RGB value is (250,162,177). Sum of RGB (Red+Green+Blue) = 250+162+177=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA2B1 is #055D4E. Grayscale: #BEBEBE. Windows color (decimal): -351567 or 11641594. OLE color: 11641594.

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

Color convert

RGB250162177-
CMYK00.350.290.02
HSL349.77º89.8%80.78%-
HSV(B)349.77º35.2%98.04%-
XYZ60.2849.3447.94-
YUV190.02120.65170.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.44%
GREEN value IS 162 (63.67% from 255) = 27.50%
BLUE value IS 177 (69.53% from 255) = 30.05%
R=42.44%
G=27.50%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016217700.350.290.02349.7789.880.78
HexFAA2B10231D215e5a51
Octal372242261043352536132121
Binary1111101010100010101100010100011111011010101111010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA2B1; }

 p { color: rgb(250,162,177); }

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

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

 a { background-color: rgb(250,162,177); }

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

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

 span { border-color: rgb(250,162,177); }

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