#FF869C

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

Shades of Tickle Me Pink #FF869C

Tints of Tickle Me Pink #FF869C

Color information

#FF869C (or 0xFF869C) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 86 and 9C. RGB value is (255,134,156). Sum of RGB (Red+Green+Blue) = 255+134+156=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF869C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF869C is #007963. Grayscale: #ACACAC. Windows color (decimal): -31076 or 10258175. OLE color: 10258175.

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

Color convert

RGB255134156-
CMYK00.470.390
HSL349.09º100%76.27%-
HSV(B)349.09º47.45%100%-
XYZ55.7740.7136.37-
YUV172.69118.59186.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.79%
GREEN value IS 134 (52.73% from 255) = 24.59%
BLUE value IS 156 (61.33% from 255) = 28.62%
R=46.79%
G=24.59%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513415600.470.390349.0910076.27
HexFF869C02F27015d644c
Octal377206234057470535144114
Binary1111111110000110100111000101111100111010101110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF869C; }

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

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

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

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

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

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

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

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