Shades of Your Pink #FFBDB9
Tints of Your Pink #FFBDB9
RGB
CMYK
RGB Variations
Color information
#FFBDB9 (or 0xFFBDB9) is known color: Your Pink. HEX triplet: FF, BD and B9. RGB value is (255,189,185). Sum of RGB (Red+Green+Blue) = 255+189+185=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 185 (72.66% from 255 or 29.41% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDB9 is #004246. Grayscale: #D0D0D0. Windows color (decimal): -16967 or 12172799. OLE color: 12172799.
HSL color Cylindrical-coordinate representation of color #FFBDB9: hue angle of 3.43º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBDB9 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 185 | - |
| CMYK | 0 | 0.26 | 0.27 | 0 |
| HSL | 3.43º | 1% | 0.86% | - |
| HSV(B) | 3.43º | 0.27% | 1% | - |
| XYZ | 68.19 | 61.16 | 54.11 | - |
| YUV | 208.28 | 114.87 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 185 | 0 | 0.26 | 0.27 | 0 | 3.43 | 1 | 0.86 |
| Hex | FF | BD | B9 | 0 | 1A | 1B | 0 | 3 | 64 | 56 |
| Octal | 377 | 275 | 271 | 0 | 32 | 33 | 0 | 3 | 144 | 126 |
| Binary | 11111111 | 10111101 | 10111001 | 0 | 11010 | 11011 | 0 | 11 | 1100100 | 1010110 |
Color Harmonies of #FFBDB9
Complementary color
Monochromatic Colors of #FFBDB9
Black with #FFBDB9
Text Example
Text Example
White with #FFBDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDB9; }
p { color: rgb(255,189,185); }
H1.HeaderClassName
{
color: #FFBDB9;
}
.AnyTagClassName
{
color: #FFBDB9;
}
</style>
background-color css
<style>
a { background-color: #FFBDB9; }
a { background-color: rgb(255,189,185); }
div.DivClassName
{
background-color: #FFBDB9;
}
.BgClassName
{
background-color: #FFBDB9;
}
</style>
border-color css
<style>
span { border-color: #FFBDB9; }
span { border-color: rgb(255,189,185); }
td.TdClassName
{
border-color: #FFBDB9;
}
.TagClassName
{
border-color: #FFBDB9;
}
</style>