Shades of Brink Pink #FC687B
Tints of Brink Pink #FC687B
RGB
CMYK
RGB Variations
Color information
#FC687B (or 0xFC687B) is known color: Brink Pink. HEX triplet: FC, 68 and 7B. RGB value is (252,104,123). Sum of RGB (Red+Green+Blue) = 252+104+123=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC687B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC687B is #039784. Grayscale: #969696. Windows color (decimal): -235397 or 8087804. OLE color: 8087804.
HSL color Cylindrical-coordinate representation of color #FC687B: hue angle of 352.3º 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 #FC687B is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 123 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.01 |
| HSL | 352.3º | 0.96% | 0.7% | - |
| HSV(B) | 352.3º | 0.59% | 0.99% | - |
| XYZ | 48.67 | 32.03 | 22.36 | - |
| YUV | 150.42 | 112.53 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 123 | 0 | 0.59 | 0.51 | 0.01 | 352.3 | 0.96 | 0.7 |
| Hex | FC | 68 | 7B | 0 | 3B | 33 | 1 | 160 | 60 | 46 |
| Octal | 374 | 150 | 173 | 0 | 73 | 63 | 1 | 540 | 140 | 106 |
| Binary | 11111100 | 1101000 | 1111011 | 0 | 111011 | 110011 | 1 | 101100000 | 1100000 | 1000110 |
Color Harmonies of #FC687B
Complementary color
Monochromatic Colors of #FC687B
Black with #FC687B
Text Example
Text Example
White with #FC687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC687B; }
p { color: rgb(252,104,123); }
H1.HeaderClassName
{
color: #FC687B;
}
.AnyTagClassName
{
color: #FC687B;
}
</style>
background-color css
<style>
a { background-color: #FC687B; }
a { background-color: rgb(252,104,123); }
div.DivClassName
{
background-color: #FC687B;
}
.BgClassName
{
background-color: #FC687B;
}
</style>
border-color css
<style>
span { border-color: #FC687B; }
span { border-color: rgb(252,104,123); }
td.TdClassName
{
border-color: #FC687B;
}
.TagClassName
{
border-color: #FC687B;
}
</style>