Shades of Brink Pink #FB678B
Tints of Brink Pink #FB678B
RGB
CMYK
RGB Variations
Color information
#FB678B (or 0xFB678B) is known color: Brink Pink. HEX triplet: FB, 67 and 8B. RGB value is (251,103,139). Sum of RGB (Red+Green+Blue) = 251+103+139=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB678B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB678B is #049874. Grayscale: #979797. Windows color (decimal): -301173 or 9136123. OLE color: 9136123.
HSL color Cylindrical-coordinate representation of color #FB678B: hue angle of 345.41º 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 #FB678B is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 139 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.02 |
| HSL | 345.41º | 0.95% | 0.69% | - |
| HSV(B) | 345.41º | 0.59% | 0.98% | - |
| XYZ | 49.29 | 32.07 | 28.02 | - |
| YUV | 151.36 | 121.03 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 139 | 0 | 0.59 | 0.45 | 0.02 | 345.41 | 0.95 | 0.69 |
| Hex | FB | 67 | 8B | 0 | 3B | 2D | 2 | 159 | 5F | 45 |
| Octal | 373 | 147 | 213 | 0 | 73 | 55 | 2 | 531 | 137 | 105 |
| Binary | 11111011 | 1100111 | 10001011 | 0 | 111011 | 101101 | 10 | 101011001 | 1011111 | 1000101 |
Color Harmonies of #FB678B
Complementary color
Monochromatic Colors of #FB678B
Black with #FB678B
Text Example
Text Example
White with #FB678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB678B; }
p { color: rgb(251,103,139); }
H1.HeaderClassName
{
color: #FB678B;
}
.AnyTagClassName
{
color: #FB678B;
}
</style>
background-color css
<style>
a { background-color: #FB678B; }
a { background-color: rgb(251,103,139); }
div.DivClassName
{
background-color: #FB678B;
}
.BgClassName
{
background-color: #FB678B;
}
</style>
border-color css
<style>
span { border-color: #FB678B; }
span { border-color: rgb(251,103,139); }
td.TdClassName
{
border-color: #FB678B;
}
.TagClassName
{
border-color: #FB678B;
}
</style>