#FA7686

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

Shades of Brink Pink #FA7686

Tints of Brink Pink #FA7686

Color information

#FA7686 (or 0xFA7686) is unknown color: approx Brink Pink. HEX triplet: FA, 76 and 86. RGB value is (250,118,134). Sum of RGB (Red+Green+Blue) = 250+118+134=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7686 is #058979. Grayscale: #9F9F9F. Windows color (decimal): -362874 or 8812282. OLE color: 8812282.

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

Color convert

RGB250118134-
CMYK00.530.460.02
HSL352.73º92.96%72.16%-
HSV(B)352.73º52.8%98.04%-
XYZ50.213526.66-
YUV159.29113.73192.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.80%
GREEN value IS 118 (46.48% from 255) = 23.51%
BLUE value IS 134 (52.73% from 255) = 26.69%
R=49.80%
G=23.51%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011813400.530.460.02352.7392.9672.16
HexFA76860352E21615d48
Octal372166206065562541135110
Binary1111101011101101000011001101011011101010110000110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7686; }

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

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

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

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

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

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

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

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