Shades of Brink Pink #FE6888
Tints of Brink Pink #FE6888
RGB
CMYK
RGB Variations
Color information
#FE6888 (or 0xFE6888) is known color: Brink Pink. HEX triplet: FE, 68 and 88. RGB value is (254,104,136). Sum of RGB (Red+Green+Blue) = 254+104+136=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6888 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6888 is #019777. Grayscale: #989898. Windows color (decimal): -104312 or 8939774. OLE color: 8939774.
HSL color Cylindrical-coordinate representation of color #FE6888: hue angle of 347.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 #FE6888 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 136 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.00 |
| HSL | 347.2º | 0.99% | 0.7% | - |
| HSV(B) | 347.2º | 0.59% | 1% | - |
| XYZ | 50.27 | 32.75 | 26.96 | - |
| YUV | 152.5 | 118.7 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 136 | 0 | 0.59 | 0.46 | 0.00 | 347.2 | 0.99 | 0.7 |
| Hex | FE | 68 | 88 | 0 | 3B | 2E | 0 | 15B | 63 | 46 |
| Octal | 376 | 150 | 210 | 0 | 73 | 56 | 0 | 533 | 143 | 106 |
| Binary | 11111110 | 1101000 | 10001000 | 0 | 111011 | 101110 | 0 | 101011011 | 1100011 | 1000110 |
Color Harmonies of #FE6888
Complementary color
Monochromatic Colors of #FE6888
Black with #FE6888
Text Example
Text Example
White with #FE6888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6888; }
p { color: rgb(254,104,136); }
H1.HeaderClassName
{
color: #FE6888;
}
.AnyTagClassName
{
color: #FE6888;
}
</style>
background-color css
<style>
a { background-color: #FE6888; }
a { background-color: rgb(254,104,136); }
div.DivClassName
{
background-color: #FE6888;
}
.BgClassName
{
background-color: #FE6888;
}
</style>
border-color css
<style>
span { border-color: #FE6888; }
span { border-color: rgb(254,104,136); }
td.TdClassName
{
border-color: #FE6888;
}
.TagClassName
{
border-color: #FE6888;
}
</style>