#FA6C86

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

Shades of Brink Pink #FA6C86

Tints of Brink Pink #FA6C86

Color information

#FA6C86 (or 0xFA6C86) is unknown color: approx Brink Pink. HEX triplet: FA, 6C and 86. RGB value is (250,108,134). Sum of RGB (Red+Green+Blue) = 250+108+134=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6C86 is #059379. Grayscale: #999999. Windows color (decimal): -365434 or 8809722. OLE color: 8809722.

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

Color convert

RGB250108134-
CMYK00.570.460.02
HSL349.01º93.42%70.2%-
HSV(B)349.01º56.8%98.04%-
XYZ49.0932.7726.29-
YUV153.42117.04196.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.81%
GREEN value IS 108 (42.58% from 255) = 21.95%
BLUE value IS 134 (52.73% from 255) = 27.24%
R=50.81%
G=21.95%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010813400.570.460.02349.0193.4270.2
HexFA6C860392E215d5d46
Octal372154206071562535135106
Binary1111101011011001000011001110011011101010101110110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6C86; }

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

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

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

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

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

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

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

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