Shades of Brink Pink #FE6786
Tints of Brink Pink #FE6786
RGB
CMYK
RGB Variations
Color information
#FE6786 (or 0xFE6786) is known color: Brink Pink. HEX triplet: FE, 67 and 86. RGB value is (254,103,134). Sum of RGB (Red+Green+Blue) = 254+103+134=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6786 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6786 is #019879. Grayscale: #979797. Windows color (decimal): -104570 or 8808446. OLE color: 8808446.
HSL color Cylindrical-coordinate representation of color #FE6786: hue angle of 347.68º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE6786 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 134 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.00 |
| HSL | 347.68º | 0.99% | 0.7% | - |
| HSV(B) | 347.68º | 0.59% | 1% | - |
| XYZ | 50.03 | 32.49 | 26.19 | - |
| YUV | 151.68 | 118.03 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 134 | 0 | 0.59 | 0.47 | 0.00 | 347.68 | 0.99 | 0.7 |
| Hex | FE | 67 | 86 | 0 | 3B | 2F | 0 | 15C | 63 | 46 |
| Octal | 376 | 147 | 206 | 0 | 73 | 57 | 0 | 534 | 143 | 106 |
| Binary | 11111110 | 1100111 | 10000110 | 0 | 111011 | 101111 | 0 | 101011100 | 1100011 | 1000110 |
Color Harmonies of #FE6786
Complementary color
Monochromatic Colors of #FE6786
Black with #FE6786
Text Example
Text Example
White with #FE6786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6786; }
p { color: rgb(254,103,134); }
H1.HeaderClassName
{
color: #FE6786;
}
.AnyTagClassName
{
color: #FE6786;
}
</style>
background-color css
<style>
a { background-color: #FE6786; }
a { background-color: rgb(254,103,134); }
div.DivClassName
{
background-color: #FE6786;
}
.BgClassName
{
background-color: #FE6786;
}
</style>
border-color css
<style>
span { border-color: #FE6786; }
span { border-color: rgb(254,103,134); }
td.TdClassName
{
border-color: #FE6786;
}
.TagClassName
{
border-color: #FE6786;
}
</style>