Shades of Pink #FFBFC9
Tints of Pink #FFBFC9
RGB
CMYK
RGB Variations
Color information
#FFBFC9 (or 0xFFBFC9) is known color: Pink. HEX triplet: FF, BF and C9. RGB value is (255,191,201). Sum of RGB (Red+Green+Blue) = 255+191+201=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 201 (78.91% from 255 or 31.07% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFC9 is #004036. Grayscale: #D3D3D3. Windows color (decimal): -16439 or 13221887. OLE color: 13221887.
HSL color Cylindrical-coordinate representation of color #FFBFC9: hue angle of 350.62º 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 #FFBFC9 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 201 | - |
| CMYK | 0 | 0.25 | 0.21 | 0 |
| HSL | 350.63º | 1% | 0.87% | - |
| HSV(B) | 350.63º | 0.25% | 1% | - |
| XYZ | 70.41 | 62.74 | 63.66 | - |
| YUV | 211.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 201 | 0 | 0.25 | 0.21 | 0 | 350.63 | 1 | 0.87 |
| Hex | FF | BF | C9 | 0 | 19 | 15 | 0 | 15F | 64 | 57 |
| Octal | 377 | 277 | 311 | 0 | 31 | 25 | 0 | 537 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11001001 | 0 | 11001 | 10101 | 0 | 101011111 | 1100100 | 1010111 |
Color Harmonies of #FFBFC9
Complementary color
Monochromatic Colors of #FFBFC9
Black with #FFBFC9
Text Example
Text Example
White with #FFBFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFC9; }
p { color: rgb(255,191,201); }
H1.HeaderClassName
{
color: #FFBFC9;
}
.AnyTagClassName
{
color: #FFBFC9;
}
</style>
background-color css
<style>
a { background-color: #FFBFC9; }
a { background-color: rgb(255,191,201); }
div.DivClassName
{
background-color: #FFBFC9;
}
.BgClassName
{
background-color: #FFBFC9;
}
</style>
border-color css
<style>
span { border-color: #FFBFC9; }
span { border-color: rgb(255,191,201); }
td.TdClassName
{
border-color: #FFBFC9;
}
.TagClassName
{
border-color: #FFBFC9;
}
</style>