Shades of Pink #FFBFC7
Tints of Pink #FFBFC7
RGB
CMYK
RGB Variations
Color information
#FFBFC7 (or 0xFFBFC7) is known color: Pink. HEX triplet: FF, BF and C7. RGB value is (255,191,199). Sum of RGB (Red+Green+Blue) = 255+191+199=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 199 (78.12% from 255 or 30.85% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFC7 is #004038. Grayscale: #D3D3D3. Windows color (decimal): -16441 or 13090815. OLE color: 13090815.
HSL color Cylindrical-coordinate representation of color #FFBFC7: hue angle of 352.5º 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 #FFBFC7 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 199 | - |
| CMYK | 0 | 0.25 | 0.22 | 0 |
| HSL | 352.5º | 1% | 0.87% | - |
| HSV(B) | 352.5º | 0.25% | 1% | - |
| XYZ | 70.18 | 62.65 | 62.43 | - |
| YUV | 211.05 | 121.2 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 199 | 0 | 0.25 | 0.22 | 0 | 352.5 | 1 | 0.87 |
| Hex | FF | BF | C7 | 0 | 19 | 16 | 0 | 160 | 64 | 57 |
| Octal | 377 | 277 | 307 | 0 | 31 | 26 | 0 | 540 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11000111 | 0 | 11001 | 10110 | 0 | 101100000 | 1100100 | 1010111 |
Color Harmonies of #FFBFC7
Complementary color
Monochromatic Colors of #FFBFC7
Black with #FFBFC7
Text Example
Text Example
White with #FFBFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFC7; }
p { color: rgb(255,191,199); }
H1.HeaderClassName
{
color: #FFBFC7;
}
.AnyTagClassName
{
color: #FFBFC7;
}
</style>
background-color css
<style>
a { background-color: #FFBFC7; }
a { background-color: rgb(255,191,199); }
div.DivClassName
{
background-color: #FFBFC7;
}
.BgClassName
{
background-color: #FFBFC7;
}
</style>
border-color css
<style>
span { border-color: #FFBFC7; }
span { border-color: rgb(255,191,199); }
td.TdClassName
{
border-color: #FFBFC7;
}
.TagClassName
{
border-color: #FFBFC7;
}
</style>