Shades of Brink Pink #FD687C
Tints of Brink Pink #FD687C
RGB
CMYK
RGB Variations
Color information
#FD687C (or 0xFD687C) is known color: Brink Pink. HEX triplet: FD, 68 and 7C. RGB value is (253,104,124). Sum of RGB (Red+Green+Blue) = 253+104+124=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD687C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD687C is #029783. Grayscale: #969696. Windows color (decimal): -169860 or 8153341. OLE color: 8153341.
HSL color Cylindrical-coordinate representation of color #FD687C: hue angle of 351.95º degrees, saturation: 0.97, 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 #FD687C is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 124 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.01 |
| HSL | 351.95º | 0.97% | 0.7% | - |
| HSV(B) | 351.95º | 0.59% | 0.99% | - |
| XYZ | 49.1 | 32.24 | 22.7 | - |
| YUV | 150.83 | 112.86 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 124 | 0 | 0.59 | 0.51 | 0.01 | 351.95 | 0.97 | 0.7 |
| Hex | FD | 68 | 7C | 0 | 3B | 33 | 1 | 160 | 61 | 46 |
| Octal | 375 | 150 | 174 | 0 | 73 | 63 | 1 | 540 | 141 | 106 |
| Binary | 11111101 | 1101000 | 1111100 | 0 | 111011 | 110011 | 1 | 101100000 | 1100001 | 1000110 |
Color Harmonies of #FD687C
Complementary color
Monochromatic Colors of #FD687C
Black with #FD687C
Text Example
Text Example
White with #FD687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD687C; }
p { color: rgb(253,104,124); }
H1.HeaderClassName
{
color: #FD687C;
}
.AnyTagClassName
{
color: #FD687C;
}
</style>
background-color css
<style>
a { background-color: #FD687C; }
a { background-color: rgb(253,104,124); }
div.DivClassName
{
background-color: #FD687C;
}
.BgClassName
{
background-color: #FD687C;
}
</style>
border-color css
<style>
span { border-color: #FD687C; }
span { border-color: rgb(253,104,124); }
td.TdClassName
{
border-color: #FD687C;
}
.TagClassName
{
border-color: #FD687C;
}
</style>