Shades of Brink Pink #FE698A
Tints of Brink Pink #FE698A
RGB
CMYK
RGB Variations
Color information
#FE698A (or 0xFE698A) is known color: Brink Pink. HEX triplet: FE, 69 and 8A. RGB value is (254,105,138). Sum of RGB (Red+Green+Blue) = 254+105+138=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE698A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE698A is #019675. Grayscale: #999999. Windows color (decimal): -104054 or 9071102. OLE color: 9071102.
HSL color Cylindrical-coordinate representation of color #FE698A: hue angle of 346.71º 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 #FE698A is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 138 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.00 |
| HSL | 346.71º | 0.99% | 0.7% | - |
| HSV(B) | 346.71º | 0.59% | 1% | - |
| XYZ | 50.51 | 33.01 | 27.75 | - |
| YUV | 153.31 | 119.36 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 138 | 0 | 0.59 | 0.46 | 0.00 | 346.71 | 0.99 | 0.7 |
| Hex | FE | 69 | 8A | 0 | 3B | 2E | 0 | 15B | 63 | 46 |
| Octal | 376 | 151 | 212 | 0 | 73 | 56 | 0 | 533 | 143 | 106 |
| Binary | 11111110 | 1101001 | 10001010 | 0 | 111011 | 101110 | 0 | 101011011 | 1100011 | 1000110 |
Color Harmonies of #FE698A
Complementary color
Monochromatic Colors of #FE698A
Black with #FE698A
Text Example
Text Example
White with #FE698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE698A; }
p { color: rgb(254,105,138); }
H1.HeaderClassName
{
color: #FE698A;
}
.AnyTagClassName
{
color: #FE698A;
}
</style>
background-color css
<style>
a { background-color: #FE698A; }
a { background-color: rgb(254,105,138); }
div.DivClassName
{
background-color: #FE698A;
}
.BgClassName
{
background-color: #FE698A;
}
</style>
border-color css
<style>
span { border-color: #FE698A; }
span { border-color: rgb(254,105,138); }
td.TdClassName
{
border-color: #FE698A;
}
.TagClassName
{
border-color: #FE698A;
}
</style>