Shades of Brink Pink #FE698D
Tints of Brink Pink #FE698D
RGB
CMYK
RGB Variations
Color information
#FE698D (or 0xFE698D) is known color: Brink Pink. HEX triplet: FE, 69 and 8D. RGB value is (254,105,141). Sum of RGB (Red+Green+Blue) = 254+105+141=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE698D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE698D is #019672. Grayscale: #999999. Windows color (decimal): -104051 or 9267710. OLE color: 9267710.
HSL color Cylindrical-coordinate representation of color #FE698D: hue angle of 345.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 #FE698D is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 141 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.00 |
| HSL | 345.5º | 0.99% | 0.7% | - |
| HSV(B) | 345.5º | 0.59% | 1% | - |
| XYZ | 50.73 | 33.1 | 28.91 | - |
| YUV | 153.66 | 120.86 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 141 | 0 | 0.59 | 0.44 | 0.00 | 345.5 | 0.99 | 0.7 |
| Hex | FE | 69 | 8D | 0 | 3B | 2C | 0 | 15A | 63 | 46 |
| Octal | 376 | 151 | 215 | 0 | 73 | 54 | 0 | 532 | 143 | 106 |
| Binary | 11111110 | 1101001 | 10001101 | 0 | 111011 | 101100 | 0 | 101011010 | 1100011 | 1000110 |
Color Harmonies of #FE698D
Complementary color
Monochromatic Colors of #FE698D
Black with #FE698D
Text Example
Text Example
White with #FE698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE698D; }
p { color: rgb(254,105,141); }
H1.HeaderClassName
{
color: #FE698D;
}
.AnyTagClassName
{
color: #FE698D;
}
</style>
background-color css
<style>
a { background-color: #FE698D; }
a { background-color: rgb(254,105,141); }
div.DivClassName
{
background-color: #FE698D;
}
.BgClassName
{
background-color: #FE698D;
}
</style>
border-color css
<style>
span { border-color: #FE698D; }
span { border-color: rgb(254,105,141); }
td.TdClassName
{
border-color: #FE698D;
}
.TagClassName
{
border-color: #FE698D;
}
</style>