Shades of Brink Pink #FD5B8C
Tints of Brink Pink #FD5B8C
RGB
CMYK
RGB Variations
Color information
#FD5B8C (or 0xFD5B8C) is known color: Brink Pink. HEX triplet: FD, 5B and 8C. RGB value is (253,91,140). Sum of RGB (Red+Green+Blue) = 253+91+140=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5B8C is #02A473. Grayscale: #909090. Windows color (decimal): -173172 or 9198589. OLE color: 9198589.
HSL color Cylindrical-coordinate representation of color #FD5B8C: hue angle of 341.85º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5B8C is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 91 | 140 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.01 |
| HSL | 341.85º | 0.98% | 0.67% | - |
| HSV(B) | 341.85º | 0.64% | 0.99% | - |
| XYZ | 48.98 | 30.26 | 28.07 | - |
| YUV | 145.02 | 125.17 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 91 | 140 | 0 | 0.64 | 0.45 | 0.01 | 341.85 | 0.98 | 0.67 |
| Hex | FD | 5B | 8C | 0 | 40 | 2D | 1 | 156 | 62 | 43 |
| Octal | 375 | 133 | 214 | 0 | 100 | 55 | 1 | 526 | 142 | 103 |
| Binary | 11111101 | 1011011 | 10001100 | 0 | 1000000 | 101101 | 1 | 101010110 | 1100010 | 1000011 |
Color Harmonies of #FD5B8C
Complementary color
Monochromatic Colors of #FD5B8C
Black with #FD5B8C
Text Example
Text Example
White with #FD5B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5B8C; }
p { color: rgb(253,91,140); }
H1.HeaderClassName
{
color: #FD5B8C;
}
.AnyTagClassName
{
color: #FD5B8C;
}
</style>
background-color css
<style>
a { background-color: #FD5B8C; }
a { background-color: rgb(253,91,140); }
div.DivClassName
{
background-color: #FD5B8C;
}
.BgClassName
{
background-color: #FD5B8C;
}
</style>
border-color css
<style>
span { border-color: #FD5B8C; }
span { border-color: rgb(253,91,140); }
td.TdClassName
{
border-color: #FD5B8C;
}
.TagClassName
{
border-color: #FD5B8C;
}
</style>