#FD849C

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

Shades of Tickle Me Pink #FD849C

Tints of Tickle Me Pink #FD849C

Color information

#FD849C (or 0xFD849C) is unknown color: approx Tickle Me Pink. HEX triplet: FD, 84 and 9C. RGB value is (253,132,156). Sum of RGB (Red+Green+Blue) = 253+132+156=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FD849C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD849C is #027B63. Grayscale: #AAAAAA. Windows color (decimal): -162660 or 10257661. OLE color: 10257661.

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

Color convert

RGB253132156-
CMYK00.480.380.01
HSL348.1º96.8%75.49%-
HSV(B)348.1º47.83%99.22%-
XYZ54.7639.7936.25-
YUV170.91119.59186.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.77%
GREEN value IS 132 (51.95% from 255) = 24.40%
BLUE value IS 156 (61.33% from 255) = 28.84%
R=46.77%
G=24.40%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313215600.480.380.01348.196.875.49
HexFD849C03026115c614b
Octal375204234060461534141113
Binary1111110110000100100111000110000100110110101110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD849C; }

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

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

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

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

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

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

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

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