#FD7FB2

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

Shades of Tickle Me Pink #FD7FB2

Tints of Tickle Me Pink #FD7FB2

Color information

#FD7FB2 (or 0xFD7FB2) is unknown color: approx Tickle Me Pink. HEX triplet: FD, 7F and B2. RGB value is (253,127,178). Sum of RGB (Red+Green+Blue) = 253+127+178=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7FB2 is #02804D. Grayscale: #AAAAAA. Windows color (decimal): -163918 or 11698173. OLE color: 11698173.

HSL color Cylindrical-coordinate representation of color #FD7FB2: hue angle of 335.71º 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 #FD7FB2 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB253127178-
CMYK00.500.300.01
HSL335.71º96.92%74.51%-
HSV(B)335.71º49.8%99.22%-
XYZ56.1339.2846.74-
YUV170.49132.24186.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.34%
GREEN value IS 127 (50% from 255) = 22.76%
BLUE value IS 178 (69.92% from 255) = 31.90%
R=45.34%
G=22.76%
B=31.90%

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
Decimal25312717800.500.300.01335.7196.9274.51
HexFD7FB20321E1150614b
Octal375177262062361520141113
Binary11111101111111110110010011001011110110101000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7FB2; }

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

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

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

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

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

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

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

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