Shades of Brink Pink #FB697D
Tints of Brink Pink #FB697D
RGB
CMYK
RGB Variations
Color information
#FB697D (or 0xFB697D) is known color: Brink Pink. HEX triplet: FB, 69 and 7D. RGB value is (251,105,125). Sum of RGB (Red+Green+Blue) = 251+105+125=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB697D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB697D is #049682. Grayscale: #979797. Windows color (decimal): -300675 or 8219131. OLE color: 8219131.
HSL color Cylindrical-coordinate representation of color #FB697D: hue angle of 351.78º 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 #FB697D is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 105 | 125 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.02 |
| HSL | 351.78º | 0.95% | 0.7% | - |
| HSV(B) | 351.78º | 0.58% | 0.98% | - |
| XYZ | 48.54 | 32.09 | 23.04 | - |
| YUV | 150.93 | 113.37 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 105 | 125 | 0 | 0.58 | 0.50 | 0.02 | 351.78 | 0.95 | 0.7 |
| Hex | FB | 69 | 7D | 0 | 3A | 32 | 2 | 160 | 5F | 46 |
| Octal | 373 | 151 | 175 | 0 | 72 | 62 | 2 | 540 | 137 | 106 |
| Binary | 11111011 | 1101001 | 1111101 | 0 | 111010 | 110010 | 10 | 101100000 | 1011111 | 1000110 |
Color Harmonies of #FB697D
Complementary color
Monochromatic Colors of #FB697D
Black with #FB697D
Text Example
Text Example
White with #FB697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB697D; }
p { color: rgb(251,105,125); }
H1.HeaderClassName
{
color: #FB697D;
}
.AnyTagClassName
{
color: #FB697D;
}
</style>
background-color css
<style>
a { background-color: #FB697D; }
a { background-color: rgb(251,105,125); }
div.DivClassName
{
background-color: #FB697D;
}
.BgClassName
{
background-color: #FB697D;
}
</style>
border-color css
<style>
span { border-color: #FB697D; }
span { border-color: rgb(251,105,125); }
td.TdClassName
{
border-color: #FB697D;
}
.TagClassName
{
border-color: #FB697D;
}
</style>