Shades of Brink Pink #FB687C
Tints of Brink Pink #FB687C
RGB
CMYK
RGB Variations
Color information
#FB687C (or 0xFB687C) is known color: Brink Pink. HEX triplet: FB, 68 and 7C. RGB value is (251,104,124). Sum of RGB (Red+Green+Blue) = 251+104+124=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB687C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB687C is #049783. Grayscale: #969696. Windows color (decimal): -300932 or 8153339. OLE color: 8153339.
HSL color Cylindrical-coordinate representation of color #FB687C: hue angle of 351.84º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB687C is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 124 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.02 |
| HSL | 351.84º | 0.95% | 0.7% | - |
| HSV(B) | 351.84º | 0.59% | 0.98% | - |
| XYZ | 48.37 | 31.87 | 22.67 | - |
| YUV | 150.23 | 113.2 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 124 | 0 | 0.59 | 0.51 | 0.02 | 351.84 | 0.95 | 0.7 |
| Hex | FB | 68 | 7C | 0 | 3B | 33 | 2 | 160 | 5F | 46 |
| Octal | 373 | 150 | 174 | 0 | 73 | 63 | 2 | 540 | 137 | 106 |
| Binary | 11111011 | 1101000 | 1111100 | 0 | 111011 | 110011 | 10 | 101100000 | 1011111 | 1000110 |
Color Harmonies of #FB687C
Complementary color
Monochromatic Colors of #FB687C
Black with #FB687C
Text Example
Text Example
White with #FB687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB687C; }
p { color: rgb(251,104,124); }
H1.HeaderClassName
{
color: #FB687C;
}
.AnyTagClassName
{
color: #FB687C;
}
</style>
background-color css
<style>
a { background-color: #FB687C; }
a { background-color: rgb(251,104,124); }
div.DivClassName
{
background-color: #FB687C;
}
.BgClassName
{
background-color: #FB687C;
}
</style>
border-color css
<style>
span { border-color: #FB687C; }
span { border-color: rgb(251,104,124); }
td.TdClassName
{
border-color: #FB687C;
}
.TagClassName
{
border-color: #FB687C;
}
</style>