Html Css Color HEX #FD829D Tickle Me Pink

📋 copy color: '#FD829D'

red 253 ◦ green 130 ◦ blue 157

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

Shades of Tickle Me Pink #FD829D

Tints of Tickle Me Pink #FD829D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.07%

R = 46.85%
G = 24.07%
B = 29.07%

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

#FD829D (or 0xFD829D) is known color: Tickle Me Pink. HEX triplet: FD, 82 and 9D. RGB value is (253,130,157). Sum of RGB (Red+Green+Blue) = 253+130+157=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FD829D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD829D is #027D62. Grayscale: #A9A9A9. Windows color (decimal): -163171 or 10322685. OLE color: 10322685.

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

Color convert

RGB 253 130 157 -
CMYK 0 0.49 0.38 0.01
HSL 346.83º 0.97% 0.75% -
HSV(B) 346.83º 0.49% 0.99% -
XYZ 54.58 39.28 36.6 -
YUV 169.86 120.75 187.3 -
System Red Green Blue C M Y K H S L
Decimal 253 130 157 0 0.49 0.38 0.01 346.83 0.97 0.75
Hex FD 82 9D 0 31 26 1 15B 61 4B
Octal 375 202 235 0 61 46 1 533 141 113
Binary 11111101 10000010 10011101 0 110001 100110 1 101011011 1100001 1001011

Color Harmonies of #FD829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD829D

Black with #FD829D

Text Example


Text Example

White with #FD829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD829D; }

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

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

background-color css

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

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

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

border-color css

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

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

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