Html Css Color HEX #FD86A0 Tickle Me Pink

📋 copy color: '#FD86A0'

red 253 ◦ green 134 ◦ blue 160

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

Shades of Tickle Me Pink #FD86A0

Tints of Tickle Me Pink #FD86A0

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.5%

 BLUE value IS 160 (62.89% from 255) = 29.25%

R = 46.25%
G = 24.5%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD86A0 (or 0xFD86A0) is known color: Tickle Me Pink. HEX triplet: FD, 86 and A0. RGB value is (253,134,160). Sum of RGB (Red+Green+Blue) = 253+134+160=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FD86A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD86A0 is #02795F. Grayscale: #ACACAC. Windows color (decimal): -162144 or 10520317. OLE color: 10520317.

HSL color Cylindrical-coordinate representation of color #FD86A0: hue angle of 346.89º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FD86A0 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 134 160 -
CMYK 0 0.47 0.37 0.01
HSL 346.89º 0.97% 0.76% -
HSV(B) 346.89º 0.47% 0.99% -
XYZ 55.38 40.47 38.15 -
YUV 172.55 120.92 185.39 -
System Red Green Blue C M Y K H S L
Decimal 253 134 160 0 0.47 0.37 0.01 346.89 0.97 0.76
Hex FD 86 A0 0 2F 25 1 15B 61 4C
Octal 375 206 240 0 57 45 1 533 141 114
Binary 11111101 10000110 10100000 0 101111 100101 1 101011011 1100001 1001100

Color Harmonies of #FD86A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD86A0

Black with #FD86A0

Text Example


Text Example

White with #FD86A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD86A0; }

 p { color: rgb(253,134,160); }

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

background-color css

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

 a { background-color: rgb(253,134,160); }

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

border-color css

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

 span { border-color: rgb(253,134,160); }

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