Html Css Color HEX #FB80AA Tickle Me Pink

📋 copy color: '#FB80AA'

red 251 ◦ green 128 ◦ blue 170

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

Shades of Tickle Me Pink #FB80AA

Tints of Tickle Me Pink #FB80AA

RGB

 RED value IS 251 (98.44% from 255) = 45.72%

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

 BLUE value IS 170 (66.8% from 255) = 30.97%

R = 45.72%
G = 23.32%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB80AA (or 0xFB80AA) is known color: Tickle Me Pink. HEX triplet: FB, 80 and AA. RGB value is (251,128,170). Sum of RGB (Red+Green+Blue) = 251+128+170=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB80AA is #047F55. Grayscale: #A9A9A9. Windows color (decimal): -294742 or 11174139. OLE color: 11174139.

HSL color Cylindrical-coordinate representation of color #FB80AA: hue angle of 339.51º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB80AA is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 128 170 -
CMYK 0 0.49 0.32 0.02
HSL 339.51º 0.94% 0.74% -
HSV(B) 339.51º 0.49% 0.98% -
XYZ 54.76 38.85 42.64 -
YUV 169.57 128.25 186.08 -
System Red Green Blue C M Y K H S L
Decimal 251 128 170 0 0.49 0.32 0.02 339.51 0.94 0.74
Hex FB 80 AA 0 31 20 2 154 5E 4A
Octal 373 200 252 0 61 40 2 524 136 112
Binary 11111011 10000000 10101010 0 110001 100000 10 101010100 1011110 1001010

Color Harmonies of #FB80AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB80AA

Black with #FB80AA

Text Example


Text Example

White with #FB80AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB80AA; }

 p { color: rgb(251,128,170); }

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

background-color css

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

 a { background-color: rgb(251,128,170); }

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

border-color css

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

 span { border-color: rgb(251,128,170); }

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