Shades of Your Pink #FFBDB6
Tints of Your Pink #FFBDB6
RGB
CMYK
RGB Variations
Color information
#FFBDB6 (or 0xFFBDB6) is known color: Your Pink. HEX triplet: FF, BD and B6. RGB value is (255,189,182). Sum of RGB (Red+Green+Blue) = 255+189+182=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 182 (71.48% from 255 or 29.07% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDB6 is #004249. Grayscale: #D0D0D0. Windows color (decimal): -16970 or 11976191. OLE color: 11976191.
HSL color Cylindrical-coordinate representation of color #FFBDB6: hue angle of 5.75º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFBDB6 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 182 | - |
| CMYK | 0 | 0.26 | 0.29 | 0 |
| HSL | 5.75º | 1% | 0.86% | - |
| HSV(B) | 5.75º | 0.29% | 1% | - |
| XYZ | 67.88 | 61.03 | 52.46 | - |
| YUV | 207.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 182 | 0 | 0.26 | 0.29 | 0 | 5.75 | 1 | 0.86 |
| Hex | FF | BD | B6 | 0 | 1A | 1D | 0 | 6 | 64 | 56 |
| Octal | 377 | 275 | 266 | 0 | 32 | 35 | 0 | 6 | 144 | 126 |
| Binary | 11111111 | 10111101 | 10110110 | 0 | 11010 | 11101 | 0 | 110 | 1100100 | 1010110 |
Color Harmonies of #FFBDB6
Complementary color
Monochromatic Colors of #FFBDB6
Black with #FFBDB6
Text Example
Text Example
White with #FFBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDB6; }
p { color: rgb(255,189,182); }
H1.HeaderClassName
{
color: #FFBDB6;
}
.AnyTagClassName
{
color: #FFBDB6;
}
</style>
background-color css
<style>
a { background-color: #FFBDB6; }
a { background-color: rgb(255,189,182); }
div.DivClassName
{
background-color: #FFBDB6;
}
.BgClassName
{
background-color: #FFBDB6;
}
</style>
border-color css
<style>
span { border-color: #FFBDB6; }
span { border-color: rgb(255,189,182); }
td.TdClassName
{
border-color: #FFBDB6;
}
.TagClassName
{
border-color: #FFBDB6;
}
</style>