#FA86A3

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

Shades of Tickle Me Pink #FA86A3

Tints of Tickle Me Pink #FA86A3

Color information

#FA86A3 (or 0xFA86A3) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 86 and A3. RGB value is (250,134,163). Sum of RGB (Red+Green+Blue) = 250+134+163=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 163 (64.06% from 255 or 29.80% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA86A3 is #05795C. Grayscale: #ABABAB. Windows color (decimal): -358749 or 10716922. OLE color: 10716922.

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

Color convert

RGB250134163-
CMYK00.460.350.02
HSL345º92.06%75.29%-
HSV(B)345º46.4%98.04%-
XYZ54.5640.0239.5-
YUV171.99122.93183.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.70%
GREEN value IS 134 (52.73% from 255) = 24.50%
BLUE value IS 163 (64.06% from 255) = 29.80%
R=45.70%
G=24.50%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013416300.460.350.0234592.0675.29
HexFA86A302E2321595c4b
Octal372206243056432531134113
Binary11111010100001101010001101011101000111010101100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA86A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA86A3; }

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

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

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

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

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

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

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

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