Shades of Brink Pink #FB678E
Tints of Brink Pink #FB678E
RGB
CMYK
RGB Variations
Color information
#FB678E (or 0xFB678E) is known color: Brink Pink. HEX triplet: FB, 67 and 8E. RGB value is (251,103,142). Sum of RGB (Red+Green+Blue) = 251+103+142=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB678E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB678E is #049871. Grayscale: #979797. Windows color (decimal): -301170 or 9332731. OLE color: 9332731.
HSL color Cylindrical-coordinate representation of color #FB678E: hue angle of 344.19º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB678E is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 142 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.02 |
| HSL | 344.19º | 0.95% | 0.69% | - |
| HSV(B) | 344.19º | 0.59% | 0.98% | - |
| XYZ | 49.52 | 32.16 | 29.19 | - |
| YUV | 151.7 | 122.53 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 142 | 0 | 0.59 | 0.43 | 0.02 | 344.19 | 0.95 | 0.69 |
| Hex | FB | 67 | 8E | 0 | 3B | 2B | 2 | 158 | 5F | 45 |
| Octal | 373 | 147 | 216 | 0 | 73 | 53 | 2 | 530 | 137 | 105 |
| Binary | 11111011 | 1100111 | 10001110 | 0 | 111011 | 101011 | 10 | 101011000 | 1011111 | 1000101 |
Color Harmonies of #FB678E
Complementary color
Monochromatic Colors of #FB678E
Black with #FB678E
Text Example
Text Example
White with #FB678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB678E; }
p { color: rgb(251,103,142); }
H1.HeaderClassName
{
color: #FB678E;
}
.AnyTagClassName
{
color: #FB678E;
}
</style>
background-color css
<style>
a { background-color: #FB678E; }
a { background-color: rgb(251,103,142); }
div.DivClassName
{
background-color: #FB678E;
}
.BgClassName
{
background-color: #FB678E;
}
</style>
border-color css
<style>
span { border-color: #FB678E; }
span { border-color: rgb(251,103,142); }
td.TdClassName
{
border-color: #FB678E;
}
.TagClassName
{
border-color: #FB678E;
}
</style>