#FF86AD

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

Shades of Tickle Me Pink #FF86AD

Tints of Tickle Me Pink #FF86AD

Color information

#FF86AD (or 0xFF86AD) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 86 and AD. RGB value is (255,134,173). Sum of RGB (Red+Green+Blue) = 255+134+173=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF86AD is #007952. Grayscale: #AEAEAE. Windows color (decimal): -31059 or 11372287. OLE color: 11372287.

HSL color Cylindrical-coordinate representation of color #FF86AD: hue angle of 340.66º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF86AD is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB255134173-
CMYK00.470.320
HSL340.66º100%76.27%-
HSV(B)340.66º47.45%100%-
XYZ57.3141.3344.49-
YUV174.62127.09185.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 134 (52.73% from 255) = 23.84%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=45.37%
G=23.84%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513417300.470.320340.6610076.27
HexFF86AD02F200155644c
Octal377206255057400525144114
Binary1111111110000110101011010101111100000010101010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF86AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF86AD; }

 p { color: rgb(255,134,173); }

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

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

 a { background-color: rgb(255,134,173); }

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

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

 span { border-color: rgb(255,134,173); }

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