Shades of Brink Pink #FC6884
Tints of Brink Pink #FC6884
RGB
CMYK
RGB Variations
Color information
#FC6884 (or 0xFC6884) is known color: Brink Pink. HEX triplet: FC, 68 and 84. RGB value is (252,104,132). Sum of RGB (Red+Green+Blue) = 252+104+132=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6884 is #03977B. Grayscale: #979797. Windows color (decimal): -235388 or 8677628. OLE color: 8677628.
HSL color Cylindrical-coordinate representation of color #FC6884: hue angle of 348.65º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC6884 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 132 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.01 |
| HSL | 348.65º | 0.96% | 0.7% | - |
| HSV(B) | 348.65º | 0.59% | 0.99% | - |
| XYZ | 49.26 | 32.26 | 25.46 | - |
| YUV | 151.44 | 117.03 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 132 | 0 | 0.59 | 0.48 | 0.01 | 348.65 | 0.96 | 0.7 |
| Hex | FC | 68 | 84 | 0 | 3B | 30 | 1 | 15D | 60 | 46 |
| Octal | 374 | 150 | 204 | 0 | 73 | 60 | 1 | 535 | 140 | 106 |
| Binary | 11111100 | 1101000 | 10000100 | 0 | 111011 | 110000 | 1 | 101011101 | 1100000 | 1000110 |
Color Harmonies of #FC6884
Complementary color
Monochromatic Colors of #FC6884
Black with #FC6884
Text Example
Text Example
White with #FC6884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6884; }
p { color: rgb(252,104,132); }
H1.HeaderClassName
{
color: #FC6884;
}
.AnyTagClassName
{
color: #FC6884;
}
</style>
background-color css
<style>
a { background-color: #FC6884; }
a { background-color: rgb(252,104,132); }
div.DivClassName
{
background-color: #FC6884;
}
.BgClassName
{
background-color: #FC6884;
}
</style>
border-color css
<style>
span { border-color: #FC6884; }
span { border-color: rgb(252,104,132); }
td.TdClassName
{
border-color: #FC6884;
}
.TagClassName
{
border-color: #FC6884;
}
</style>