Shades of Brink Pink #FB657B
Tints of Brink Pink #FB657B
RGB
CMYK
RGB Variations
Color information
#FB657B (or 0xFB657B) is known color: Brink Pink. HEX triplet: FB, 65 and 7B. RGB value is (251,101,123). Sum of RGB (Red+Green+Blue) = 251+101+123=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB657B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB657B is #049A84. Grayscale: #949494. Windows color (decimal): -301701 or 8087035. OLE color: 8087035.
HSL color Cylindrical-coordinate representation of color #FB657B: hue angle of 351.2º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB657B is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 123 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.02 |
| HSL | 351.2º | 0.95% | 0.69% | - |
| HSV(B) | 351.2º | 0.6% | 0.98% | - |
| XYZ | 48.01 | 31.25 | 22.24 | - |
| YUV | 148.36 | 113.7 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 123 | 0 | 0.60 | 0.51 | 0.02 | 351.2 | 0.95 | 0.69 |
| Hex | FB | 65 | 7B | 0 | 3C | 33 | 2 | 15F | 5F | 45 |
| Octal | 373 | 145 | 173 | 0 | 74 | 63 | 2 | 537 | 137 | 105 |
| Binary | 11111011 | 1100101 | 1111011 | 0 | 111100 | 110011 | 10 | 101011111 | 1011111 | 1000101 |
Color Harmonies of #FB657B
Complementary color
Monochromatic Colors of #FB657B
Black with #FB657B
Text Example
Text Example
White with #FB657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB657B; }
p { color: rgb(251,101,123); }
H1.HeaderClassName
{
color: #FB657B;
}
.AnyTagClassName
{
color: #FB657B;
}
</style>
background-color css
<style>
a { background-color: #FB657B; }
a { background-color: rgb(251,101,123); }
div.DivClassName
{
background-color: #FB657B;
}
.BgClassName
{
background-color: #FB657B;
}
</style>
border-color css
<style>
span { border-color: #FB657B; }
span { border-color: rgb(251,101,123); }
td.TdClassName
{
border-color: #FB657B;
}
.TagClassName
{
border-color: #FB657B;
}
</style>