Html Css Color HEX #FD8BA0 Tickle Me Pink

📋 copy color: '#FD8BA0'

red 253 ◦ green 139 ◦ blue 160

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

Shades of Tickle Me Pink #FD8BA0

Tints of Tickle Me Pink #FD8BA0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.18%

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

R = 45.83%
G = 25.18%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD8BA0 (or 0xFD8BA0) is known color: Tickle Me Pink. HEX triplet: FD, 8B and A0. RGB value is (253,139,160). Sum of RGB (Red+Green+Blue) = 253+139+160=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8BA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8BA0 is #02745F. Grayscale: #AFAFAF. Windows color (decimal): -160864 or 10521597. OLE color: 10521597.

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

Color convert

RGB 253 139 160 -
CMYK 0 0.45 0.37 0.01
HSL 348.95º 0.97% 0.77% -
HSV(B) 348.95º 0.45% 0.99% -
XYZ 56.09 41.89 38.39 -
YUV 175.48 119.27 183.29 -
System Red Green Blue C M Y K H S L
Decimal 253 139 160 0 0.45 0.37 0.01 348.95 0.97 0.77
Hex FD 8B A0 0 2D 25 1 15D 61 4D
Octal 375 213 240 0 55 45 1 535 141 115
Binary 11111101 10001011 10100000 0 101101 100101 1 101011101 1100001 1001101

Color Harmonies of #FD8BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8BA0

Black with #FD8BA0

Text Example


Text Example

White with #FD8BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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