Shades of Your Pink #FFBDBB
Tints of Your Pink #FFBDBB
RGB
CMYK
RGB Variations
Color information
#FFBDBB (or 0xFFBDBB) is known color: Your Pink. HEX triplet: FF, BD and BB. RGB value is (255,189,187). Sum of RGB (Red+Green+Blue) = 255+189+187=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDBB is #004244. Grayscale: #D0D0D0. Windows color (decimal): -16965 or 12303871. OLE color: 12303871.
HSL color Cylindrical-coordinate representation of color #FFBDBB: hue angle of 1.76º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBDBB is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 187 | - |
| CMYK | 0 | 0.26 | 0.27 | 0 |
| HSL | 1.76º | 1% | 0.87% | - |
| HSV(B) | 1.76º | 0.27% | 1% | - |
| XYZ | 68.41 | 61.24 | 55.23 | - |
| YUV | 208.51 | 115.87 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 187 | 0 | 0.26 | 0.27 | 0 | 1.76 | 1 | 0.87 |
| Hex | FF | BD | BB | 0 | 1A | 1B | 0 | 2 | 64 | 57 |
| Octal | 377 | 275 | 273 | 0 | 32 | 33 | 0 | 2 | 144 | 127 |
| Binary | 11111111 | 10111101 | 10111011 | 0 | 11010 | 11011 | 0 | 10 | 1100100 | 1010111 |
Color Harmonies of #FFBDBB
Complementary color
Monochromatic Colors of #FFBDBB
Black with #FFBDBB
Text Example
Text Example
White with #FFBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDBB; }
p { color: rgb(255,189,187); }
H1.HeaderClassName
{
color: #FFBDBB;
}
.AnyTagClassName
{
color: #FFBDBB;
}
</style>
background-color css
<style>
a { background-color: #FFBDBB; }
a { background-color: rgb(255,189,187); }
div.DivClassName
{
background-color: #FFBDBB;
}
.BgClassName
{
background-color: #FFBDBB;
}
</style>
border-color css
<style>
span { border-color: #FFBDBB; }
span { border-color: rgb(255,189,187); }
td.TdClassName
{
border-color: #FFBDBB;
}
.TagClassName
{
border-color: #FFBDBB;
}
</style>