Shades of Brink Pink #FC678C
Tints of Brink Pink #FC678C
RGB
CMYK
RGB Variations
Color information
#FC678C (or 0xFC678C) is known color: Brink Pink. HEX triplet: FC, 67 and 8C. RGB value is (252,103,140). Sum of RGB (Red+Green+Blue) = 252+103+140=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC678C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC678C is #039873. Grayscale: #979797. Windows color (decimal): -235636 or 9201660. OLE color: 9201660.
HSL color Cylindrical-coordinate representation of color #FC678C: hue angle of 345.1º 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 #FC678C is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 140 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.01 |
| HSL | 345.1º | 0.96% | 0.7% | - |
| HSV(B) | 345.1º | 0.59% | 0.99% | - |
| XYZ | 49.73 | 32.29 | 28.42 | - |
| YUV | 151.77 | 121.36 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 140 | 0 | 0.59 | 0.44 | 0.01 | 345.1 | 0.96 | 0.7 |
| Hex | FC | 67 | 8C | 0 | 3B | 2C | 1 | 159 | 60 | 46 |
| Octal | 374 | 147 | 214 | 0 | 73 | 54 | 1 | 531 | 140 | 106 |
| Binary | 11111100 | 1100111 | 10001100 | 0 | 111011 | 101100 | 1 | 101011001 | 1100000 | 1000110 |
Color Harmonies of #FC678C
Complementary color
Monochromatic Colors of #FC678C
Black with #FC678C
Text Example
Text Example
White with #FC678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC678C; }
p { color: rgb(252,103,140); }
H1.HeaderClassName
{
color: #FC678C;
}
.AnyTagClassName
{
color: #FC678C;
}
</style>
background-color css
<style>
a { background-color: #FC678C; }
a { background-color: rgb(252,103,140); }
div.DivClassName
{
background-color: #FC678C;
}
.BgClassName
{
background-color: #FC678C;
}
</style>
border-color css
<style>
span { border-color: #FC678C; }
span { border-color: rgb(252,103,140); }
td.TdClassName
{
border-color: #FC678C;
}
.TagClassName
{
border-color: #FC678C;
}
</style>