Shades of Pink #FFBFCB
Tints of Pink #FFBFCB
RGB
CMYK
RGB Variations
Color information
#FFBFCB (or 0xFFBFCB) is known color: Pink. HEX triplet: FF, BF and CB. RGB value is (255,191,203). Sum of RGB (Red+Green+Blue) = 255+191+203=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 191 (75% from 255 or 29.43% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFCB is #004034. Grayscale: #D3D3D3. Windows color (decimal): -16437 or 13352959. OLE color: 13352959.
HSL color Cylindrical-coordinate representation of color #FFBFCB: hue angle of 348.75º 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 #FFBFCB is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 203 | - |
| CMYK | 0 | 0.25 | 0.20 | 0 |
| HSL | 348.75º | 1% | 0.87% | - |
| HSV(B) | 348.75º | 0.25% | 1% | - |
| XYZ | 70.65 | 62.83 | 64.9 | - |
| YUV | 211.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 203 | 0 | 0.25 | 0.20 | 0 | 348.75 | 1 | 0.87 |
| Hex | FF | BF | CB | 0 | 19 | 14 | 0 | 15D | 64 | 57 |
| Octal | 377 | 277 | 313 | 0 | 31 | 24 | 0 | 535 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11001011 | 0 | 11001 | 10100 | 0 | 101011101 | 1100100 | 1010111 |
Color Harmonies of #FFBFCB
Complementary color
Monochromatic Colors of #FFBFCB
Black with #FFBFCB
Text Example
Text Example
White with #FFBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFCB; }
p { color: rgb(255,191,203); }
H1.HeaderClassName
{
color: #FFBFCB;
}
.AnyTagClassName
{
color: #FFBFCB;
}
</style>
background-color css
<style>
a { background-color: #FFBFCB; }
a { background-color: rgb(255,191,203); }
div.DivClassName
{
background-color: #FFBFCB;
}
.BgClassName
{
background-color: #FFBFCB;
}
</style>
border-color css
<style>
span { border-color: #FFBFCB; }
span { border-color: rgb(255,191,203); }
td.TdClassName
{
border-color: #FFBFCB;
}
.TagClassName
{
border-color: #FFBFCB;
}
</style>