Shades of Brink Pink #FB698E
Tints of Brink Pink #FB698E
RGB
CMYK
RGB Variations
Color information
#FB698E (or 0xFB698E) is known color: Brink Pink. HEX triplet: FB, 69 and 8E. RGB value is (251,105,142). Sum of RGB (Red+Green+Blue) = 251+105+142=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB698E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB698E is #049671. Grayscale: #989898. Windows color (decimal): -300658 or 9333243. OLE color: 9333243.
HSL color Cylindrical-coordinate representation of color #FB698E: hue angle of 344.79º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB698E is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 105 | 142 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.02 |
| HSL | 344.79º | 0.95% | 0.7% | - |
| HSV(B) | 344.79º | 0.58% | 0.98% | - |
| XYZ | 49.72 | 32.57 | 29.26 | - |
| YUV | 152.87 | 121.87 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 105 | 142 | 0 | 0.58 | 0.43 | 0.02 | 344.79 | 0.95 | 0.7 |
| Hex | FB | 69 | 8E | 0 | 3A | 2B | 2 | 159 | 5F | 46 |
| Octal | 373 | 151 | 216 | 0 | 72 | 53 | 2 | 531 | 137 | 106 |
| Binary | 11111011 | 1101001 | 10001110 | 0 | 111010 | 101011 | 10 | 101011001 | 1011111 | 1000110 |
Color Harmonies of #FB698E
Complementary color
Monochromatic Colors of #FB698E
Black with #FB698E
Text Example
Text Example
White with #FB698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB698E; }
p { color: rgb(251,105,142); }
H1.HeaderClassName
{
color: #FB698E;
}
.AnyTagClassName
{
color: #FB698E;
}
</style>
background-color css
<style>
a { background-color: #FB698E; }
a { background-color: rgb(251,105,142); }
div.DivClassName
{
background-color: #FB698E;
}
.BgClassName
{
background-color: #FB698E;
}
</style>
border-color css
<style>
span { border-color: #FB698E; }
span { border-color: rgb(251,105,142); }
td.TdClassName
{
border-color: #FB698E;
}
.TagClassName
{
border-color: #FB698E;
}
</style>