Shades of Brink Pink #FC708B
Tints of Brink Pink #FC708B
RGB
CMYK
RGB Variations
Color information
#FC708B (or 0xFC708B) is known color: Brink Pink. HEX triplet: FC, 70 and 8B. RGB value is (252,112,139). Sum of RGB (Red+Green+Blue) = 252+112+139=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC708B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC708B is #038F74. Grayscale: #9C9C9C. Windows color (decimal): -233333 or 9138428. OLE color: 9138428.
HSL color Cylindrical-coordinate representation of color #FC708B: hue angle of 348.43º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC708B is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 139 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.01 |
| HSL | 348.43º | 0.96% | 0.71% | - |
| HSV(B) | 348.43º | 0.56% | 0.99% | - |
| XYZ | 50.6 | 34.15 | 28.35 | - |
| YUV | 156.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 139 | 0 | 0.56 | 0.45 | 0.01 | 348.43 | 0.96 | 0.71 |
| Hex | FC | 70 | 8B | 0 | 38 | 2D | 1 | 15C | 60 | 47 |
| Octal | 374 | 160 | 213 | 0 | 70 | 55 | 1 | 534 | 140 | 107 |
| Binary | 11111100 | 1110000 | 10001011 | 0 | 111000 | 101101 | 1 | 101011100 | 1100000 | 1000111 |
Color Harmonies of #FC708B
Complementary color
Monochromatic Colors of #FC708B
Black with #FC708B
Text Example
Text Example
White with #FC708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC708B; }
p { color: rgb(252,112,139); }
H1.HeaderClassName
{
color: #FC708B;
}
.AnyTagClassName
{
color: #FC708B;
}
</style>
background-color css
<style>
a { background-color: #FC708B; }
a { background-color: rgb(252,112,139); }
div.DivClassName
{
background-color: #FC708B;
}
.BgClassName
{
background-color: #FC708B;
}
</style>
border-color css
<style>
span { border-color: #FC708B; }
span { border-color: rgb(252,112,139); }
td.TdClassName
{
border-color: #FC708B;
}
.TagClassName
{
border-color: #FC708B;
}
</style>