#FF8BA0

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

Shades of Tickle Me Pink #FF8BA0

Tints of Tickle Me Pink #FF8BA0

Color information

#FF8BA0 (or 0xFF8BA0) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 8B and A0. RGB value is (255,139,160). Sum of RGB (Red+Green+Blue) = 255+139+160=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8BA0 is #00745F. Grayscale: #B0B0B0. Windows color (decimal): -29792 or 10521599. OLE color: 10521599.

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

Color convert

RGB255139160-
CMYK00.450.370
HSL349.14º100%77.25%-
HSV(B)349.14º45.49%100%-
XYZ56.8242.2638.42-
YUV176.08118.93184.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.03%
GREEN value IS 139 (54.69% from 255) = 25.09%
BLUE value IS 160 (62.89% from 255) = 28.88%
R=46.03%
G=25.09%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513916000.450.370349.1410077.25
HexFF8BA002D25015d644d
Octal377213240055450535144115
Binary1111111110001011101000000101101100101010101110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8BA0; }

 p { color: rgb(255,139,160); }

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

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

 a { background-color: rgb(255,139,160); }

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

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

 span { border-color: rgb(255,139,160); }

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