Html Css Color HEX #FD80AD Tickle Me Pink

📋 copy color: '#FD80AD'

red 253 ◦ green 128 ◦ blue 173

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

Shades of Tickle Me Pink #FD80AD

Tints of Tickle Me Pink #FD80AD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.1%

 BLUE value IS 173 (67.97% from 255) = 31.23%

R = 45.67%
G = 23.1%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD80AD (or 0xFD80AD) is known color: Tickle Me Pink. HEX triplet: FD, 80 and AD. RGB value is (253,128,173). Sum of RGB (Red+Green+Blue) = 253+128+173=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD80AD is #027F52. Grayscale: #AAAAAA. Windows color (decimal): -163667 or 11370749. OLE color: 11370749.

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

Color convert

RGB 253 128 173 -
CMYK 0 0.49 0.32 0.01
HSL 338.4º 0.97% 0.75% -
HSV(B) 338.4º 0.49% 0.99% -
XYZ 55.77 39.34 44.19 -
YUV 170.51 129.41 186.84 -
System Red Green Blue C M Y K H S L
Decimal 253 128 173 0 0.49 0.32 0.01 338.4 0.97 0.75
Hex FD 80 AD 0 31 20 1 152 61 4B
Octal 375 200 255 0 61 40 1 522 141 113
Binary 11111101 10000000 10101101 0 110001 100000 1 101010010 1100001 1001011

Color Harmonies of #FD80AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD80AD

Black with #FD80AD

Text Example


Text Example

White with #FD80AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD80AD; }

 p { color: rgb(253,128,173); }

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

background-color css

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

 a { background-color: rgb(253,128,173); }

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

border-color css

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

 span { border-color: rgb(253,128,173); }

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