Shades of Brink Pink #FB5686
Tints of Brink Pink #FB5686
RGB
CMYK
RGB Variations
Color information
#FB5686 (or 0xFB5686) is known color: Brink Pink. HEX triplet: FB, 56 and 86. RGB value is (251,86,134). Sum of RGB (Red+Green+Blue) = 251+86+134=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5686 is #04A979. Grayscale: #8C8C8C. Windows color (decimal): -305530 or 8804091. OLE color: 8804091.
HSL color Cylindrical-coordinate representation of color #FB5686: hue angle of 342.55º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB5686 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 86 | 134 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.02 |
| HSL | 342.55º | 0.95% | 0.66% | - |
| HSV(B) | 342.55º | 0.66% | 0.98% | - |
| XYZ | 47.41 | 28.89 | 25.63 | - |
| YUV | 140.81 | 124.16 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 86 | 134 | 0 | 0.66 | 0.47 | 0.02 | 342.55 | 0.95 | 0.66 |
| Hex | FB | 56 | 86 | 0 | 42 | 2F | 2 | 157 | 5F | 42 |
| Octal | 373 | 126 | 206 | 0 | 102 | 57 | 2 | 527 | 137 | 102 |
| Binary | 11111011 | 1010110 | 10000110 | 0 | 1000010 | 101111 | 10 | 101010111 | 1011111 | 1000010 |
Color Harmonies of #FB5686
Complementary color
Monochromatic Colors of #FB5686
Black with #FB5686
Text Example
Text Example
White with #FB5686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5686; }
p { color: rgb(251,86,134); }
H1.HeaderClassName
{
color: #FB5686;
}
.AnyTagClassName
{
color: #FB5686;
}
</style>
background-color css
<style>
a { background-color: #FB5686; }
a { background-color: rgb(251,86,134); }
div.DivClassName
{
background-color: #FB5686;
}
.BgClassName
{
background-color: #FB5686;
}
</style>
border-color css
<style>
span { border-color: #FB5686; }
span { border-color: rgb(251,86,134); }
td.TdClassName
{
border-color: #FB5686;
}
.TagClassName
{
border-color: #FB5686;
}
</style>