Shades of Brink Pink #FE5686
Tints of Brink Pink #FE5686
RGB
CMYK
RGB Variations
Color information
#FE5686 (or 0xFE5686) is known color: Brink Pink. HEX triplet: FE, 56 and 86. RGB value is (254,86,134). Sum of RGB (Red+Green+Blue) = 254+86+134=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5686 is #01A979. Grayscale: #8D8D8D. Windows color (decimal): -108922 or 8804094. OLE color: 8804094.
HSL color Cylindrical-coordinate representation of color #FE5686: hue angle of 342.86º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE5686 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 134 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.00 |
| HSL | 342.86º | 0.99% | 0.67% | - |
| HSV(B) | 342.86º | 0.66% | 1% | - |
| XYZ | 48.5 | 29.45 | 25.68 | - |
| YUV | 141.7 | 123.66 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 134 | 0 | 0.66 | 0.47 | 0.00 | 342.86 | 0.99 | 0.67 |
| Hex | FE | 56 | 86 | 0 | 42 | 2F | 0 | 157 | 63 | 43 |
| Octal | 376 | 126 | 206 | 0 | 102 | 57 | 0 | 527 | 143 | 103 |
| Binary | 11111110 | 1010110 | 10000110 | 0 | 1000010 | 101111 | 0 | 101010111 | 1100011 | 1000011 |
Color Harmonies of #FE5686
Complementary color
Monochromatic Colors of #FE5686
Black with #FE5686
Text Example
Text Example
White with #FE5686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5686; }
p { color: rgb(254,86,134); }
H1.HeaderClassName
{
color: #FE5686;
}
.AnyTagClassName
{
color: #FE5686;
}
</style>
background-color css
<style>
a { background-color: #FE5686; }
a { background-color: rgb(254,86,134); }
div.DivClassName
{
background-color: #FE5686;
}
.BgClassName
{
background-color: #FE5686;
}
</style>
border-color css
<style>
span { border-color: #FE5686; }
span { border-color: rgb(254,86,134); }
td.TdClassName
{
border-color: #FE5686;
}
.TagClassName
{
border-color: #FE5686;
}
</style>