#FAA2AF

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

Shades of Illusion #FAA2AF

Tints of Illusion #FAA2AF

Color information

#FAA2AF (or 0xFAA2AF) is unknown color: approx Illusion. HEX triplet: FA, A2 and AF. RGB value is (250,162,175). Sum of RGB (Red+Green+Blue) = 250+162+175=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA2AF is #055D50. Grayscale: #BDBDBD. Windows color (decimal): -351569 or 11510522. OLE color: 11510522.

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

Color convert

RGB250162175-
CMYK00.350.30.02
HSL351.14º89.8%80.78%-
HSV(B)351.14º35.2%98.04%-
XYZ60.0849.2646.9-
YUV189.79119.65170.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.59%
GREEN value IS 162 (63.67% from 255) = 27.60%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=42.59%
G=27.60%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016217500.350.30.02351.1489.880.78
HexFAA2AF0231E215f5a51
Octal372242257043362537132121
Binary1111101010100010101011110100011111101010101111110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA2AF; }

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

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

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

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

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

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

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

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