Shades of Brink Pink #FE678E
Tints of Brink Pink #FE678E
RGB
CMYK
RGB Variations
Color information
#FE678E (or 0xFE678E) is known color: Brink Pink. HEX triplet: FE, 67 and 8E. RGB value is (254,103,142). Sum of RGB (Red+Green+Blue) = 254+103+142=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE678E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE678E is #019871. Grayscale: #989898. Windows color (decimal): -104562 or 9332734. OLE color: 9332734.
HSL color Cylindrical-coordinate representation of color #FE678E: hue angle of 344.5º 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 #FE678E is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 142 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.00 |
| HSL | 344.5º | 0.99% | 0.7% | - |
| HSV(B) | 344.5º | 0.59% | 1% | - |
| XYZ | 50.61 | 32.72 | 29.24 | - |
| YUV | 152.6 | 122.03 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 142 | 0 | 0.59 | 0.44 | 0.00 | 344.5 | 0.99 | 0.7 |
| Hex | FE | 67 | 8E | 0 | 3B | 2C | 0 | 159 | 63 | 46 |
| Octal | 376 | 147 | 216 | 0 | 73 | 54 | 0 | 531 | 143 | 106 |
| Binary | 11111110 | 1100111 | 10001110 | 0 | 111011 | 101100 | 0 | 101011001 | 1100011 | 1000110 |
Color Harmonies of #FE678E
Complementary color
Monochromatic Colors of #FE678E
Black with #FE678E
Text Example
Text Example
White with #FE678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE678E; }
p { color: rgb(254,103,142); }
H1.HeaderClassName
{
color: #FE678E;
}
.AnyTagClassName
{
color: #FE678E;
}
</style>
background-color css
<style>
a { background-color: #FE678E; }
a { background-color: rgb(254,103,142); }
div.DivClassName
{
background-color: #FE678E;
}
.BgClassName
{
background-color: #FE678E;
}
</style>
border-color css
<style>
span { border-color: #FE678E; }
span { border-color: rgb(254,103,142); }
td.TdClassName
{
border-color: #FE678E;
}
.TagClassName
{
border-color: #FE678E;
}
</style>