Shades of Your Pink #FFBFBF
Tints of Your Pink #FFBFBF
RGB
CMYK
RGB Variations
Color information
#FFBFBF (or 0xFFBFBF) is known color: Your Pink. HEX triplet: FF, BF and BF. RGB value is (255,191,191). Sum of RGB (Red+Green+Blue) = 255+191+191=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFBF is #004040. Grayscale: #D2D2D2. Windows color (decimal): -16449 or 12566527. OLE color: 12566527.
HSL color Cylindrical-coordinate representation of color #FFBFBF: hue angle of 0º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBFBF is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 191 | - |
| CMYK | 0 | 0.25 | 0.25 | 0 |
| HSL | 0º | 1% | 0.87% | - |
| HSV(B) | 0º | 0.25% | 1% | - |
| XYZ | 69.27 | 62.28 | 57.66 | - |
| YUV | 210.14 | 117.2 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 191 | 0 | 0.25 | 0.25 | 0 | 0 | 1 | 0.87 |
| Hex | FF | BF | BF | 0 | 19 | 19 | 0 | 0 | 64 | 57 |
| Octal | 377 | 277 | 277 | 0 | 31 | 31 | 0 | 0 | 144 | 127 |
| Binary | 11111111 | 10111111 | 10111111 | 0 | 11001 | 11001 | 0 | 0 | 1100100 | 1010111 |
Color Harmonies of #FFBFBF
Complementary color
Monochromatic Colors of #FFBFBF
Black with #FFBFBF
Text Example
Text Example
White with #FFBFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFBF; }
p { color: rgb(255,191,191); }
H1.HeaderClassName
{
color: #FFBFBF;
}
.AnyTagClassName
{
color: #FFBFBF;
}
</style>
background-color css
<style>
a { background-color: #FFBFBF; }
a { background-color: rgb(255,191,191); }
div.DivClassName
{
background-color: #FFBFBF;
}
.BgClassName
{
background-color: #FFBFBF;
}
</style>
border-color css
<style>
span { border-color: #FFBFBF; }
span { border-color: rgb(255,191,191); }
td.TdClassName
{
border-color: #FFBFBF;
}
.TagClassName
{
border-color: #FFBFBF;
}
</style>