Shades of Brink Pink #FB677C
Tints of Brink Pink #FB677C
RGB
CMYK
RGB Variations
Color information
#FB677C (or 0xFB677C) is known color: Brink Pink. HEX triplet: FB, 67 and 7C. RGB value is (251,103,124). Sum of RGB (Red+Green+Blue) = 251+103+124=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB677C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB677C is #049883. Grayscale: #959595. Windows color (decimal): -301188 or 8153083. OLE color: 8153083.
HSL color Cylindrical-coordinate representation of color #FB677C: hue angle of 351.49º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB677C is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 124 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.02 |
| HSL | 351.49º | 0.95% | 0.69% | - |
| HSV(B) | 351.49º | 0.59% | 0.98% | - |
| XYZ | 48.27 | 31.66 | 22.64 | - |
| YUV | 149.65 | 113.53 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 124 | 0 | 0.59 | 0.51 | 0.02 | 351.49 | 0.95 | 0.69 |
| Hex | FB | 67 | 7C | 0 | 3B | 33 | 2 | 15F | 5F | 45 |
| Octal | 373 | 147 | 174 | 0 | 73 | 63 | 2 | 537 | 137 | 105 |
| Binary | 11111011 | 1100111 | 1111100 | 0 | 111011 | 110011 | 10 | 101011111 | 1011111 | 1000101 |
Color Harmonies of #FB677C
Complementary color
Monochromatic Colors of #FB677C
Black with #FB677C
Text Example
Text Example
White with #FB677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB677C; }
p { color: rgb(251,103,124); }
H1.HeaderClassName
{
color: #FB677C;
}
.AnyTagClassName
{
color: #FB677C;
}
</style>
background-color css
<style>
a { background-color: #FB677C; }
a { background-color: rgb(251,103,124); }
div.DivClassName
{
background-color: #FB677C;
}
.BgClassName
{
background-color: #FB677C;
}
</style>
border-color css
<style>
span { border-color: #FB677C; }
span { border-color: rgb(251,103,124); }
td.TdClassName
{
border-color: #FB677C;
}
.TagClassName
{
border-color: #FB677C;
}
</style>