Shades of Brink Pink #FD698E
Tints of Brink Pink #FD698E
RGB
CMYK
RGB Variations
Color information
#FD698E (or 0xFD698E) is known color: Brink Pink. HEX triplet: FD, 69 and 8E. RGB value is (253,105,142). Sum of RGB (Red+Green+Blue) = 253+105+142=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD698E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD698E is #029671. Grayscale: #999999. Windows color (decimal): -169586 or 9333245. OLE color: 9333245.
HSL color Cylindrical-coordinate representation of color #FD698E: hue angle of 345º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD698E is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 105 | 142 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.01 |
| HSL | 345º | 0.97% | 0.7% | - |
| HSV(B) | 345º | 0.58% | 0.99% | - |
| XYZ | 50.44 | 32.94 | 29.29 | - |
| YUV | 153.47 | 121.53 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 105 | 142 | 0 | 0.58 | 0.44 | 0.01 | 345 | 0.97 | 0.7 |
| Hex | FD | 69 | 8E | 0 | 3A | 2C | 1 | 159 | 61 | 46 |
| Octal | 375 | 151 | 216 | 0 | 72 | 54 | 1 | 531 | 141 | 106 |
| Binary | 11111101 | 1101001 | 10001110 | 0 | 111010 | 101100 | 1 | 101011001 | 1100001 | 1000110 |
Color Harmonies of #FD698E
Complementary color
Monochromatic Colors of #FD698E
Black with #FD698E
Text Example
Text Example
White with #FD698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD698E; }
p { color: rgb(253,105,142); }
H1.HeaderClassName
{
color: #FD698E;
}
.AnyTagClassName
{
color: #FD698E;
}
</style>
background-color css
<style>
a { background-color: #FD698E; }
a { background-color: rgb(253,105,142); }
div.DivClassName
{
background-color: #FD698E;
}
.BgClassName
{
background-color: #FD698E;
}
</style>
border-color css
<style>
span { border-color: #FD698E; }
span { border-color: rgb(253,105,142); }
td.TdClassName
{
border-color: #FD698E;
}
.TagClassName
{
border-color: #FD698E;
}
</style>