#FC829D

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

Shades of Tickle Me Pink #FC829D

Tints of Tickle Me Pink #FC829D

Color information

#FC829D (or 0xFC829D) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 82 and 9D. RGB value is (252,130,157). Sum of RGB (Red+Green+Blue) = 252+130+157=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FC829D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC829D is #037D62. Grayscale: #A9A9A9. Windows color (decimal): -228707 or 10322684. OLE color: 10322684.

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

Color convert

RGB252130157-
CMYK00.480.380.01
HSL346.72º95.31%74.9%-
HSV(B)346.72º48.41%98.82%-
XYZ54.2139.136.59-
YUV169.56120.92186.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.75%
GREEN value IS 130 (51.17% from 255) = 24.12%
BLUE value IS 157 (61.72% from 255) = 29.13%
R=46.75%
G=24.12%
B=29.13%

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
Decimal25213015700.480.380.01346.7295.3174.9
HexFC829D03026115b5f4b
Octal374202235060461533137113
Binary1111110010000010100111010110000100110110101101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC829D; }

 p { color: rgb(252,130,157); }

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

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

 a { background-color: rgb(252,130,157); }

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

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

 span { border-color: rgb(252,130,157); }

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