Html Css Color HEX #FD80A8 Tickle Me Pink

📋 copy color: '#FD80A8'

red 253 ◦ green 128 ◦ blue 168

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

Shades of Tickle Me Pink #FD80A8

Tints of Tickle Me Pink #FD80A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.6%

R = 46.08%
G = 23.32%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD80A8 (or 0xFD80A8) is known color: Tickle Me Pink. HEX triplet: FD, 80 and A8. RGB value is (253,128,168). Sum of RGB (Red+Green+Blue) = 253+128+168=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD80A8 is #027F57. Grayscale: #A9A9A9. Windows color (decimal): -163672 or 11043069. OLE color: 11043069.

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

Color convert

RGB 253 128 168 -
CMYK 0 0.49 0.34 0.01
HSL 340.8º 0.97% 0.75% -
HSV(B) 340.8º 0.49% 0.99% -
XYZ 55.3 39.15 41.69 -
YUV 169.94 126.91 187.25 -
System Red Green Blue C M Y K H S L
Decimal 253 128 168 0 0.49 0.34 0.01 340.8 0.97 0.75
Hex FD 80 A8 0 31 22 1 155 61 4B
Octal 375 200 250 0 61 42 1 525 141 113
Binary 11111101 10000000 10101000 0 110001 100010 1 101010101 1100001 1001011

Color Harmonies of #FD80A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD80A8

Black with #FD80A8

Text Example


Text Example

White with #FD80A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD80A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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