Shades of Brink Pink #FD678D
Tints of Brink Pink #FD678D
RGB
CMYK
RGB Variations
Color information
#FD678D (or 0xFD678D) is known color: Brink Pink. HEX triplet: FD, 67 and 8D. RGB value is (253,103,141). Sum of RGB (Red+Green+Blue) = 253+103+141=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD678D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD678D is #029872. Grayscale: #989898. Windows color (decimal): -170099 or 9267197. OLE color: 9267197.
HSL color Cylindrical-coordinate representation of color #FD678D: hue angle of 344.8º 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 #FD678D is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 103 | 141 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.01 |
| HSL | 344.8º | 0.97% | 0.7% | - |
| HSV(B) | 344.8º | 0.59% | 0.99% | - |
| XYZ | 50.17 | 32.51 | 28.83 | - |
| YUV | 152.18 | 121.7 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 103 | 141 | 0 | 0.59 | 0.44 | 0.01 | 344.8 | 0.97 | 0.7 |
| Hex | FD | 67 | 8D | 0 | 3B | 2C | 1 | 159 | 61 | 46 |
| Octal | 375 | 147 | 215 | 0 | 73 | 54 | 1 | 531 | 141 | 106 |
| Binary | 11111101 | 1100111 | 10001101 | 0 | 111011 | 101100 | 1 | 101011001 | 1100001 | 1000110 |
Color Harmonies of #FD678D
Complementary color
Monochromatic Colors of #FD678D
Black with #FD678D
Text Example
Text Example
White with #FD678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD678D; }
p { color: rgb(253,103,141); }
H1.HeaderClassName
{
color: #FD678D;
}
.AnyTagClassName
{
color: #FD678D;
}
</style>
background-color css
<style>
a { background-color: #FD678D; }
a { background-color: rgb(253,103,141); }
div.DivClassName
{
background-color: #FD678D;
}
.BgClassName
{
background-color: #FD678D;
}
</style>
border-color css
<style>
span { border-color: #FD678D; }
span { border-color: rgb(253,103,141); }
td.TdClassName
{
border-color: #FD678D;
}
.TagClassName
{
border-color: #FD678D;
}
</style>