Html Css Color HEX #FD829C Tickle Me Pink

📋 copy color: '#FD829C'

red 253 ◦ green 130 ◦ blue 156

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

Shades of Tickle Me Pink #FD829C

Tints of Tickle Me Pink #FD829C

RGB

 RED value IS 253 (99.22% from 255) = 46.94%

 GREEN value IS 130 (51.17% from 255) = 24.12%

 BLUE value IS 156 (61.33% from 255) = 28.94%

R = 46.94%
G = 24.12%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD829C (or 0xFD829C) is known color: Tickle Me Pink. HEX triplet: FD, 82 and 9C. RGB value is (253,130,156). Sum of RGB (Red+Green+Blue) = 253+130+156=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FD829C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD829C is #027D63. Grayscale: #A9A9A9. Windows color (decimal): -163172 or 10257149. OLE color: 10257149.

HSL color Cylindrical-coordinate representation of color #FD829C: hue angle of 347.32º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FD829C is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 130 156 -
CMYK 0 0.49 0.38 0.01
HSL 347.32º 0.97% 0.75% -
HSV(B) 347.32º 0.49% 0.99% -
XYZ 54.49 39.25 36.16 -
YUV 169.74 120.25 187.39 -
System Red Green Blue C M Y K H S L
Decimal 253 130 156 0 0.49 0.38 0.01 347.32 0.97 0.75
Hex FD 82 9C 0 31 26 1 15B 61 4B
Octal 375 202 234 0 61 46 1 533 141 113
Binary 11111101 10000010 10011100 0 110001 100110 1 101011011 1100001 1001011

Color Harmonies of #FD829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD829C

Black with #FD829C

Text Example


Text Example

White with #FD829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD829C; }

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

 H1.HeaderClassName
 {
   color: #FD829C;
 }
 .AnyTagClassName
 {
   color: #FD829C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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