Html Css Color HEX #FD81AD Tickle Me Pink

📋 copy color: '#FD81AD'

red 253 ◦ green 129 ◦ blue 173

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

Shades of Tickle Me Pink #FD81AD

Tints of Tickle Me Pink #FD81AD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.24%

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

R = 45.59%
G = 23.24%
B = 31.17%

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

#FD81AD (or 0xFD81AD) is known color: Tickle Me Pink. HEX triplet: FD, 81 and AD. RGB value is (253,129,173). Sum of RGB (Red+Green+Blue) = 253+129+173=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FD81AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD81AD is #027E52. Grayscale: #ABABAB. Windows color (decimal): -163411 or 11371005. OLE color: 11371005.

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

Color convert

RGB 253 129 173 -
CMYK 0 0.49 0.32 0.01
HSL 338.71º 0.97% 0.75% -
HSV(B) 338.71º 0.49% 0.99% -
XYZ 55.9 39.6 44.23 -
YUV 171.09 129.08 186.42 -
System Red Green Blue C M Y K H S L
Decimal 253 129 173 0 0.49 0.32 0.01 338.71 0.97 0.75
Hex FD 81 AD 0 31 20 1 153 61 4B
Octal 375 201 255 0 61 40 1 523 141 113
Binary 11111101 10000001 10101101 0 110001 100000 1 101010011 1100001 1001011

Color Harmonies of #FD81AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD81AD

Black with #FD81AD

Text Example


Text Example

White with #FD81AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD81AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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