#FA86A4

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

Shades of Tickle Me Pink #FA86A4

Tints of Tickle Me Pink #FA86A4

Color information

#FA86A4 (or 0xFA86A4) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 86 and A4. RGB value is (250,134,164). Sum of RGB (Red+Green+Blue) = 250+134+164=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 164 (64.45% from 255 or 29.93% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA86A4 is #05795B. Grayscale: #ACACAC. Windows color (decimal): -358748 or 10782458. OLE color: 10782458.

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

Color convert

RGB250134164-
CMYK00.460.340.02
HSL344.48º92.06%75.29%-
HSV(B)344.48º46.4%98.04%-
XYZ54.6540.0539.97-
YUV172.1123.43183.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.62%
GREEN value IS 134 (52.73% from 255) = 24.45%
BLUE value IS 164 (64.45% from 255) = 29.93%
R=45.62%
G=24.45%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013416400.460.340.02344.4892.0675.29
HexFA86A402E2221585c4b
Octal372206244056422530134113
Binary11111010100001101010010001011101000101010101100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA86A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA86A4; }

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

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

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

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

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

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

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

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