#FD84A4

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

Shades of Tickle Me Pink #FD84A4

Tints of Tickle Me Pink #FD84A4

Color information

#FD84A4 (or 0xFD84A4) is unknown color: approx Tickle Me Pink. HEX triplet: FD, 84 and A4. RGB value is (253,132,164). Sum of RGB (Red+Green+Blue) = 253+132+164=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FD84A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD84A4 is #027B5B. Grayscale: #ABABAB. Windows color (decimal): -162652 or 10781949. OLE color: 10781949.

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

Color convert

RGB253132164-
CMYK00.480.350.01
HSL344.13º96.8%75.49%-
HSV(B)344.13º47.83%99.22%-
XYZ55.4640.0739.93-
YUV171.83123.59185.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.08%
GREEN value IS 132 (51.95% from 255) = 24.04%
BLUE value IS 164 (64.45% from 255) = 29.87%
R=46.08%
G=24.04%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313216400.480.350.01344.1396.875.49
HexFD84A4030231158614b
Octal375204244060431530141113
Binary1111110110000100101001000110000100011110101100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD84A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD84A4; }

 p { color: rgb(253,132,164); }

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

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

 a { background-color: rgb(253,132,164); }

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

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

 span { border-color: rgb(253,132,164); }

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