Shades of Brink Pink #FC678B
Tints of Brink Pink #FC678B
RGB
CMYK
RGB Variations
Color information
#FC678B (or 0xFC678B) is known color: Brink Pink. HEX triplet: FC, 67 and 8B. RGB value is (252,103,139). Sum of RGB (Red+Green+Blue) = 252+103+139=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC678B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC678B is #039874. Grayscale: #979797. Windows color (decimal): -235637 or 9136124. OLE color: 9136124.
HSL color Cylindrical-coordinate representation of color #FC678B: hue angle of 345.5º 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 #FC678B is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 139 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.01 |
| HSL | 345.5º | 0.96% | 0.7% | - |
| HSV(B) | 345.5º | 0.59% | 0.99% | - |
| XYZ | 49.66 | 32.26 | 28.04 | - |
| YUV | 151.66 | 120.86 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 139 | 0 | 0.59 | 0.45 | 0.01 | 345.5 | 0.96 | 0.7 |
| Hex | FC | 67 | 8B | 0 | 3B | 2D | 1 | 15A | 60 | 46 |
| Octal | 374 | 147 | 213 | 0 | 73 | 55 | 1 | 532 | 140 | 106 |
| Binary | 11111100 | 1100111 | 10001011 | 0 | 111011 | 101101 | 1 | 101011010 | 1100000 | 1000110 |
Color Harmonies of #FC678B
Complementary color
Monochromatic Colors of #FC678B
Black with #FC678B
Text Example
Text Example
White with #FC678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC678B; }
p { color: rgb(252,103,139); }
H1.HeaderClassName
{
color: #FC678B;
}
.AnyTagClassName
{
color: #FC678B;
}
</style>
background-color css
<style>
a { background-color: #FC678B; }
a { background-color: rgb(252,103,139); }
div.DivClassName
{
background-color: #FC678B;
}
.BgClassName
{
background-color: #FC678B;
}
</style>
border-color css
<style>
span { border-color: #FC678B; }
span { border-color: rgb(252,103,139); }
td.TdClassName
{
border-color: #FC678B;
}
.TagClassName
{
border-color: #FC678B;
}
</style>