#FC7FB2

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

Shades of Tickle Me Pink #FC7FB2

Tints of Tickle Me Pink #FC7FB2

Color information

#FC7FB2 (or 0xFC7FB2) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 7F and B2. RGB value is (252,127,178). Sum of RGB (Red+Green+Blue) = 252+127+178=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7FB2 is #03804D. Grayscale: #AAAAAA. Windows color (decimal): -229454 or 11698172. OLE color: 11698172.

HSL color Cylindrical-coordinate representation of color #FC7FB2: hue angle of 335.52º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7FB2 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB252127178-
CMYK00.500.290.01
HSL335.52º95.42%74.31%-
HSV(B)335.52º49.6%98.82%-
XYZ55.7739.0946.72-
YUV170.19132.41186.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.24%
GREEN value IS 127 (50% from 255) = 22.80%
BLUE value IS 178 (69.92% from 255) = 31.96%
R=45.24%
G=22.80%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212717800.500.290.01335.5295.4274.31
HexFC7FB20321D11505f4a
Octal374177262062351520137112
Binary11111100111111110110010011001011101110101000010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7FB2; }

 p { color: rgb(252,127,178); }

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

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

 a { background-color: rgb(252,127,178); }

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

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

 span { border-color: rgb(252,127,178); }

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