#FAA5B1

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

Shades of Illusion #FAA5B1

Tints of Illusion #FAA5B1

Color information

#FAA5B1 (or 0xFAA5B1) is unknown color: approx Illusion. HEX triplet: FA, A5 and B1. RGB value is (250,165,177). Sum of RGB (Red+Green+Blue) = 250+165+177=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 177 (69.53% from 255 or 29.90% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA5B1 is #055A4E. Grayscale: #BFBFBF. Windows color (decimal): -350799 or 11642362. OLE color: 11642362.

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

Color convert

RGB250165177-
CMYK00.340.290.02
HSL351.53º89.47%81.37%-
HSV(B)351.53º34%98.04%-
XYZ60.8250.4148.12-
YUV191.78119.66169.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 165 (64.84% from 255) = 27.87%
BLUE value IS 177 (69.53% from 255) = 29.90%
R=42.23%
G=27.87%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016517700.340.290.02351.5389.4781.37
HexFAA5B10221D21605951
Octal372245261042352540131121
Binary1111101010100101101100010100010111011010110000010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA5B1; }

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

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

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

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

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

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

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

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