Shades of Pink #F9BBC8
Tints of Pink #F9BBC8
RGB
CMYK
RGB Variations
Color information
#F9BBC8 (or 0xF9BBC8) is known color: Pink. HEX triplet: F9, BB and C8. RGB value is (249,187,200). Sum of RGB (Red+Green+Blue) = 249+187+200=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 200 (78.52% from 255 or 31.45% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBC8 is #064437. Grayscale: #CFCFCF. Windows color (decimal): -410680 or 13155321. OLE color: 13155321.
HSL color Cylindrical-coordinate representation of color #F9BBC8: hue angle of 347.42º 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 #F9BBC8 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 200 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.02 |
| HSL | 347.42º | 0.84% | 0.85% | - |
| HSV(B) | 347.42º | 0.25% | 0.98% | - |
| XYZ | 67.26 | 59.85 | 62.65 | - |
| YUV | 207.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 200 | 0 | 0.25 | 0.20 | 0.02 | 347.42 | 0.84 | 0.85 |
| Hex | F9 | BB | C8 | 0 | 19 | 14 | 2 | 15B | 54 | 55 |
| Octal | 371 | 273 | 310 | 0 | 31 | 24 | 2 | 533 | 124 | 125 |
| Binary | 11111001 | 10111011 | 11001000 | 0 | 11001 | 10100 | 10 | 101011011 | 1010100 | 1010101 |
Color Harmonies of #F9BBC8
Complementary color
Monochromatic Colors of #F9BBC8
Black with #F9BBC8
Text Example
Text Example
White with #F9BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BBC8; }
p { color: rgb(249,187,200); }
H1.HeaderClassName
{
color: #F9BBC8;
}
.AnyTagClassName
{
color: #F9BBC8;
}
</style>
background-color css
<style>
a { background-color: #F9BBC8; }
a { background-color: rgb(249,187,200); }
div.DivClassName
{
background-color: #F9BBC8;
}
.BgClassName
{
background-color: #F9BBC8;
}
</style>
border-color css
<style>
span { border-color: #F9BBC8; }
span { border-color: rgb(249,187,200); }
td.TdClassName
{
border-color: #F9BBC8;
}
.TagClassName
{
border-color: #F9BBC8;
}
</style>