Shades of Brink Pink #FE688B
Tints of Brink Pink #FE688B
RGB
CMYK
RGB Variations
Color information
#FE688B (or 0xFE688B) is known color: Brink Pink. HEX triplet: FE, 68 and 8B. RGB value is (254,104,139). Sum of RGB (Red+Green+Blue) = 254+104+139=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE688B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE688B is #019774. Grayscale: #989898. Windows color (decimal): -104309 or 9136382. OLE color: 9136382.
HSL color Cylindrical-coordinate representation of color #FE688B: hue angle of 346º 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 #FE688B is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 139 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.00 |
| HSL | 346º | 0.99% | 0.7% | - |
| HSV(B) | 346º | 0.59% | 1% | - |
| XYZ | 50.48 | 32.84 | 28.1 | - |
| YUV | 152.84 | 120.2 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 139 | 0 | 0.59 | 0.45 | 0.00 | 346 | 0.99 | 0.7 |
| Hex | FE | 68 | 8B | 0 | 3B | 2D | 0 | 15A | 63 | 46 |
| Octal | 376 | 150 | 213 | 0 | 73 | 55 | 0 | 532 | 143 | 106 |
| Binary | 11111110 | 1101000 | 10001011 | 0 | 111011 | 101101 | 0 | 101011010 | 1100011 | 1000110 |
Color Harmonies of #FE688B
Complementary color
Monochromatic Colors of #FE688B
Black with #FE688B
Text Example
Text Example
White with #FE688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE688B; }
p { color: rgb(254,104,139); }
H1.HeaderClassName
{
color: #FE688B;
}
.AnyTagClassName
{
color: #FE688B;
}
</style>
background-color css
<style>
a { background-color: #FE688B; }
a { background-color: rgb(254,104,139); }
div.DivClassName
{
background-color: #FE688B;
}
.BgClassName
{
background-color: #FE688B;
}
</style>
border-color css
<style>
span { border-color: #FE688B; }
span { border-color: rgb(254,104,139); }
td.TdClassName
{
border-color: #FE688B;
}
.TagClassName
{
border-color: #FE688B;
}
</style>