Shades of Brink Pink #FB698B
Tints of Brink Pink #FB698B
RGB
CMYK
RGB Variations
Color information
#FB698B (or 0xFB698B) is known color: Brink Pink. HEX triplet: FB, 69 and 8B. RGB value is (251,105,139). Sum of RGB (Red+Green+Blue) = 251+105+139=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB698B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB698B is #049674. Grayscale: #989898. Windows color (decimal): -300661 or 9136635. OLE color: 9136635.
HSL color Cylindrical-coordinate representation of color #FB698B: hue angle of 346.03º 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 #FB698B is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 105 | 139 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.02 |
| HSL | 346.03º | 0.95% | 0.7% | - |
| HSV(B) | 346.03º | 0.58% | 0.98% | - |
| XYZ | 49.5 | 32.48 | 28.09 | - |
| YUV | 152.53 | 120.37 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 105 | 139 | 0 | 0.58 | 0.45 | 0.02 | 346.03 | 0.95 | 0.7 |
| Hex | FB | 69 | 8B | 0 | 3A | 2D | 2 | 15A | 5F | 46 |
| Octal | 373 | 151 | 213 | 0 | 72 | 55 | 2 | 532 | 137 | 106 |
| Binary | 11111011 | 1101001 | 10001011 | 0 | 111010 | 101101 | 10 | 101011010 | 1011111 | 1000110 |
Color Harmonies of #FB698B
Complementary color
Monochromatic Colors of #FB698B
Black with #FB698B
Text Example
Text Example
White with #FB698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB698B; }
p { color: rgb(251,105,139); }
H1.HeaderClassName
{
color: #FB698B;
}
.AnyTagClassName
{
color: #FB698B;
}
</style>
background-color css
<style>
a { background-color: #FB698B; }
a { background-color: rgb(251,105,139); }
div.DivClassName
{
background-color: #FB698B;
}
.BgClassName
{
background-color: #FB698B;
}
</style>
border-color css
<style>
span { border-color: #FB698B; }
span { border-color: rgb(251,105,139); }
td.TdClassName
{
border-color: #FB698B;
}
.TagClassName
{
border-color: #FB698B;
}
</style>