Shades of Your Pink #FFBFB5
Tints of Your Pink #FFBFB5
RGB
CMYK
RGB Variations
Color information
#FFBFB5 (or 0xFFBFB5) is known color: Your Pink. HEX triplet: FF, BF and B5. RGB value is (255,191,181). Sum of RGB (Red+Green+Blue) = 255+191+181=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 181 (71.09% from 255 or 28.87% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFB5 is #00404A. Grayscale: #D1D1D1. Windows color (decimal): -16459 or 11911167. OLE color: 11911167.
HSL color Cylindrical-coordinate representation of color #FFBFB5: hue angle of 8.11º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFBFB5 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 181 | - |
| CMYK | 0 | 0.25 | 0.29 | 0 |
| HSL | 8.11º | 1% | 0.85% | - |
| HSV(B) | 8.11º | 0.29% | 1% | - |
| XYZ | 68.21 | 61.86 | 52.06 | - |
| YUV | 209 | 112.2 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 181 | 0 | 0.25 | 0.29 | 0 | 8.11 | 1 | 0.85 |
| Hex | FF | BF | B5 | 0 | 19 | 1D | 0 | 8 | 64 | 55 |
| Octal | 377 | 277 | 265 | 0 | 31 | 35 | 0 | 10 | 144 | 125 |
| Binary | 11111111 | 10111111 | 10110101 | 0 | 11001 | 11101 | 0 | 1000 | 1100100 | 1010101 |
Color Harmonies of #FFBFB5
Complementary color
Monochromatic Colors of #FFBFB5
Black with #FFBFB5
Text Example
Text Example
White with #FFBFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFB5; }
p { color: rgb(255,191,181); }
H1.HeaderClassName
{
color: #FFBFB5;
}
.AnyTagClassName
{
color: #FFBFB5;
}
</style>
background-color css
<style>
a { background-color: #FFBFB5; }
a { background-color: rgb(255,191,181); }
div.DivClassName
{
background-color: #FFBFB5;
}
.BgClassName
{
background-color: #FFBFB5;
}
</style>
border-color css
<style>
span { border-color: #FFBFB5; }
span { border-color: rgb(255,191,181); }
td.TdClassName
{
border-color: #FFBFB5;
}
.TagClassName
{
border-color: #FFBFB5;
}
</style>