Shades of Brink Pink #FB687B
Tints of Brink Pink #FB687B
RGB
CMYK
RGB Variations
Color information
#FB687B (or 0xFB687B) is known color: Brink Pink. HEX triplet: FB, 68 and 7B. RGB value is (251,104,123). Sum of RGB (Red+Green+Blue) = 251+104+123=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB687B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB687B is #049784. Grayscale: #969696. Windows color (decimal): -300933 or 8087803. OLE color: 8087803.
HSL color Cylindrical-coordinate representation of color #FB687B: hue angle of 352.24º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB687B is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 123 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.02 |
| HSL | 352.24º | 0.95% | 0.7% | - |
| HSV(B) | 352.24º | 0.59% | 0.98% | - |
| XYZ | 48.31 | 31.84 | 22.34 | - |
| YUV | 150.12 | 112.7 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 123 | 0 | 0.59 | 0.51 | 0.02 | 352.24 | 0.95 | 0.7 |
| Hex | FB | 68 | 7B | 0 | 3B | 33 | 2 | 160 | 5F | 46 |
| Octal | 373 | 150 | 173 | 0 | 73 | 63 | 2 | 540 | 137 | 106 |
| Binary | 11111011 | 1101000 | 1111011 | 0 | 111011 | 110011 | 10 | 101100000 | 1011111 | 1000110 |
Color Harmonies of #FB687B
Complementary color
Monochromatic Colors of #FB687B
Black with #FB687B
Text Example
Text Example
White with #FB687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB687B; }
p { color: rgb(251,104,123); }
H1.HeaderClassName
{
color: #FB687B;
}
.AnyTagClassName
{
color: #FB687B;
}
</style>
background-color css
<style>
a { background-color: #FB687B; }
a { background-color: rgb(251,104,123); }
div.DivClassName
{
background-color: #FB687B;
}
.BgClassName
{
background-color: #FB687B;
}
</style>
border-color css
<style>
span { border-color: #FB687B; }
span { border-color: rgb(251,104,123); }
td.TdClassName
{
border-color: #FB687B;
}
.TagClassName
{
border-color: #FB687B;
}
</style>