Shades of Pink #F9BBCB
Tints of Pink #F9BBCB
RGB
CMYK
RGB Variations
Color information
#F9BBCB (or 0xF9BBCB) is known color: Pink. HEX triplet: F9, BB and CB. RGB value is (249,187,203). Sum of RGB (Red+Green+Blue) = 249+187+203=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBCB is #064434. Grayscale: #CFCFCF. Windows color (decimal): -410677 or 13351929. OLE color: 13351929.
HSL color Cylindrical-coordinate representation of color #F9BBCB: hue angle of 344.52º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9BBCB is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 203 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.02 |
| HSL | 344.52º | 0.84% | 0.85% | - |
| HSV(B) | 344.52º | 0.25% | 0.98% | - |
| XYZ | 67.62 | 59.99 | 64.52 | - |
| YUV | 207.36 | 125.54 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 203 | 0 | 0.25 | 0.18 | 0.02 | 344.52 | 0.84 | 0.85 |
| Hex | F9 | BB | CB | 0 | 19 | 12 | 2 | 159 | 54 | 55 |
| Octal | 371 | 273 | 313 | 0 | 31 | 22 | 2 | 531 | 124 | 125 |
| Binary | 11111001 | 10111011 | 11001011 | 0 | 11001 | 10010 | 10 | 101011001 | 1010100 | 1010101 |
Color Harmonies of #F9BBCB
Complementary color
Monochromatic Colors of #F9BBCB
Black with #F9BBCB
Text Example
Text Example
White with #F9BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BBCB; }
p { color: rgb(249,187,203); }
H1.HeaderClassName
{
color: #F9BBCB;
}
.AnyTagClassName
{
color: #F9BBCB;
}
</style>
background-color css
<style>
a { background-color: #F9BBCB; }
a { background-color: rgb(249,187,203); }
div.DivClassName
{
background-color: #F9BBCB;
}
.BgClassName
{
background-color: #F9BBCB;
}
</style>
border-color css
<style>
span { border-color: #F9BBCB; }
span { border-color: rgb(249,187,203); }
td.TdClassName
{
border-color: #F9BBCB;
}
.TagClassName
{
border-color: #F9BBCB;
}
</style>