Shades of Your Pink #FFBFBD
Tints of Your Pink #FFBFBD
RGB
CMYK
RGB Variations
Color information
#FFBFBD (or 0xFFBFBD) is known color: Your Pink. HEX triplet: FF, BF and BD. RGB value is (255,191,189). Sum of RGB (Red+Green+Blue) = 255+191+189=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFBD is #004042. Grayscale: #D1D1D1. Windows color (decimal): -16451 or 12435455. OLE color: 12435455.
HSL color Cylindrical-coordinate representation of color #FFBFBD: hue angle of 1.82º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBFBD is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 189 | - |
| CMYK | 0 | 0.25 | 0.26 | 0 |
| HSL | 1.82º | 1% | 0.87% | - |
| HSV(B) | 1.82º | 0.26% | 1% | - |
| XYZ | 69.06 | 62.2 | 56.51 | - |
| YUV | 209.91 | 116.2 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 189 | 0 | 0.25 | 0.26 | 0 | 1.82 | 1 | 0.87 |
| Hex | FF | BF | BD | 0 | 19 | 1A | 0 | 2 | 64 | 57 |
| Octal | 377 | 277 | 275 | 0 | 31 | 32 | 0 | 2 | 144 | 127 |
| Binary | 11111111 | 10111111 | 10111101 | 0 | 11001 | 11010 | 0 | 10 | 1100100 | 1010111 |
Color Harmonies of #FFBFBD
Complementary color
Monochromatic Colors of #FFBFBD
Black with #FFBFBD
Text Example
Text Example
White with #FFBFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFBD; }
p { color: rgb(255,191,189); }
H1.HeaderClassName
{
color: #FFBFBD;
}
.AnyTagClassName
{
color: #FFBFBD;
}
</style>
background-color css
<style>
a { background-color: #FFBFBD; }
a { background-color: rgb(255,191,189); }
div.DivClassName
{
background-color: #FFBFBD;
}
.BgClassName
{
background-color: #FFBFBD;
}
</style>
border-color css
<style>
span { border-color: #FFBFBD; }
span { border-color: rgb(255,191,189); }
td.TdClassName
{
border-color: #FFBFBD;
}
.TagClassName
{
border-color: #FFBFBD;
}
</style>