Shades of Brink Pink #FB5E86
Tints of Brink Pink #FB5E86
RGB
CMYK
RGB Variations
Color information
#FB5E86 (or 0xFB5E86) is known color: Brink Pink. HEX triplet: FB, 5E and 86. RGB value is (251,94,134). Sum of RGB (Red+Green+Blue) = 251+94+134=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5E86 is #04A179. Grayscale: #919191. Windows color (decimal): -303482 or 8806139. OLE color: 8806139.
HSL color Cylindrical-coordinate representation of color #FB5E86: hue angle of 344.71º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5E86 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 134 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.02 |
| HSL | 344.71º | 0.95% | 0.68% | - |
| HSV(B) | 344.71º | 0.63% | 0.98% | - |
| XYZ | 48.09 | 30.24 | 25.86 | - |
| YUV | 145.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 134 | 0 | 0.63 | 0.47 | 0.02 | 344.71 | 0.95 | 0.68 |
| Hex | FB | 5E | 86 | 0 | 3F | 2F | 2 | 159 | 5F | 44 |
| Octal | 373 | 136 | 206 | 0 | 77 | 57 | 2 | 531 | 137 | 104 |
| Binary | 11111011 | 1011110 | 10000110 | 0 | 111111 | 101111 | 10 | 101011001 | 1011111 | 1000100 |
Color Harmonies of #FB5E86
Complementary color
Monochromatic Colors of #FB5E86
Black with #FB5E86
Text Example
Text Example
White with #FB5E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E86; }
p { color: rgb(251,94,134); }
H1.HeaderClassName
{
color: #FB5E86;
}
.AnyTagClassName
{
color: #FB5E86;
}
</style>
background-color css
<style>
a { background-color: #FB5E86; }
a { background-color: rgb(251,94,134); }
div.DivClassName
{
background-color: #FB5E86;
}
.BgClassName
{
background-color: #FB5E86;
}
</style>
border-color css
<style>
span { border-color: #FB5E86; }
span { border-color: rgb(251,94,134); }
td.TdClassName
{
border-color: #FB5E86;
}
.TagClassName
{
border-color: #FB5E86;
}
</style>