Shades of Brink Pink #FC6686
Tints of Brink Pink #FC6686
RGB
CMYK
RGB Variations
Color information
#FC6686 (or 0xFC6686) is known color: Brink Pink. HEX triplet: FC, 66 and 86. RGB value is (252,102,134). Sum of RGB (Red+Green+Blue) = 252+102+134=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6686 is #039979. Grayscale: #969696. Windows color (decimal): -235898 or 8808188. OLE color: 8808188.
HSL color Cylindrical-coordinate representation of color #FC6686: hue angle of 347.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC6686 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 134 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.01 |
| HSL | 347.2º | 0.96% | 0.69% | - |
| HSV(B) | 347.2º | 0.6% | 0.99% | - |
| XYZ | 49.2 | 31.92 | 26.12 | - |
| YUV | 150.5 | 118.7 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 134 | 0 | 0.60 | 0.47 | 0.01 | 347.2 | 0.96 | 0.69 |
| Hex | FC | 66 | 86 | 0 | 3C | 2F | 1 | 15B | 60 | 45 |
| Octal | 374 | 146 | 206 | 0 | 74 | 57 | 1 | 533 | 140 | 105 |
| Binary | 11111100 | 1100110 | 10000110 | 0 | 111100 | 101111 | 1 | 101011011 | 1100000 | 1000101 |
Color Harmonies of #FC6686
Complementary color
Monochromatic Colors of #FC6686
Black with #FC6686
Text Example
Text Example
White with #FC6686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6686; }
p { color: rgb(252,102,134); }
H1.HeaderClassName
{
color: #FC6686;
}
.AnyTagClassName
{
color: #FC6686;
}
</style>
background-color css
<style>
a { background-color: #FC6686; }
a { background-color: rgb(252,102,134); }
div.DivClassName
{
background-color: #FC6686;
}
.BgClassName
{
background-color: #FC6686;
}
</style>
border-color css
<style>
span { border-color: #FC6686; }
span { border-color: rgb(252,102,134); }
td.TdClassName
{
border-color: #FC6686;
}
.TagClassName
{
border-color: #FC6686;
}
</style>