Shades of Pink #FFBBCF
Tints of Pink #FFBBCF
RGB
CMYK
RGB Variations
Color information
#FFBBCF (or 0xFFBBCF) is known color: Pink. HEX triplet: FF, BB and CF. RGB value is (255,187,207). Sum of RGB (Red+Green+Blue) = 255+187+207=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBCF is #004430. Grayscale: #D1D1D1. Windows color (decimal): -17457 or 13614079. OLE color: 13614079.
HSL color Cylindrical-coordinate representation of color #FFBBCF: hue angle of 342.35º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBBCF is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 207 | - |
| CMYK | 0 | 0.27 | 0.19 | 0 |
| HSL | 342.35º | 1% | 0.87% | - |
| HSV(B) | 342.35º | 0.27% | 1% | - |
| XYZ | 70.27 | 61.31 | 67.16 | - |
| YUV | 209.61 | 126.53 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 207 | 0 | 0.27 | 0.19 | 0 | 342.35 | 1 | 0.87 |
| Hex | FF | BB | CF | 0 | 1B | 13 | 0 | 156 | 64 | 57 |
| Octal | 377 | 273 | 317 | 0 | 33 | 23 | 0 | 526 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11001111 | 0 | 11011 | 10011 | 0 | 101010110 | 1100100 | 1010111 |
Color Harmonies of #FFBBCF
Complementary color
Monochromatic Colors of #FFBBCF
Black with #FFBBCF
Text Example
Text Example
White with #FFBBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBCF; }
p { color: rgb(255,187,207); }
H1.HeaderClassName
{
color: #FFBBCF;
}
.AnyTagClassName
{
color: #FFBBCF;
}
</style>
background-color css
<style>
a { background-color: #FFBBCF; }
a { background-color: rgb(255,187,207); }
div.DivClassName
{
background-color: #FFBBCF;
}
.BgClassName
{
background-color: #FFBBCF;
}
</style>
border-color css
<style>
span { border-color: #FFBBCF; }
span { border-color: rgb(255,187,207); }
td.TdClassName
{
border-color: #FFBBCF;
}
.TagClassName
{
border-color: #FFBBCF;
}
</style>