Shades of Brink Pink #FB697C
Tints of Brink Pink #FB697C
RGB
CMYK
RGB Variations
Color information
#FB697C (or 0xFB697C) is known color: Brink Pink. HEX triplet: FB, 69 and 7C. RGB value is (251,105,124). Sum of RGB (Red+Green+Blue) = 251+105+124=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FB697C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB697C is #049683. Grayscale: #969696. Windows color (decimal): -300676 or 8153595. OLE color: 8153595.
HSL color Cylindrical-coordinate representation of color #FB697C: hue angle of 352.19º 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 #FB697C is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 105 | 124 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.02 |
| HSL | 352.19º | 0.95% | 0.7% | - |
| HSV(B) | 352.19º | 0.58% | 0.98% | - |
| XYZ | 48.47 | 32.07 | 22.7 | - |
| YUV | 150.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 105 | 124 | 0 | 0.58 | 0.51 | 0.02 | 352.19 | 0.95 | 0.7 |
| Hex | FB | 69 | 7C | 0 | 3A | 33 | 2 | 160 | 5F | 46 |
| Octal | 373 | 151 | 174 | 0 | 72 | 63 | 2 | 540 | 137 | 106 |
| Binary | 11111011 | 1101001 | 1111100 | 0 | 111010 | 110011 | 10 | 101100000 | 1011111 | 1000110 |
Color Harmonies of #FB697C
Complementary color
Monochromatic Colors of #FB697C
Black with #FB697C
Text Example
Text Example
White with #FB697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB697C; }
p { color: rgb(251,105,124); }
H1.HeaderClassName
{
color: #FB697C;
}
.AnyTagClassName
{
color: #FB697C;
}
</style>
background-color css
<style>
a { background-color: #FB697C; }
a { background-color: rgb(251,105,124); }
div.DivClassName
{
background-color: #FB697C;
}
.BgClassName
{
background-color: #FB697C;
}
</style>
border-color css
<style>
span { border-color: #FB697C; }
span { border-color: rgb(251,105,124); }
td.TdClassName
{
border-color: #FB697C;
}
.TagClassName
{
border-color: #FB697C;
}
</style>