Shades of Brink Pink #FB708C
Tints of Brink Pink #FB708C
RGB
CMYK
RGB Variations
Color information
#FB708C (or 0xFB708C) is known color: Brink Pink. HEX triplet: FB, 70 and 8C. RGB value is (251,112,140). Sum of RGB (Red+Green+Blue) = 251+112+140=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB708C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB708C is #048F73. Grayscale: #9C9C9C. Windows color (decimal): -298868 or 9203963. OLE color: 9203963.
HSL color Cylindrical-coordinate representation of color #FB708C: hue angle of 347.91º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB708C is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 140 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.02 |
| HSL | 347.91º | 0.95% | 0.71% | - |
| HSV(B) | 347.91º | 0.55% | 0.98% | - |
| XYZ | 50.31 | 33.99 | 28.72 | - |
| YUV | 156.75 | 118.55 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 140 | 0 | 0.55 | 0.44 | 0.02 | 347.91 | 0.95 | 0.71 |
| Hex | FB | 70 | 8C | 0 | 37 | 2C | 2 | 15C | 5F | 47 |
| Octal | 373 | 160 | 214 | 0 | 67 | 54 | 2 | 534 | 137 | 107 |
| Binary | 11111011 | 1110000 | 10001100 | 0 | 110111 | 101100 | 10 | 101011100 | 1011111 | 1000111 |
Color Harmonies of #FB708C
Complementary color
Monochromatic Colors of #FB708C
Black with #FB708C
Text Example
Text Example
White with #FB708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB708C; }
p { color: rgb(251,112,140); }
H1.HeaderClassName
{
color: #FB708C;
}
.AnyTagClassName
{
color: #FB708C;
}
</style>
background-color css
<style>
a { background-color: #FB708C; }
a { background-color: rgb(251,112,140); }
div.DivClassName
{
background-color: #FB708C;
}
.BgClassName
{
background-color: #FB708C;
}
</style>
border-color css
<style>
span { border-color: #FB708C; }
span { border-color: rgb(251,112,140); }
td.TdClassName
{
border-color: #FB708C;
}
.TagClassName
{
border-color: #FB708C;
}
</style>