Shades of Brink Pink #FE7688
Tints of Brink Pink #FE7688
RGB
CMYK
RGB Variations
Color information
#FE7688 (or 0xFE7688) is known color: Brink Pink. HEX triplet: FE, 76 and 88. RGB value is (254,118,136). Sum of RGB (Red+Green+Blue) = 254+118+136=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7688 is #018977. Grayscale: #A0A0A0. Windows color (decimal): -100728 or 8943358. OLE color: 8943358.
HSL color Cylindrical-coordinate representation of color #FE7688: hue angle of 352.06º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE7688 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 136 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.00 |
| HSL | 352.06º | 0.99% | 0.73% | - |
| HSV(B) | 352.06º | 0.54% | 1% | - |
| XYZ | 51.8 | 35.81 | 27.47 | - |
| YUV | 160.72 | 114.06 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 136 | 0 | 0.54 | 0.46 | 0.00 | 352.06 | 0.99 | 0.73 |
| Hex | FE | 76 | 88 | 0 | 36 | 2E | 0 | 160 | 63 | 49 |
| Octal | 376 | 166 | 210 | 0 | 66 | 56 | 0 | 540 | 143 | 111 |
| Binary | 11111110 | 1110110 | 10001000 | 0 | 110110 | 101110 | 0 | 101100000 | 1100011 | 1001001 |
Color Harmonies of #FE7688
Complementary color
Monochromatic Colors of #FE7688
Black with #FE7688
Text Example
Text Example
White with #FE7688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7688; }
p { color: rgb(254,118,136); }
H1.HeaderClassName
{
color: #FE7688;
}
.AnyTagClassName
{
color: #FE7688;
}
</style>
background-color css
<style>
a { background-color: #FE7688; }
a { background-color: rgb(254,118,136); }
div.DivClassName
{
background-color: #FE7688;
}
.BgClassName
{
background-color: #FE7688;
}
</style>
border-color css
<style>
span { border-color: #FE7688; }
span { border-color: rgb(254,118,136); }
td.TdClassName
{
border-color: #FE7688;
}
.TagClassName
{
border-color: #FE7688;
}
</style>