#FB81A5

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

Shades of Tickle Me Pink #FB81A5

Tints of Tickle Me Pink #FB81A5

Color information

#FB81A5 (or 0xFB81A5) is unknown color: approx Tickle Me Pink. HEX triplet: FB, 81 and A5. RGB value is (251,129,165). Sum of RGB (Red+Green+Blue) = 251+129+165=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB81A5 is #047E5A. Grayscale: #A9A9A9. Windows color (decimal): -294491 or 10846715. OLE color: 10846715.

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

Color convert

RGB251129165-
CMYK00.490.340.02
HSL342.3º93.85%74.51%-
HSV(B)342.3º48.61%98.43%-
XYZ54.4338.9340.24-
YUV169.58125.42186.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.06%
GREEN value IS 129 (50.78% from 255) = 23.67%
BLUE value IS 165 (64.84% from 255) = 30.28%
R=46.06%
G=23.67%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112916500.490.340.02342.393.8574.51
HexFB81A50312221565e4b
Octal373201245061422526136113
Binary11111011100000011010010101100011000101010101011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB81A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB81A5; }

 p { color: rgb(251,129,165); }

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

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

 a { background-color: rgb(251,129,165); }

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

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

 span { border-color: rgb(251,129,165); }

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