Shades of Your Pink #FFBDB7
Tints of Your Pink #FFBDB7
RGB
CMYK
RGB Variations
Color information
#FFBDB7 (or 0xFFBDB7) is known color: Your Pink. HEX triplet: FF, BD and B7. RGB value is (255,189,183). Sum of RGB (Red+Green+Blue) = 255+189+183=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 183 (71.88% from 255 or 29.19% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDB7 is #004248. Grayscale: #D0D0D0. Windows color (decimal): -16969 or 12041727. OLE color: 12041727.
HSL color Cylindrical-coordinate representation of color #FFBDB7: hue angle of 5º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFBDB7 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 183 | - |
| CMYK | 0 | 0.26 | 0.28 | 0 |
| HSL | 5º | 1% | 0.86% | - |
| HSV(B) | 5º | 0.28% | 1% | - |
| XYZ | 67.98 | 61.07 | 53.01 | - |
| YUV | 208.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 183 | 0 | 0.26 | 0.28 | 0 | 5 | 1 | 0.86 |
| Hex | FF | BD | B7 | 0 | 1A | 1C | 0 | 5 | 64 | 56 |
| Octal | 377 | 275 | 267 | 0 | 32 | 34 | 0 | 5 | 144 | 126 |
| Binary | 11111111 | 10111101 | 10110111 | 0 | 11010 | 11100 | 0 | 101 | 1100100 | 1010110 |
Color Harmonies of #FFBDB7
Complementary color
Monochromatic Colors of #FFBDB7
Black with #FFBDB7
Text Example
Text Example
White with #FFBDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDB7; }
p { color: rgb(255,189,183); }
H1.HeaderClassName
{
color: #FFBDB7;
}
.AnyTagClassName
{
color: #FFBDB7;
}
</style>
background-color css
<style>
a { background-color: #FFBDB7; }
a { background-color: rgb(255,189,183); }
div.DivClassName
{
background-color: #FFBDB7;
}
.BgClassName
{
background-color: #FFBDB7;
}
</style>
border-color css
<style>
span { border-color: #FFBDB7; }
span { border-color: rgb(255,189,183); }
td.TdClassName
{
border-color: #FFBDB7;
}
.TagClassName
{
border-color: #FFBDB7;
}
</style>