#FAA5B0

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

Shades of Illusion #FAA5B0

Tints of Illusion #FAA5B0

Color information

#FAA5B0 (or 0xFAA5B0) is unknown color: approx Illusion. HEX triplet: FA, A5 and B0. RGB value is (250,165,176). Sum of RGB (Red+Green+Blue) = 250+165+176=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 176 (69.14% from 255 or 29.78% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA5B0 is #055A4F. Grayscale: #BFBFBF. Windows color (decimal): -350800 or 11576826. OLE color: 11576826.

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

Color convert

RGB250165176-
CMYK00.340.300.02
HSL352.24º89.47%81.37%-
HSV(B)352.24º34%98.04%-
XYZ60.7250.3747.6-
YUV191.67119.16169.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 165 (64.84% from 255) = 27.92%
BLUE value IS 176 (69.14% from 255) = 29.78%
R=42.30%
G=27.92%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016517600.340.300.02352.2489.4781.37
HexFAA5B00221E21605951
Octal372245260042362540131121
Binary1111101010100101101100000100010111101010110000010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA5B0; }

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

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

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

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

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

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

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

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