Shades of Brink Pink #FB7685
Tints of Brink Pink #FB7685
RGB
CMYK
RGB Variations
Color information
#FB7685 (or 0xFB7685) is known color: Brink Pink. HEX triplet: FB, 76 and 85. RGB value is (251,118,133). Sum of RGB (Red+Green+Blue) = 251+118+133=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7685 is #04897A. Grayscale: #9F9F9F. Windows color (decimal): -297339 or 8746747. OLE color: 8746747.
HSL color Cylindrical-coordinate representation of color #FB7685: hue angle of 353.23º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB7685 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 133 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.02 |
| HSL | 353.23º | 0.94% | 0.72% | - |
| HSV(B) | 353.23º | 0.53% | 0.98% | - |
| XYZ | 50.5 | 35.16 | 26.32 | - |
| YUV | 159.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 133 | 0 | 0.53 | 0.47 | 0.02 | 353.23 | 0.94 | 0.72 |
| Hex | FB | 76 | 85 | 0 | 35 | 2F | 2 | 161 | 5E | 48 |
| Octal | 373 | 166 | 205 | 0 | 65 | 57 | 2 | 541 | 136 | 110 |
| Binary | 11111011 | 1110110 | 10000101 | 0 | 110101 | 101111 | 10 | 101100001 | 1011110 | 1001000 |
Color Harmonies of #FB7685
Complementary color
Monochromatic Colors of #FB7685
Black with #FB7685
Text Example
Text Example
White with #FB7685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7685; }
p { color: rgb(251,118,133); }
H1.HeaderClassName
{
color: #FB7685;
}
.AnyTagClassName
{
color: #FB7685;
}
</style>
background-color css
<style>
a { background-color: #FB7685; }
a { background-color: rgb(251,118,133); }
div.DivClassName
{
background-color: #FB7685;
}
.BgClassName
{
background-color: #FB7685;
}
</style>
border-color css
<style>
span { border-color: #FB7685; }
span { border-color: rgb(251,118,133); }
td.TdClassName
{
border-color: #FB7685;
}
.TagClassName
{
border-color: #FB7685;
}
</style>