#FC829B

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

Shades of Tickle Me Pink #FC829B

Tints of Tickle Me Pink #FC829B

Color information

#FC829B (or 0xFC829B) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 82 and 9B. RGB value is (252,130,155). Sum of RGB (Red+Green+Blue) = 252+130+155=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FC829B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC829B is #037D64. Grayscale: #A9A9A9. Windows color (decimal): -228709 or 10191612. OLE color: 10191612.

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

Color convert

RGB252130155-
CMYK00.480.380.01
HSL347.7º95.31%74.9%-
HSV(B)347.7º48.41%98.82%-
XYZ54.0439.0335.69-
YUV169.33119.92186.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.93%
GREEN value IS 130 (51.17% from 255) = 24.21%
BLUE value IS 155 (60.94% from 255) = 28.86%
R=46.93%
G=24.21%
B=28.86%

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
Decimal25213015500.480.380.01347.795.3174.9
HexFC829B03026115c5f4b
Octal374202233060461534137113
Binary1111110010000010100110110110000100110110101110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC829B; }

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

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

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

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

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

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

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

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