#FD83AB

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

Shades of Tickle Me Pink #FD83AB

Tints of Tickle Me Pink #FD83AB

Color information

#FD83AB (or 0xFD83AB) is unknown color: approx Tickle Me Pink. HEX triplet: FD, 83 and AB. RGB value is (253,131,171). Sum of RGB (Red+Green+Blue) = 253+131+171=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FD83AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD83AB is #027C54. Grayscale: #ACACAC. Windows color (decimal): -162901 or 11240445. OLE color: 11240445.

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

Color convert

RGB253131171-
CMYK00.480.320.01
HSL340.33º96.83%75.29%-
HSV(B)340.33º48.22%99.22%-
XYZ55.9840.0643.31-
YUV172.04127.42185.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.59%
GREEN value IS 131 (51.56% from 255) = 23.60%
BLUE value IS 171 (67.19% from 255) = 30.81%
R=45.59%
G=23.60%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313117100.480.320.01340.3396.8375.29
HexFD83AB030201154614b
Octal375203253060401524141113
Binary1111110110000011101010110110000100000110101010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD83AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD83AB; }

 p { color: rgb(253,131,171); }

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

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

 a { background-color: rgb(253,131,171); }

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

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

 span { border-color: rgb(253,131,171); }

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