Shades of Brink Pink #FE698E
Tints of Brink Pink #FE698E
RGB
CMYK
RGB Variations
Color information
#FE698E (or 0xFE698E) is known color: Brink Pink. HEX triplet: FE, 69 and 8E. RGB value is (254,105,142). Sum of RGB (Red+Green+Blue) = 254+105+142=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE698E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE698E is #019671. Grayscale: #999999. Windows color (decimal): -104050 or 9333246. OLE color: 9333246.
HSL color Cylindrical-coordinate representation of color #FE698E: hue angle of 345.1º 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 #FE698E is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 142 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.00 |
| HSL | 345.1º | 0.99% | 0.7% | - |
| HSV(B) | 345.1º | 0.59% | 1% | - |
| XYZ | 50.81 | 33.13 | 29.31 | - |
| YUV | 153.77 | 121.36 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 142 | 0 | 0.59 | 0.44 | 0.00 | 345.1 | 0.99 | 0.7 |
| Hex | FE | 69 | 8E | 0 | 3B | 2C | 0 | 159 | 63 | 46 |
| Octal | 376 | 151 | 216 | 0 | 73 | 54 | 0 | 531 | 143 | 106 |
| Binary | 11111110 | 1101001 | 10001110 | 0 | 111011 | 101100 | 0 | 101011001 | 1100011 | 1000110 |
Color Harmonies of #FE698E
Complementary color
Monochromatic Colors of #FE698E
Black with #FE698E
Text Example
Text Example
White with #FE698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE698E; }
p { color: rgb(254,105,142); }
H1.HeaderClassName
{
color: #FE698E;
}
.AnyTagClassName
{
color: #FE698E;
}
</style>
background-color css
<style>
a { background-color: #FE698E; }
a { background-color: rgb(254,105,142); }
div.DivClassName
{
background-color: #FE698E;
}
.BgClassName
{
background-color: #FE698E;
}
</style>
border-color css
<style>
span { border-color: #FE698E; }
span { border-color: rgb(254,105,142); }
td.TdClassName
{
border-color: #FE698E;
}
.TagClassName
{
border-color: #FE698E;
}
</style>