Shades of Brink Pink #FC6D86
Tints of Brink Pink #FC6D86
RGB
CMYK
RGB Variations
Color information
#FC6D86 (or 0xFC6D86) is known color: Brink Pink. HEX triplet: FC, 6D and 86. RGB value is (252,109,134). Sum of RGB (Red+Green+Blue) = 252+109+134=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6D86 is #039279. Grayscale: #9A9A9A. Windows color (decimal): -234106 or 8809980. OLE color: 8809980.
HSL color Cylindrical-coordinate representation of color #FC6D86: hue angle of 349.51º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6D86 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 134 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.01 |
| HSL | 349.51º | 0.96% | 0.71% | - |
| HSV(B) | 349.51º | 0.57% | 0.99% | - |
| XYZ | 49.92 | 33.35 | 26.36 | - |
| YUV | 154.61 | 116.38 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 134 | 0 | 0.57 | 0.47 | 0.01 | 349.51 | 0.96 | 0.71 |
| Hex | FC | 6D | 86 | 0 | 39 | 2F | 1 | 15E | 60 | 47 |
| Octal | 374 | 155 | 206 | 0 | 71 | 57 | 1 | 536 | 140 | 107 |
| Binary | 11111100 | 1101101 | 10000110 | 0 | 111001 | 101111 | 1 | 101011110 | 1100000 | 1000111 |
Color Harmonies of #FC6D86
Complementary color
Monochromatic Colors of #FC6D86
Black with #FC6D86
Text Example
Text Example
White with #FC6D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D86; }
p { color: rgb(252,109,134); }
H1.HeaderClassName
{
color: #FC6D86;
}
.AnyTagClassName
{
color: #FC6D86;
}
</style>
background-color css
<style>
a { background-color: #FC6D86; }
a { background-color: rgb(252,109,134); }
div.DivClassName
{
background-color: #FC6D86;
}
.BgClassName
{
background-color: #FC6D86;
}
</style>
border-color css
<style>
span { border-color: #FC6D86; }
span { border-color: rgb(252,109,134); }
td.TdClassName
{
border-color: #FC6D86;
}
.TagClassName
{
border-color: #FC6D86;
}
</style>