Shades of Pink #FFBFCE
Tints of Pink #FFBFCE
RGB
CMYK
RGB Variations
Color information
#FFBFCE (or 0xFFBFCE) is known color: Pink. HEX triplet: FF, BF and CE. RGB value is (255,191,206). Sum of RGB (Red+Green+Blue) = 255+191+206=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFCE is #004031. Grayscale: #D3D3D3. Windows color (decimal): -16434 or 13549567. OLE color: 13549567.
HSL color Cylindrical-coordinate representation of color #FFBFCE: hue angle of 345.94º 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 #FFBFCE is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 206 | - |
| CMYK | 0 | 0.25 | 0.19 | 0 |
| HSL | 345.94º | 1% | 0.87% | - |
| HSV(B) | 345.94º | 0.25% | 1% | - |
| XYZ | 71.01 | 62.98 | 66.81 | - |
| YUV | 211.85 | 124.7 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 206 | 0 | 0.25 | 0.19 | 0 | 345.94 | 1 | 0.87 |
| Hex | FF | BF | CE | 0 | 19 | 13 | 0 | 15A | 64 | 57 |
| Octal | 377 | 277 | 316 | 0 | 31 | 23 | 0 | 532 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11001110 | 0 | 11001 | 10011 | 0 | 101011010 | 1100100 | 1010111 |
Color Harmonies of #FFBFCE
Complementary color
Monochromatic Colors of #FFBFCE
Black with #FFBFCE
Text Example
Text Example
White with #FFBFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFCE; }
p { color: rgb(255,191,206); }
H1.HeaderClassName
{
color: #FFBFCE;
}
.AnyTagClassName
{
color: #FFBFCE;
}
</style>
background-color css
<style>
a { background-color: #FFBFCE; }
a { background-color: rgb(255,191,206); }
div.DivClassName
{
background-color: #FFBFCE;
}
.BgClassName
{
background-color: #FFBFCE;
}
</style>
border-color css
<style>
span { border-color: #FFBFCE; }
span { border-color: rgb(255,191,206); }
td.TdClassName
{
border-color: #FFBFCE;
}
.TagClassName
{
border-color: #FFBFCE;
}
</style>