Html Css Color HEX #FB80A0 Tickle Me Pink

📋 copy color: '#FB80A0'

red 251 ◦ green 128 ◦ blue 160

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

Shades of Tickle Me Pink #FB80A0

Tints of Tickle Me Pink #FB80A0

RGB

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

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

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

R = 46.57%
G = 23.75%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FB80A0 (or 0xFB80A0) is known color: Tickle Me Pink. HEX triplet: FB, 80 and A0. RGB value is (251,128,160). Sum of RGB (Red+Green+Blue) = 251+128+160=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB80A0 is #047F5F. Grayscale: #A8A8A8. Windows color (decimal): -294752 or 10518779. OLE color: 10518779.

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

Color convert

RGB 251 128 160 -
CMYK 0 0.49 0.36 0.02
HSL 344.39º 0.94% 0.74% -
HSV(B) 344.39º 0.49% 0.98% -
XYZ 53.85 38.49 37.85 -
YUV 168.43 123.25 186.9 -
System Red Green Blue C M Y K H S L
Decimal 251 128 160 0 0.49 0.36 0.02 344.39 0.94 0.74
Hex FB 80 A0 0 31 24 2 158 5E 4A
Octal 373 200 240 0 61 44 2 530 136 112
Binary 11111011 10000000 10100000 0 110001 100100 10 101011000 1011110 1001010

Color Harmonies of #FB80A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB80A0

Black with #FB80A0

Text Example


Text Example

White with #FB80A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB80A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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