#FA869B

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

Shades of Tickle Me Pink #FA869B

Tints of Tickle Me Pink #FA869B

Color information

#FA869B (or 0xFA869B) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 86 and 9B. RGB value is (250,134,155). Sum of RGB (Red+Green+Blue) = 250+134+155=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA869B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA869B is #057964. Grayscale: #ABABAB. Windows color (decimal): -358757 or 10192634. OLE color: 10192634.

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

Color convert

RGB250134155-
CMYK00.460.380.02
HSL349.14º92.06%75.29%-
HSV(B)349.14º46.4%98.04%-
XYZ53.8739.7435.84-
YUV171.08118.93184.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.38%
GREEN value IS 134 (52.73% from 255) = 24.86%
BLUE value IS 155 (60.94% from 255) = 28.76%
R=46.38%
G=24.86%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013415500.460.380.02349.1492.0675.29
HexFA869B02E26215d5c4b
Octal372206233056462535134113
Binary11111010100001101001101101011101001101010101110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA869B; }

 p { color: rgb(250,134,155); }

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

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

 a { background-color: rgb(250,134,155); }

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

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

 span { border-color: rgb(250,134,155); }

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