Shades of Brink Pink #FE688D
Tints of Brink Pink #FE688D
RGB
CMYK
RGB Variations
Color information
#FE688D (or 0xFE688D) is known color: Brink Pink. HEX triplet: FE, 68 and 8D. RGB value is (254,104,141). Sum of RGB (Red+Green+Blue) = 254+104+141=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE688D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE688D is #019772. Grayscale: #999999. Windows color (decimal): -104307 or 9267454. OLE color: 9267454.
HSL color Cylindrical-coordinate representation of color #FE688D: hue angle of 345.2º 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 #FE688D is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 141 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.00 |
| HSL | 345.2º | 0.99% | 0.7% | - |
| HSV(B) | 345.2º | 0.59% | 1% | - |
| XYZ | 50.63 | 32.89 | 28.88 | - |
| YUV | 153.07 | 121.2 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 141 | 0 | 0.59 | 0.44 | 0.00 | 345.2 | 0.99 | 0.7 |
| Hex | FE | 68 | 8D | 0 | 3B | 2C | 0 | 159 | 63 | 46 |
| Octal | 376 | 150 | 215 | 0 | 73 | 54 | 0 | 531 | 143 | 106 |
| Binary | 11111110 | 1101000 | 10001101 | 0 | 111011 | 101100 | 0 | 101011001 | 1100011 | 1000110 |
Color Harmonies of #FE688D
Complementary color
Monochromatic Colors of #FE688D
Black with #FE688D
Text Example
Text Example
White with #FE688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE688D; }
p { color: rgb(254,104,141); }
H1.HeaderClassName
{
color: #FE688D;
}
.AnyTagClassName
{
color: #FE688D;
}
</style>
background-color css
<style>
a { background-color: #FE688D; }
a { background-color: rgb(254,104,141); }
div.DivClassName
{
background-color: #FE688D;
}
.BgClassName
{
background-color: #FE688D;
}
</style>
border-color css
<style>
span { border-color: #FE688D; }
span { border-color: rgb(254,104,141); }
td.TdClassName
{
border-color: #FE688D;
}
.TagClassName
{
border-color: #FE688D;
}
</style>