#FA8BA1

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

Shades of Tickle Me Pink #FA8BA1

Tints of Tickle Me Pink #FA8BA1

Color information

#FA8BA1 (or 0xFA8BA1) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 8B and A1. RGB value is (250,139,161). Sum of RGB (Red+Green+Blue) = 250+139+161=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 161 (63.28% from 255 or 29.27% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8BA1 is #05745E. Grayscale: #AEAEAE. Windows color (decimal): -357471 or 10587130. OLE color: 10587130.

HSL color Cylindrical-coordinate representation of color #FA8BA1: hue angle of 348.11º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8BA1 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB250139161-
CMYK00.440.360.02
HSL348.11º91.74%76.27%-
HSV(B)348.11º44.4%98.04%-
XYZ55.0941.3638.8-
YUV174.7120.27181.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.45%
GREEN value IS 139 (54.69% from 255) = 25.27%
BLUE value IS 161 (63.28% from 255) = 29.27%
R=45.45%
G=25.27%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013916100.440.360.02348.1191.7476.27
HexFA8BA102C24215c5c4c
Octal372213241054442534134114
Binary11111010100010111010000101011001001001010101110010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8BA1; }

 p { color: rgb(250,139,161); }

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

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

 a { background-color: rgb(250,139,161); }

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

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

 span { border-color: rgb(250,139,161); }

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