#FAA86A

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

Shades of Hit Pink #FAA86A

Tints of Hit Pink #FAA86A

Color information

#FAA86A (or 0xFAA86A) is unknown color: approx Hit Pink. HEX triplet: FA, A8 and 6A. RGB value is (250,168,106). Sum of RGB (Red+Green+Blue) = 250+168+106=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA86A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA86A is #055795. Grayscale: #B9B9B9. Windows color (decimal): -350102 or 6990074. OLE color: 6990074.

HSL color Cylindrical-coordinate representation of color #FAA86A: hue angle of 25.83º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAA86A is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB250168106-
CMYK00.330.580.02
HSL25.83º93.51%69.8%-
HSV(B)25.83º57.6%98.04%-
XYZ56.0349.3720.21-
YUV185.4583.17174.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.71%
GREEN value IS 168 (66.02% from 255) = 32.06%
BLUE value IS 106 (41.80% from 255) = 20.23%
R=47.71%
G=32.06%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016810600.330.580.0225.8393.5169.8
HexFAA86A0213A21a5e46
Octal37225015204172232136106
Binary111110101010100011010100100001111010101101010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA86A; }

 p { color: rgb(250,168,106); }

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

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

 a { background-color: rgb(250,168,106); }

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

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

 span { border-color: rgb(250,168,106); }

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