#FC80B0

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

Shades of Tickle Me Pink #FC80B0

Tints of Tickle Me Pink #FC80B0

Color information

#FC80B0 (or 0xFC80B0) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 80 and B0. RGB value is (252,128,176). Sum of RGB (Red+Green+Blue) = 252+128+176=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC80B0 is #037F4F. Grayscale: #AAAAAA. Windows color (decimal): -229200 or 11567356. OLE color: 11567356.

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

Color convert

RGB252128176-
CMYK00.490.300.01
HSL336.77º95.38%74.51%-
HSV(B)336.77º49.21%98.82%-
XYZ55.739.2745.72-
YUV170.55131.08186.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.32%
GREEN value IS 128 (50.39% from 255) = 23.02%
BLUE value IS 176 (69.14% from 255) = 31.65%
R=45.32%
G=23.02%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212817600.490.300.01336.7795.3874.51
HexFC80B00311E11515f4b
Octal374200260061361521137113
Binary111111001000000010110000011000111110110101000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC80B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC80B0; }

 p { color: rgb(252,128,176); }

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

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

 a { background-color: rgb(252,128,176); }

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

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

 span { border-color: rgb(252,128,176); }

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