Shades of Brink Pink #FB677D
Tints of Brink Pink #FB677D
RGB
CMYK
RGB Variations
Color information
#FB677D (or 0xFB677D) is known color: Brink Pink. HEX triplet: FB, 67 and 7D. RGB value is (251,103,125). Sum of RGB (Red+Green+Blue) = 251+103+125=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB677D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB677D is #049882. Grayscale: #959595. Windows color (decimal): -301187 or 8218619. OLE color: 8218619.
HSL color Cylindrical-coordinate representation of color #FB677D: hue angle of 351.08º 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 #FB677D is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 125 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.02 |
| HSL | 351.08º | 0.95% | 0.69% | - |
| HSV(B) | 351.08º | 0.59% | 0.98% | - |
| XYZ | 48.34 | 31.69 | 22.97 | - |
| YUV | 149.76 | 114.03 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 125 | 0 | 0.59 | 0.50 | 0.02 | 351.08 | 0.95 | 0.69 |
| Hex | FB | 67 | 7D | 0 | 3B | 32 | 2 | 15F | 5F | 45 |
| Octal | 373 | 147 | 175 | 0 | 73 | 62 | 2 | 537 | 137 | 105 |
| Binary | 11111011 | 1100111 | 1111101 | 0 | 111011 | 110010 | 10 | 101011111 | 1011111 | 1000101 |
Color Harmonies of #FB677D
Complementary color
Monochromatic Colors of #FB677D
Black with #FB677D
Text Example
Text Example
White with #FB677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB677D; }
p { color: rgb(251,103,125); }
H1.HeaderClassName
{
color: #FB677D;
}
.AnyTagClassName
{
color: #FB677D;
}
</style>
background-color css
<style>
a { background-color: #FB677D; }
a { background-color: rgb(251,103,125); }
div.DivClassName
{
background-color: #FB677D;
}
.BgClassName
{
background-color: #FB677D;
}
</style>
border-color css
<style>
span { border-color: #FB677D; }
span { border-color: rgb(251,103,125); }
td.TdClassName
{
border-color: #FB677D;
}
.TagClassName
{
border-color: #FB677D;
}
</style>