Shades of Brink Pink #FE6B87
Tints of Brink Pink #FE6B87
RGB
CMYK
RGB Variations
Color information
#FE6B87 (or 0xFE6B87) is known color: Brink Pink. HEX triplet: FE, 6B and 87. RGB value is (254,107,135). Sum of RGB (Red+Green+Blue) = 254+107+135=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6B87 is #019478. Grayscale: #9A9A9A. Windows color (decimal): -103545 or 8875006. OLE color: 8875006.
HSL color Cylindrical-coordinate representation of color #FE6B87: hue angle of 348.57º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6B87 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 135 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.00 |
| HSL | 348.57º | 0.99% | 0.71% | - |
| HSV(B) | 348.57º | 0.58% | 1% | - |
| XYZ | 50.5 | 33.34 | 26.69 | - |
| YUV | 154.15 | 117.2 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 135 | 0 | 0.58 | 0.47 | 0.00 | 348.57 | 0.99 | 0.71 |
| Hex | FE | 6B | 87 | 0 | 3A | 2F | 0 | 15D | 63 | 47 |
| Octal | 376 | 153 | 207 | 0 | 72 | 57 | 0 | 535 | 143 | 107 |
| Binary | 11111110 | 1101011 | 10000111 | 0 | 111010 | 101111 | 0 | 101011101 | 1100011 | 1000111 |
Color Harmonies of #FE6B87
Complementary color
Monochromatic Colors of #FE6B87
Black with #FE6B87
Text Example
Text Example
White with #FE6B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6B87; }
p { color: rgb(254,107,135); }
H1.HeaderClassName
{
color: #FE6B87;
}
.AnyTagClassName
{
color: #FE6B87;
}
</style>
background-color css
<style>
a { background-color: #FE6B87; }
a { background-color: rgb(254,107,135); }
div.DivClassName
{
background-color: #FE6B87;
}
.BgClassName
{
background-color: #FE6B87;
}
</style>
border-color css
<style>
span { border-color: #FE6B87; }
span { border-color: rgb(254,107,135); }
td.TdClassName
{
border-color: #FE6B87;
}
.TagClassName
{
border-color: #FE6B87;
}
</style>