#FB85B1

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

Shades of Tickle Me Pink #FB85B1

Tints of Tickle Me Pink #FB85B1

Color information

#FB85B1 (or 0xFB85B1) is unknown color: approx Tickle Me Pink. HEX triplet: FB, 85 and B1. RGB value is (251,133,177). Sum of RGB (Red+Green+Blue) = 251+133+177=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 177 (69.53% from 255 or 31.55% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB85B1 is #047A4E. Grayscale: #ADADAD. Windows color (decimal): -293455 or 11634171. OLE color: 11634171.

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

Color convert

RGB251133177-
CMYK00.470.290.02
HSL337.63º93.65%75.29%-
HSV(B)337.63º47.01%98.43%-
XYZ56.1140.4646.45-
YUV173.3130.09183.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.74%
GREEN value IS 133 (52.34% from 255) = 23.71%
BLUE value IS 177 (69.53% from 255) = 31.55%
R=44.74%
G=23.71%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113317700.470.290.02337.6393.6575.29
HexFB85B102F1D21525e4b
Octal373205261057352522136113
Binary1111101110000101101100010101111111011010101001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB85B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB85B1; }

 p { color: rgb(251,133,177); }

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

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

 a { background-color: rgb(251,133,177); }

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

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

 span { border-color: rgb(251,133,177); }

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