Shades of Pink #F9BBCC
Tints of Pink #F9BBCC
RGB
CMYK
RGB Variations
Color information
#F9BBCC (or 0xF9BBCC) is known color: Pink. HEX triplet: F9, BB and CC. RGB value is (249,187,204). Sum of RGB (Red+Green+Blue) = 249+187+204=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBCC is #064433. Grayscale: #CFCFCF. Windows color (decimal): -410676 or 13417465. OLE color: 13417465.
HSL color Cylindrical-coordinate representation of color #F9BBCC: hue angle of 343.55º 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 #F9BBCC is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 204 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.02 |
| HSL | 343.55º | 0.84% | 0.85% | - |
| HSV(B) | 343.55º | 0.25% | 0.98% | - |
| XYZ | 67.74 | 60.04 | 65.15 | - |
| YUV | 207.48 | 126.04 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 204 | 0 | 0.25 | 0.18 | 0.02 | 343.55 | 0.84 | 0.85 |
| Hex | F9 | BB | CC | 0 | 19 | 12 | 2 | 158 | 54 | 55 |
| Octal | 371 | 273 | 314 | 0 | 31 | 22 | 2 | 530 | 124 | 125 |
| Binary | 11111001 | 10111011 | 11001100 | 0 | 11001 | 10010 | 10 | 101011000 | 1010100 | 1010101 |
Color Harmonies of #F9BBCC
Complementary color
Monochromatic Colors of #F9BBCC
Black with #F9BBCC
Text Example
Text Example
White with #F9BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BBCC; }
p { color: rgb(249,187,204); }
H1.HeaderClassName
{
color: #F9BBCC;
}
.AnyTagClassName
{
color: #F9BBCC;
}
</style>
background-color css
<style>
a { background-color: #F9BBCC; }
a { background-color: rgb(249,187,204); }
div.DivClassName
{
background-color: #F9BBCC;
}
.BgClassName
{
background-color: #F9BBCC;
}
</style>
border-color css
<style>
span { border-color: #F9BBCC; }
span { border-color: rgb(249,187,204); }
td.TdClassName
{
border-color: #F9BBCC;
}
.TagClassName
{
border-color: #F9BBCC;
}
</style>