Shades of Brink Pink #FB5D8C
Tints of Brink Pink #FB5D8C
RGB
CMYK
RGB Variations
Color information
#FB5D8C (or 0xFB5D8C) is known color: Brink Pink. HEX triplet: FB, 5D and 8C. RGB value is (251,93,140). Sum of RGB (Red+Green+Blue) = 251+93+140=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5D8C is #04A273. Grayscale: #919191. Windows color (decimal): -303732 or 9199099. OLE color: 9199099.
HSL color Cylindrical-coordinate representation of color #FB5D8C: hue angle of 342.15º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5D8C is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 140 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.02 |
| HSL | 342.15º | 0.95% | 0.67% | - |
| HSV(B) | 342.15º | 0.63% | 0.98% | - |
| XYZ | 48.43 | 30.23 | 28.09 | - |
| YUV | 145.6 | 124.85 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 140 | 0 | 0.63 | 0.44 | 0.02 | 342.15 | 0.95 | 0.67 |
| Hex | FB | 5D | 8C | 0 | 3F | 2C | 2 | 156 | 5F | 43 |
| Octal | 373 | 135 | 214 | 0 | 77 | 54 | 2 | 526 | 137 | 103 |
| Binary | 11111011 | 1011101 | 10001100 | 0 | 111111 | 101100 | 10 | 101010110 | 1011111 | 1000011 |
Color Harmonies of #FB5D8C
Complementary color
Monochromatic Colors of #FB5D8C
Black with #FB5D8C
Text Example
Text Example
White with #FB5D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D8C; }
p { color: rgb(251,93,140); }
H1.HeaderClassName
{
color: #FB5D8C;
}
.AnyTagClassName
{
color: #FB5D8C;
}
</style>
background-color css
<style>
a { background-color: #FB5D8C; }
a { background-color: rgb(251,93,140); }
div.DivClassName
{
background-color: #FB5D8C;
}
.BgClassName
{
background-color: #FB5D8C;
}
</style>
border-color css
<style>
span { border-color: #FB5D8C; }
span { border-color: rgb(251,93,140); }
td.TdClassName
{
border-color: #FB5D8C;
}
.TagClassName
{
border-color: #FB5D8C;
}
</style>