#FD7FB1

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

Shades of Tickle Me Pink #FD7FB1

Tints of Tickle Me Pink #FD7FB1

Color information

#FD7FB1 (or 0xFD7FB1) is unknown color: approx Tickle Me Pink. HEX triplet: FD, 7F and B1. RGB value is (253,127,177). Sum of RGB (Red+Green+Blue) = 253+127+177=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7FB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7FB1 is #02804E. Grayscale: #AAAAAA. Windows color (decimal): -163919 or 11632637. OLE color: 11632637.

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

Color convert

RGB253127177-
CMYK00.500.300.01
HSL336.19º96.92%74.51%-
HSV(B)336.19º49.8%99.22%-
XYZ56.0339.2446.21-
YUV170.37131.74186.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.42%
GREEN value IS 127 (50% from 255) = 22.80%
BLUE value IS 177 (69.53% from 255) = 31.78%
R=45.42%
G=22.80%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312717700.500.300.01336.1996.9274.51
HexFD7FB10321E1150614b
Octal375177261062361520141113
Binary11111101111111110110001011001011110110101000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7FB1; }

 p { color: rgb(253,127,177); }

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

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

 a { background-color: rgb(253,127,177); }

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

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

 span { border-color: rgb(253,127,177); }

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