#FC869C

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

Shades of Tickle Me Pink #FC869C

Tints of Tickle Me Pink #FC869C

Color information

#FC869C (or 0xFC869C) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 86 and 9C. RGB value is (252,134,156). Sum of RGB (Red+Green+Blue) = 252+134+156=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FC869C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC869C is #037963. Grayscale: #ABABAB. Windows color (decimal): -227684 or 10258172. OLE color: 10258172.

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

Color convert

RGB252134156-
CMYK00.470.380.01
HSL348.81º95.16%75.69%-
HSV(B)348.81º46.83%98.82%-
XYZ54.6740.1536.32-
YUV171.79119.09185.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.49%
GREEN value IS 134 (52.73% from 255) = 24.72%
BLUE value IS 156 (61.33% from 255) = 28.78%
R=46.49%
G=24.72%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213415600.470.380.01348.8195.1675.69
HexFC869C02F26115d5f4c
Octal374206234057461535137114
Binary1111110010000110100111000101111100110110101110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC869C; }

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

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

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

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

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

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

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

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