#FC6B86

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

Shades of Brink Pink #FC6B86

Tints of Brink Pink #FC6B86

Color information

#FC6B86 (or 0xFC6B86) is unknown color: approx Brink Pink. HEX triplet: FC, 6B and 86. RGB value is (252,107,134). Sum of RGB (Red+Green+Blue) = 252+107+134=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6B86 is #039479. Grayscale: #999999. Windows color (decimal): -234618 or 8809468. OLE color: 8809468.

HSL color Cylindrical-coordinate representation of color #FC6B86: hue angle of 348.83º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6B86 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB252107134-
CMYK00.580.470.01
HSL348.83º96.03%70.39%-
HSV(B)348.83º57.54%98.82%-
XYZ49.7132.9326.29-
YUV153.43117.04198.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.12%
GREEN value IS 107 (42.19% from 255) = 21.70%
BLUE value IS 134 (52.73% from 255) = 27.18%
R=51.12%
G=21.70%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210713400.580.470.01348.8396.0370.39
HexFC6B8603A2F115d6046
Octal374153206072571535140106
Binary111111001101011100001100111010101111110101110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6B86; }

 p { color: rgb(252,107,134); }

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

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

 a { background-color: rgb(252,107,134); }

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

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

 span { border-color: rgb(252,107,134); }

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