#FB80B2

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

Shades of Tickle Me Pink #FB80B2

Tints of Tickle Me Pink #FB80B2

Color information

#FB80B2 (or 0xFB80B2) is unknown color: approx Tickle Me Pink. HEX triplet: FB, 80 and B2. RGB value is (251,128,178). Sum of RGB (Red+Green+Blue) = 251+128+178=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB80B2 is #047F4D. Grayscale: #AAAAAA. Windows color (decimal): -294734 or 11698427. OLE color: 11698427.

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

Color convert

RGB251128178-
CMYK00.490.290.02
HSL335.61º93.89%74.31%-
HSV(B)335.61º49%98.43%-
XYZ55.5439.1646.75-
YUV170.48132.25185.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.06%
GREEN value IS 128 (50.39% from 255) = 22.98%
BLUE value IS 178 (69.92% from 255) = 31.96%
R=45.06%
G=22.98%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112817800.490.290.02335.6193.8974.31
HexFB80B20311D21505e4a
Octal373200262061352520136112
Binary1111101110000000101100100110001111011010101000010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB80B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB80B2; }

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

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

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

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

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

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

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

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