Shades of Pink #FFBFCC
Tints of Pink #FFBFCC
RGB
CMYK
RGB Variations
Color information
#FFBFCC (or 0xFFBFCC) is known color: Pink. HEX triplet: FF, BF and CC. RGB value is (255,191,204). Sum of RGB (Red+Green+Blue) = 255+191+204=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 191 (75% from 255 or 29.38% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFCC is #004033. Grayscale: #D3D3D3. Windows color (decimal): -16436 or 13418495. OLE color: 13418495.
HSL color Cylindrical-coordinate representation of color #FFBFCC: hue angle of 347.81º 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 #FFBFCC is Cyan = 0, Magento = 0.25, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 204 | - |
| CMYK | 0 | 0.25 | 0.2 | 0 |
| HSL | 347.81º | 1% | 0.87% | - |
| HSV(B) | 347.81º | 0.25% | 1% | - |
| XYZ | 70.77 | 62.88 | 65.53 | - |
| YUV | 211.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 204 | 0 | 0.25 | 0.2 | 0 | 347.81 | 1 | 0.87 |
| Hex | FF | BF | CC | 0 | 19 | 14 | 0 | 15C | 64 | 57 |
| Octal | 377 | 277 | 314 | 0 | 31 | 24 | 0 | 534 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11001100 | 0 | 11001 | 10100 | 0 | 101011100 | 1100100 | 1010111 |
Color Harmonies of #FFBFCC
Complementary color
Monochromatic Colors of #FFBFCC
Black with #FFBFCC
Text Example
Text Example
White with #FFBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFCC; }
p { color: rgb(255,191,204); }
H1.HeaderClassName
{
color: #FFBFCC;
}
.AnyTagClassName
{
color: #FFBFCC;
}
</style>
background-color css
<style>
a { background-color: #FFBFCC; }
a { background-color: rgb(255,191,204); }
div.DivClassName
{
background-color: #FFBFCC;
}
.BgClassName
{
background-color: #FFBFCC;
}
</style>
border-color css
<style>
span { border-color: #FFBFCC; }
span { border-color: rgb(255,191,204); }
td.TdClassName
{
border-color: #FFBFCC;
}
.TagClassName
{
border-color: #FFBFCC;
}
</style>