Shades of Brink Pink #FD678E
Tints of Brink Pink #FD678E
RGB
CMYK
RGB Variations
Color information
#FD678E (or 0xFD678E) is known color: Brink Pink. HEX triplet: FD, 67 and 8E. RGB value is (253,103,142). Sum of RGB (Red+Green+Blue) = 253+103+142=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD678E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD678E is #029871. Grayscale: #989898. Windows color (decimal): -170098 or 9332733. OLE color: 9332733.
HSL color Cylindrical-coordinate representation of color #FD678E: hue angle of 344.4º 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 #FD678E is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 103 | 142 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.01 |
| HSL | 344.4º | 0.97% | 0.7% | - |
| HSV(B) | 344.4º | 0.59% | 0.99% | - |
| XYZ | 50.24 | 32.54 | 29.22 | - |
| YUV | 152.3 | 122.2 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 103 | 142 | 0 | 0.59 | 0.44 | 0.01 | 344.4 | 0.97 | 0.7 |
| Hex | FD | 67 | 8E | 0 | 3B | 2C | 1 | 158 | 61 | 46 |
| Octal | 375 | 147 | 216 | 0 | 73 | 54 | 1 | 530 | 141 | 106 |
| Binary | 11111101 | 1100111 | 10001110 | 0 | 111011 | 101100 | 1 | 101011000 | 1100001 | 1000110 |
Color Harmonies of #FD678E
Complementary color
Monochromatic Colors of #FD678E
Black with #FD678E
Text Example
Text Example
White with #FD678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD678E; }
p { color: rgb(253,103,142); }
H1.HeaderClassName
{
color: #FD678E;
}
.AnyTagClassName
{
color: #FD678E;
}
</style>
background-color css
<style>
a { background-color: #FD678E; }
a { background-color: rgb(253,103,142); }
div.DivClassName
{
background-color: #FD678E;
}
.BgClassName
{
background-color: #FD678E;
}
</style>
border-color css
<style>
span { border-color: #FD678E; }
span { border-color: rgb(253,103,142); }
td.TdClassName
{
border-color: #FD678E;
}
.TagClassName
{
border-color: #FD678E;
}
</style>