#FB80A1

Color #FB80A1 Tickle Me Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tickle Me Pink #FB80A1

Tints of Tickle Me Pink #FB80A1

Color information

#FB80A1 (or 0xFB80A1) is unknown color: approx Tickle Me Pink. HEX triplet: FB, 80 and A1. RGB value is (251,128,161). Sum of RGB (Red+Green+Blue) = 251+128+161=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB80A1 is #047F5E. Grayscale: #A8A8A8. Windows color (decimal): -294751 or 10584315. OLE color: 10584315.

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

Color convert

RGB251128161-
CMYK00.490.360.02
HSL343.9º93.89%74.31%-
HSV(B)343.9º49%98.43%-
XYZ53.9438.5238.31-
YUV168.54123.75186.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.48%
GREEN value IS 128 (50.39% from 255) = 23.70%
BLUE value IS 161 (63.28% from 255) = 29.81%
R=46.48%
G=23.70%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112816100.490.360.02343.993.8974.31
HexFB80A10312421585e4a
Octal373200241061442530136112
Binary11111011100000001010000101100011001001010101100010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB80A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB80A1; }

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

 H1.HeaderClassName
 {
   color: #FB80A1;
 }
 .AnyTagClassName
 {
   color: #FB80A1;
 }
</style>
background-color css

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

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

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

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

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

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