Shades of Pink #FFBFCD
Tints of Pink #FFBFCD
RGB
CMYK
RGB Variations
Color information
#FFBFCD (or 0xFFBFCD) is known color: Pink. HEX triplet: FF, BF and CD. RGB value is (255,191,205). Sum of RGB (Red+Green+Blue) = 255+191+205=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFCD is #004032. Grayscale: #D3D3D3. Windows color (decimal): -16435 or 13484031. OLE color: 13484031.
HSL color Cylindrical-coordinate representation of color #FFBFCD: hue angle of 346.88º 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 #FFBFCD is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 205 | - |
| CMYK | 0 | 0.25 | 0.20 | 0 |
| HSL | 346.88º | 1% | 0.87% | - |
| HSV(B) | 346.88º | 0.25% | 1% | - |
| XYZ | 70.89 | 62.93 | 66.17 | - |
| YUV | 211.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 205 | 0 | 0.25 | 0.20 | 0 | 346.88 | 1 | 0.87 |
| Hex | FF | BF | CD | 0 | 19 | 14 | 0 | 15B | 64 | 57 |
| Octal | 377 | 277 | 315 | 0 | 31 | 24 | 0 | 533 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11001101 | 0 | 11001 | 10100 | 0 | 101011011 | 1100100 | 1010111 |
Color Harmonies of #FFBFCD
Complementary color
Monochromatic Colors of #FFBFCD
Black with #FFBFCD
Text Example
Text Example
White with #FFBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFCD; }
p { color: rgb(255,191,205); }
H1.HeaderClassName
{
color: #FFBFCD;
}
.AnyTagClassName
{
color: #FFBFCD;
}
</style>
background-color css
<style>
a { background-color: #FFBFCD; }
a { background-color: rgb(255,191,205); }
div.DivClassName
{
background-color: #FFBFCD;
}
.BgClassName
{
background-color: #FFBFCD;
}
</style>
border-color css
<style>
span { border-color: #FFBFCD; }
span { border-color: rgb(255,191,205); }
td.TdClassName
{
border-color: #FFBFCD;
}
.TagClassName
{
border-color: #FFBFCD;
}
</style>