Shades of Brink Pink #FE7686
Tints of Brink Pink #FE7686
RGB
CMYK
RGB Variations
Color information
#FE7686 (or 0xFE7686) is known color: Brink Pink. HEX triplet: FE, 76 and 86. RGB value is (254,118,134). Sum of RGB (Red+Green+Blue) = 254+118+134=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7686 is #018979. Grayscale: #A0A0A0. Windows color (decimal): -100730 or 8812286. OLE color: 8812286.
HSL color Cylindrical-coordinate representation of color #FE7686: hue angle of 352.94º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE7686 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 134 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.00 |
| HSL | 352.94º | 0.99% | 0.73% | - |
| HSV(B) | 352.94º | 0.54% | 1% | - |
| XYZ | 51.65 | 35.75 | 26.73 | - |
| YUV | 160.49 | 113.06 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 134 | 0 | 0.54 | 0.47 | 0.00 | 352.94 | 0.99 | 0.73 |
| Hex | FE | 76 | 86 | 0 | 36 | 2F | 0 | 161 | 63 | 49 |
| Octal | 376 | 166 | 206 | 0 | 66 | 57 | 0 | 541 | 143 | 111 |
| Binary | 11111110 | 1110110 | 10000110 | 0 | 110110 | 101111 | 0 | 101100001 | 1100011 | 1001001 |
Color Harmonies of #FE7686
Complementary color
Monochromatic Colors of #FE7686
Black with #FE7686
Text Example
Text Example
White with #FE7686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7686; }
p { color: rgb(254,118,134); }
H1.HeaderClassName
{
color: #FE7686;
}
.AnyTagClassName
{
color: #FE7686;
}
</style>
background-color css
<style>
a { background-color: #FE7686; }
a { background-color: rgb(254,118,134); }
div.DivClassName
{
background-color: #FE7686;
}
.BgClassName
{
background-color: #FE7686;
}
</style>
border-color css
<style>
span { border-color: #FE7686; }
span { border-color: rgb(254,118,134); }
td.TdClassName
{
border-color: #FE7686;
}
.TagClassName
{
border-color: #FE7686;
}
</style>