Shades of Pink #FFBDC9
Tints of Pink #FFBDC9
RGB
CMYK
RGB Variations
Color information
#FFBDC9 (or 0xFFBDC9) is known color: Pink. HEX triplet: FF, BD and C9. RGB value is (255,189,201). Sum of RGB (Red+Green+Blue) = 255+189+201=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 201 (78.91% from 255 or 31.16% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDC9 is #004236. Grayscale: #D2D2D2. Windows color (decimal): -16951 or 13221375. OLE color: 13221375.
HSL color Cylindrical-coordinate representation of color #FFBDC9: hue angle of 349.09º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBDC9 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 201 | - |
| CMYK | 0 | 0.26 | 0.21 | 0 |
| HSL | 349.09º | 1% | 0.87% | - |
| HSV(B) | 349.09º | 0.26% | 1% | - |
| XYZ | 69.98 | 61.87 | 63.51 | - |
| YUV | 210.1 | 122.87 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 201 | 0 | 0.26 | 0.21 | 0 | 349.09 | 1 | 0.87 |
| Hex | FF | BD | C9 | 0 | 1A | 15 | 0 | 15D | 64 | 57 |
| Octal | 377 | 275 | 311 | 0 | 32 | 25 | 0 | 535 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11001001 | 0 | 11010 | 10101 | 0 | 101011101 | 1100100 | 1010111 |
Color Harmonies of #FFBDC9
Complementary color
Monochromatic Colors of #FFBDC9
Black with #FFBDC9
Text Example
Text Example
White with #FFBDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDC9; }
p { color: rgb(255,189,201); }
H1.HeaderClassName
{
color: #FFBDC9;
}
.AnyTagClassName
{
color: #FFBDC9;
}
</style>
background-color css
<style>
a { background-color: #FFBDC9; }
a { background-color: rgb(255,189,201); }
div.DivClassName
{
background-color: #FFBDC9;
}
.BgClassName
{
background-color: #FFBDC9;
}
</style>
border-color css
<style>
span { border-color: #FFBDC9; }
span { border-color: rgb(255,189,201); }
td.TdClassName
{
border-color: #FFBDC9;
}
.TagClassName
{
border-color: #FFBDC9;
}
</style>