Shades of Brink Pink #FB7683
Tints of Brink Pink #FB7683
RGB
CMYK
RGB Variations
Color information
#FB7683 (or 0xFB7683) is known color: Brink Pink. HEX triplet: FB, 76 and 83. RGB value is (251,118,131). Sum of RGB (Red+Green+Blue) = 251+118+131=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7683 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7683 is #04897C. Grayscale: #9F9F9F. Windows color (decimal): -297341 or 8615675. OLE color: 8615675.
HSL color Cylindrical-coordinate representation of color #FB7683: hue angle of 354.14º 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 #FB7683 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 131 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.02 |
| HSL | 354.14º | 0.94% | 0.72% | - |
| HSV(B) | 354.14º | 0.53% | 0.98% | - |
| XYZ | 50.36 | 35.1 | 25.59 | - |
| YUV | 159.25 | 112.06 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 131 | 0 | 0.53 | 0.48 | 0.02 | 354.14 | 0.94 | 0.72 |
| Hex | FB | 76 | 83 | 0 | 35 | 30 | 2 | 162 | 5E | 48 |
| Octal | 373 | 166 | 203 | 0 | 65 | 60 | 2 | 542 | 136 | 110 |
| Binary | 11111011 | 1110110 | 10000011 | 0 | 110101 | 110000 | 10 | 101100010 | 1011110 | 1001000 |
Color Harmonies of #FB7683
Complementary color
Monochromatic Colors of #FB7683
Black with #FB7683
Text Example
Text Example
White with #FB7683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7683; }
p { color: rgb(251,118,131); }
H1.HeaderClassName
{
color: #FB7683;
}
.AnyTagClassName
{
color: #FB7683;
}
</style>
background-color css
<style>
a { background-color: #FB7683; }
a { background-color: rgb(251,118,131); }
div.DivClassName
{
background-color: #FB7683;
}
.BgClassName
{
background-color: #FB7683;
}
</style>
border-color css
<style>
span { border-color: #FB7683; }
span { border-color: rgb(251,118,131); }
td.TdClassName
{
border-color: #FB7683;
}
.TagClassName
{
border-color: #FB7683;
}
</style>