#FA869E

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

Shades of Tickle Me Pink #FA869E

Tints of Tickle Me Pink #FA869E

Color information

#FA869E (or 0xFA869E) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 86 and 9E. RGB value is (250,134,158). Sum of RGB (Red+Green+Blue) = 250+134+158=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FA869E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA869E is #057961. Grayscale: #ABABAB. Windows color (decimal): -358754 or 10389242. OLE color: 10389242.

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

Color convert

RGB250134158-
CMYK00.460.370.02
HSL347.59º92.06%75.29%-
HSV(B)347.59º46.4%98.04%-
XYZ54.1239.8437.19-
YUV171.42120.43184.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.13%
GREEN value IS 134 (52.73% from 255) = 24.72%
BLUE value IS 158 (62.11% from 255) = 29.15%
R=46.13%
G=24.72%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013415800.460.370.02347.5992.0675.29
HexFA869E02E25215c5c4b
Octal372206236056452534134113
Binary11111010100001101001111001011101001011010101110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA869E; }

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

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

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

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

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

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

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

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