Shades of Brink Pink #FE6C8D
Tints of Brink Pink #FE6C8D
RGB
CMYK
RGB Variations
Color information
#FE6C8D (or 0xFE6C8D) is known color: Brink Pink. HEX triplet: FE, 6C and 8D. RGB value is (254,108,141). Sum of RGB (Red+Green+Blue) = 254+108+141=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6C8D is #019372. Grayscale: #9B9B9B. Windows color (decimal): -103283 or 9268478. OLE color: 9268478.
HSL color Cylindrical-coordinate representation of color #FE6C8D: hue angle of 346.44º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6C8D is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 141 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.00 |
| HSL | 346.44º | 0.99% | 0.71% | - |
| HSV(B) | 346.44º | 0.57% | 1% | - |
| XYZ | 51.04 | 33.72 | 29.02 | - |
| YUV | 155.42 | 119.87 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 141 | 0 | 0.57 | 0.44 | 0.00 | 346.44 | 0.99 | 0.71 |
| Hex | FE | 6C | 8D | 0 | 39 | 2C | 0 | 15A | 63 | 47 |
| Octal | 376 | 154 | 215 | 0 | 71 | 54 | 0 | 532 | 143 | 107 |
| Binary | 11111110 | 1101100 | 10001101 | 0 | 111001 | 101100 | 0 | 101011010 | 1100011 | 1000111 |
Color Harmonies of #FE6C8D
Complementary color
Monochromatic Colors of #FE6C8D
Black with #FE6C8D
Text Example
Text Example
White with #FE6C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6C8D; }
p { color: rgb(254,108,141); }
H1.HeaderClassName
{
color: #FE6C8D;
}
.AnyTagClassName
{
color: #FE6C8D;
}
</style>
background-color css
<style>
a { background-color: #FE6C8D; }
a { background-color: rgb(254,108,141); }
div.DivClassName
{
background-color: #FE6C8D;
}
.BgClassName
{
background-color: #FE6C8D;
}
</style>
border-color css
<style>
span { border-color: #FE6C8D; }
span { border-color: rgb(254,108,141); }
td.TdClassName
{
border-color: #FE6C8D;
}
.TagClassName
{
border-color: #FE6C8D;
}
</style>