Html Css Color HEX #FC829D Tickle Me Pink

📋 copy color: '#FC829D'

red 252 ◦ green 130 ◦ blue 157

#FC829D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tickle Me Pink #FC829D

Tints of Tickle Me Pink #FC829D

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 value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC829D (or 0xFC829D) is known color: 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

RGB 252 130 157 -
CMYK 0 0.48 0.38 0.01
HSL 346.72º 0.95% 0.75% -
HSV(B) 346.72º 0.48% 0.99% -
XYZ 54.21 39.1 36.59 -
YUV 169.56 120.92 186.8 -
System Red Green Blue C M Y K H S L
Decimal 252 130 157 0 0.48 0.38 0.01 346.72 0.95 0.75
Hex FC 82 9D 0 30 26 1 15B 5F 4B
Octal 374 202 235 0 60 46 1 533 137 113
Binary 11111100 10000010 10011101 0 110000 100110 1 101011011 1011111 1001011

Color Harmonies of #FC829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC829D

Black with #FC829D

Text Example


Text Example

White with #FC829D

Text Example


Text Example

HTML Codes & Css Web 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>