Shades of Your Pink #FFBFBC
Tints of Your Pink #FFBFBC
RGB
CMYK
RGB Variations
Color information
#FFBFBC (or 0xFFBFBC) is known color: Your Pink. HEX triplet: FF, BF and BC. RGB value is (255,191,188). Sum of RGB (Red+Green+Blue) = 255+191+188=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFBC is #004043. Grayscale: #D1D1D1. Windows color (decimal): -16452 or 12369919. OLE color: 12369919.
HSL color Cylindrical-coordinate representation of color #FFBFBC: hue angle of 2.69º 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 #FFBFBC is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 188 | - |
| CMYK | 0 | 0.25 | 0.26 | 0 |
| HSL | 2.69º | 1% | 0.87% | - |
| HSV(B) | 2.69º | 0.26% | 1% | - |
| XYZ | 68.95 | 62.15 | 55.94 | - |
| YUV | 209.79 | 115.7 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 188 | 0 | 0.25 | 0.26 | 0 | 2.69 | 1 | 0.87 |
| Hex | FF | BF | BC | 0 | 19 | 1A | 0 | 3 | 64 | 57 |
| Octal | 377 | 277 | 274 | 0 | 31 | 32 | 0 | 3 | 144 | 127 |
| Binary | 11111111 | 10111111 | 10111100 | 0 | 11001 | 11010 | 0 | 11 | 1100100 | 1010111 |
Color Harmonies of #FFBFBC
Complementary color
Monochromatic Colors of #FFBFBC
Black with #FFBFBC
Text Example
Text Example
White with #FFBFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFBC; }
p { color: rgb(255,191,188); }
H1.HeaderClassName
{
color: #FFBFBC;
}
.AnyTagClassName
{
color: #FFBFBC;
}
</style>
background-color css
<style>
a { background-color: #FFBFBC; }
a { background-color: rgb(255,191,188); }
div.DivClassName
{
background-color: #FFBFBC;
}
.BgClassName
{
background-color: #FFBFBC;
}
</style>
border-color css
<style>
span { border-color: #FFBFBC; }
span { border-color: rgb(255,191,188); }
td.TdClassName
{
border-color: #FFBFBC;
}
.TagClassName
{
border-color: #FFBFBC;
}
</style>