#FD82A8

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

Shades of Tickle Me Pink #FD82A8

Tints of Tickle Me Pink #FD82A8

Color information

#FD82A8 (or 0xFD82A8) is unknown color: approx Tickle Me Pink. HEX triplet: FD, 82 and A8. RGB value is (253,130,168). Sum of RGB (Red+Green+Blue) = 253+130+168=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 168 (66.02% from 255 or 30.49% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FD82A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD82A8 is #027D57. Grayscale: #ABABAB. Windows color (decimal): -163160 or 11043581. OLE color: 11043581.

HSL color Cylindrical-coordinate representation of color #FD82A8: hue angle of 341.46º degrees, saturation: 0.97, 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 #FD82A8 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB253130168-
CMYK00.490.340.01
HSL341.46º96.85%75.1%-
HSV(B)341.46º48.62%99.22%-
XYZ55.5639.6841.78-
YUV171.11126.25186.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.92%
GREEN value IS 130 (51.17% from 255) = 23.59%
BLUE value IS 168 (66.02% from 255) = 30.49%
R=45.92%
G=23.59%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313016800.490.340.01341.4696.8575.1
HexFD82A8031221155614b
Octal375202250061421525141113
Binary1111110110000010101010000110001100010110101010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD82A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD82A8; }

 p { color: rgb(253,130,168); }

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

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

 a { background-color: rgb(253,130,168); }

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

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

 span { border-color: rgb(253,130,168); }

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