Shades of Brink Pink #FC7886
Tints of Brink Pink #FC7886
RGB
CMYK
RGB Variations
Color information
#FC7886 (or 0xFC7886) is known color: Brink Pink. HEX triplet: FC, 78 and 86. RGB value is (252,120,134). Sum of RGB (Red+Green+Blue) = 252+120+134=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7886 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7886 is #038779. Grayscale: #A1A1A1. Windows color (decimal): -231290 or 8812796. OLE color: 8812796.
HSL color Cylindrical-coordinate representation of color #FC7886: hue angle of 353.64º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC7886 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 134 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.01 |
| HSL | 353.64º | 0.96% | 0.73% | - |
| HSV(B) | 353.64º | 0.52% | 0.99% | - |
| XYZ | 51.16 | 35.85 | 26.78 | - |
| YUV | 161.06 | 112.73 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 134 | 0 | 0.52 | 0.47 | 0.01 | 353.64 | 0.96 | 0.73 |
| Hex | FC | 78 | 86 | 0 | 34 | 2F | 1 | 162 | 60 | 49 |
| Octal | 374 | 170 | 206 | 0 | 64 | 57 | 1 | 542 | 140 | 111 |
| Binary | 11111100 | 1111000 | 10000110 | 0 | 110100 | 101111 | 1 | 101100010 | 1100000 | 1001001 |
Color Harmonies of #FC7886
Complementary color
Monochromatic Colors of #FC7886
Black with #FC7886
Text Example
Text Example
White with #FC7886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7886; }
p { color: rgb(252,120,134); }
H1.HeaderClassName
{
color: #FC7886;
}
.AnyTagClassName
{
color: #FC7886;
}
</style>
background-color css
<style>
a { background-color: #FC7886; }
a { background-color: rgb(252,120,134); }
div.DivClassName
{
background-color: #FC7886;
}
.BgClassName
{
background-color: #FC7886;
}
</style>
border-color css
<style>
span { border-color: #FC7886; }
span { border-color: rgb(252,120,134); }
td.TdClassName
{
border-color: #FC7886;
}
.TagClassName
{
border-color: #FC7886;
}
</style>