Shades of Pink #FFBDC6
Tints of Pink #FFBDC6
RGB
CMYK
RGB Variations
Color information
#FFBDC6 (or 0xFFBDC6) is known color: Pink. HEX triplet: FF, BD and C6. RGB value is (255,189,198). Sum of RGB (Red+Green+Blue) = 255+189+198=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 198 (77.73% from 255 or 30.84% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDC6 is #004239. Grayscale: #D1D1D1. Windows color (decimal): -16954 or 13024767. OLE color: 13024767.
HSL color Cylindrical-coordinate representation of color #FFBDC6: hue angle of 351.82º 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 #FFBDC6 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 198 | - |
| CMYK | 0 | 0.26 | 0.22 | 0 |
| HSL | 351.82º | 1% | 0.87% | - |
| HSV(B) | 351.82º | 0.26% | 1% | - |
| XYZ | 69.63 | 61.73 | 61.67 | - |
| YUV | 209.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 198 | 0 | 0.26 | 0.22 | 0 | 351.82 | 1 | 0.87 |
| Hex | FF | BD | C6 | 0 | 1A | 16 | 0 | 160 | 64 | 57 |
| Octal | 377 | 275 | 306 | 0 | 32 | 26 | 0 | 540 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11000110 | 0 | 11010 | 10110 | 0 | 101100000 | 1100100 | 1010111 |
Color Harmonies of #FFBDC6
Complementary color
Monochromatic Colors of #FFBDC6
Black with #FFBDC6
Text Example
Text Example
White with #FFBDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDC6; }
p { color: rgb(255,189,198); }
H1.HeaderClassName
{
color: #FFBDC6;
}
.AnyTagClassName
{
color: #FFBDC6;
}
</style>
background-color css
<style>
a { background-color: #FFBDC6; }
a { background-color: rgb(255,189,198); }
div.DivClassName
{
background-color: #FFBDC6;
}
.BgClassName
{
background-color: #FFBDC6;
}
</style>
border-color css
<style>
span { border-color: #FFBDC6; }
span { border-color: rgb(255,189,198); }
td.TdClassName
{
border-color: #FFBDC6;
}
.TagClassName
{
border-color: #FFBDC6;
}
</style>