#FF8196

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

Shades of Tickle Me Pink #FF8196

Tints of Tickle Me Pink #FF8196

Color information

#FF8196 (or 0xFF8196) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 81 and 96. RGB value is (255,129,150). Sum of RGB (Red+Green+Blue) = 255+129+150=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8196 is #007E69. Grayscale: #A9A9A9. Windows color (decimal): -32362 or 9863679. OLE color: 9863679.

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

Color convert

RGB255129150-
CMYK00.490.410
HSL350º100%75.29%-
HSV(B)350º49.41%100%-
XYZ54.639.1633.54-
YUV169.07117.24189.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.75%
GREEN value IS 129 (50.78% from 255) = 24.16%
BLUE value IS 150 (58.98% from 255) = 28.09%
R=47.75%
G=24.16%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512915000.490.41035010075.29
HexFF819603129015e644b
Octal377201226061510536144113
Binary1111111110000001100101100110001101001010101111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8196; }

 p { color: rgb(255,129,150); }

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

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

 a { background-color: rgb(255,129,150); }

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

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

 span { border-color: rgb(255,129,150); }

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