Shades of Brink Pink #FB5D86
Tints of Brink Pink #FB5D86
RGB
CMYK
RGB Variations
Color information
#FB5D86 (or 0xFB5D86) is known color: Brink Pink. HEX triplet: FB, 5D and 86. RGB value is (251,93,134). Sum of RGB (Red+Green+Blue) = 251+93+134=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5D86 is #04A279. Grayscale: #909090. Windows color (decimal): -303738 or 8805883. OLE color: 8805883.
HSL color Cylindrical-coordinate representation of color #FB5D86: hue angle of 344.43º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5D86 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 134 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.02 |
| HSL | 344.43º | 0.95% | 0.67% | - |
| HSV(B) | 344.43º | 0.63% | 0.98% | - |
| XYZ | 48 | 30.06 | 25.83 | - |
| YUV | 144.92 | 121.85 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 134 | 0 | 0.63 | 0.47 | 0.02 | 344.43 | 0.95 | 0.67 |
| Hex | FB | 5D | 86 | 0 | 3F | 2F | 2 | 158 | 5F | 43 |
| Octal | 373 | 135 | 206 | 0 | 77 | 57 | 2 | 530 | 137 | 103 |
| Binary | 11111011 | 1011101 | 10000110 | 0 | 111111 | 101111 | 10 | 101011000 | 1011111 | 1000011 |
Color Harmonies of #FB5D86
Complementary color
Monochromatic Colors of #FB5D86
Black with #FB5D86
Text Example
Text Example
White with #FB5D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D86; }
p { color: rgb(251,93,134); }
H1.HeaderClassName
{
color: #FB5D86;
}
.AnyTagClassName
{
color: #FB5D86;
}
</style>
background-color css
<style>
a { background-color: #FB5D86; }
a { background-color: rgb(251,93,134); }
div.DivClassName
{
background-color: #FB5D86;
}
.BgClassName
{
background-color: #FB5D86;
}
</style>
border-color css
<style>
span { border-color: #FB5D86; }
span { border-color: rgb(251,93,134); }
td.TdClassName
{
border-color: #FB5D86;
}
.TagClassName
{
border-color: #FB5D86;
}
</style>