Shades of Brink Pink #FE6887
Tints of Brink Pink #FE6887
RGB
CMYK
RGB Variations
Color information
#FE6887 (or 0xFE6887) is known color: Brink Pink. HEX triplet: FE, 68 and 87. RGB value is (254,104,135). Sum of RGB (Red+Green+Blue) = 254+104+135=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6887 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6887 is #019778. Grayscale: #989898. Windows color (decimal): -104313 or 8874238. OLE color: 8874238.
HSL color Cylindrical-coordinate representation of color #FE6887: hue angle of 347.6º 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 #FE6887 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 135 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.00 |
| HSL | 347.6º | 0.99% | 0.7% | - |
| HSV(B) | 347.6º | 0.59% | 1% | - |
| XYZ | 50.2 | 32.72 | 26.59 | - |
| YUV | 152.38 | 118.2 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 135 | 0 | 0.59 | 0.47 | 0.00 | 347.6 | 0.99 | 0.7 |
| Hex | FE | 68 | 87 | 0 | 3B | 2F | 0 | 15C | 63 | 46 |
| Octal | 376 | 150 | 207 | 0 | 73 | 57 | 0 | 534 | 143 | 106 |
| Binary | 11111110 | 1101000 | 10000111 | 0 | 111011 | 101111 | 0 | 101011100 | 1100011 | 1000110 |
Color Harmonies of #FE6887
Complementary color
Monochromatic Colors of #FE6887
Black with #FE6887
Text Example
Text Example
White with #FE6887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6887; }
p { color: rgb(254,104,135); }
H1.HeaderClassName
{
color: #FE6887;
}
.AnyTagClassName
{
color: #FE6887;
}
</style>
background-color css
<style>
a { background-color: #FE6887; }
a { background-color: rgb(254,104,135); }
div.DivClassName
{
background-color: #FE6887;
}
.BgClassName
{
background-color: #FE6887;
}
</style>
border-color css
<style>
span { border-color: #FE6887; }
span { border-color: rgb(254,104,135); }
td.TdClassName
{
border-color: #FE6887;
}
.TagClassName
{
border-color: #FE6887;
}
</style>