#FB81A4

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

Shades of Tickle Me Pink #FB81A4

Tints of Tickle Me Pink #FB81A4

Color information

#FB81A4 (or 0xFB81A4) is unknown color: approx Tickle Me Pink. HEX triplet: FB, 81 and A4. RGB value is (251,129,164). Sum of RGB (Red+Green+Blue) = 251+129+164=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB81A4 is #047E5B. Grayscale: #A9A9A9. Windows color (decimal): -294492 or 10781179. OLE color: 10781179.

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

Color convert

RGB251129164-
CMYK00.490.350.02
HSL342.79º93.85%74.51%-
HSV(B)342.79º48.61%98.43%-
XYZ54.3338.8939.76-
YUV169.47124.92186.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.14%
GREEN value IS 129 (50.78% from 255) = 23.71%
BLUE value IS 164 (64.45% from 255) = 30.15%
R=46.14%
G=23.71%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112916400.490.350.02342.7993.8574.51
HexFB81A40312321575e4b
Octal373201244061432527136113
Binary11111011100000011010010001100011000111010101011110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB81A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB81A4; }

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

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

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

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

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

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

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

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