#FA86B0

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

Shades of Tickle Me Pink #FA86B0

Tints of Tickle Me Pink #FA86B0

Color information

#FA86B0 (or 0xFA86B0) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 86 and B0. RGB value is (250,134,176). Sum of RGB (Red+Green+Blue) = 250+134+176=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA86B0 is #05794F. Grayscale: #ADADAD. Windows color (decimal): -358736 or 11568890. OLE color: 11568890.

HSL color Cylindrical-coordinate representation of color #FA86B0: hue angle of 338.28º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA86B0 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB250134176-
CMYK00.460.300.02
HSL338.28º92.06%75.29%-
HSV(B)338.28º46.4%98.04%-
XYZ55.7940.5145.95-
YUV173.47129.43182.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.64%
GREEN value IS 134 (52.73% from 255) = 23.93%
BLUE value IS 176 (69.14% from 255) = 31.43%
R=44.64%
G=23.93%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013417600.460.300.02338.2892.0675.29
HexFA86B002E1E21525c4b
Octal372206260056362522134113
Binary1111101010000110101100000101110111101010101001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA86B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA86B0; }

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

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

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

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

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

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

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

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