#FF86B4

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

Shades of Tickle Me Pink #FF86B4

Tints of Tickle Me Pink #FF86B4

Color information

#FF86B4 (or 0xFF86B4) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 86 and B4. RGB value is (255,134,180). Sum of RGB (Red+Green+Blue) = 255+134+180=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 134 (52.73% from 255 or 23.55% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86B4 is #00794B. Grayscale: #AFAFAF. Windows color (decimal): -31052 or 11831039. OLE color: 11831039.

HSL color Cylindrical-coordinate representation of color #FF86B4: hue angle of 337.19º 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 #FF86B4 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255134180-
CMYK00.470.290
HSL337.19º100%76.27%-
HSV(B)337.19º47.45%100%-
XYZ5841.6148.15-
YUV175.42130.59184.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.82%
GREEN value IS 134 (52.73% from 255) = 23.55%
BLUE value IS 180 (70.70% from 255) = 31.63%
R=44.82%
G=23.55%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513418000.470.290337.1910076.27
HexFF86B402F1D0151644c
Octal377206264057350521144114
Binary111111111000011010110100010111111101010101000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF86B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF86B4; }

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

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

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

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

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

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

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

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