Html Css Color HEX #FD829A Tickle Me Pink

📋 copy color: '#FD829A'

red 253 ◦ green 130 ◦ blue 154

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

Shades of Tickle Me Pink #FD829A

Tints of Tickle Me Pink #FD829A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.68%

R = 47.11%
G = 24.21%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD829A (or 0xFD829A) is known color: Tickle Me Pink. HEX triplet: FD, 82 and 9A. RGB value is (253,130,154). Sum of RGB (Red+Green+Blue) = 253+130+154=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD829A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD829A is #027D65. Grayscale: #A9A9A9. Windows color (decimal): -163174 or 10126077. OLE color: 10126077.

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

Color convert

RGB 253 130 154 -
CMYK 0 0.49 0.39 0.01
HSL 348.29º 0.97% 0.75% -
HSV(B) 348.29º 0.49% 0.99% -
XYZ 54.32 39.18 35.27 -
YUV 169.51 119.25 187.55 -
System Red Green Blue C M Y K H S L
Decimal 253 130 154 0 0.49 0.39 0.01 348.29 0.97 0.75
Hex FD 82 9A 0 31 27 1 15C 61 4B
Octal 375 202 232 0 61 47 1 534 141 113
Binary 11111101 10000010 10011010 0 110001 100111 1 101011100 1100001 1001011

Color Harmonies of #FD829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD829A

Black with #FD829A

Text Example


Text Example

White with #FD829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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