Shades of Pink #F9BBC7
Tints of Pink #F9BBC7
RGB
CMYK
RGB Variations
Color information
#F9BBC7 (or 0xF9BBC7) is known color: Pink. HEX triplet: F9, BB and C7. RGB value is (249,187,199). Sum of RGB (Red+Green+Blue) = 249+187+199=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBC7 is #064438. Grayscale: #CECECE. Windows color (decimal): -410681 or 13089785. OLE color: 13089785.
HSL color Cylindrical-coordinate representation of color #F9BBC7: hue angle of 348.39º 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 #F9BBC7 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 199 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.02 |
| HSL | 348.39º | 0.84% | 0.85% | - |
| HSV(B) | 348.39º | 0.25% | 0.98% | - |
| XYZ | 67.15 | 59.8 | 62.04 | - |
| YUV | 206.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 199 | 0 | 0.25 | 0.20 | 0.02 | 348.39 | 0.84 | 0.85 |
| Hex | F9 | BB | C7 | 0 | 19 | 14 | 2 | 15C | 54 | 55 |
| Octal | 371 | 273 | 307 | 0 | 31 | 24 | 2 | 534 | 124 | 125 |
| Binary | 11111001 | 10111011 | 11000111 | 0 | 11001 | 10100 | 10 | 101011100 | 1010100 | 1010101 |
Color Harmonies of #F9BBC7
Complementary color
Monochromatic Colors of #F9BBC7
Black with #F9BBC7
Text Example
Text Example
White with #F9BBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BBC7; }
p { color: rgb(249,187,199); }
H1.HeaderClassName
{
color: #F9BBC7;
}
.AnyTagClassName
{
color: #F9BBC7;
}
</style>
background-color css
<style>
a { background-color: #F9BBC7; }
a { background-color: rgb(249,187,199); }
div.DivClassName
{
background-color: #F9BBC7;
}
.BgClassName
{
background-color: #F9BBC7;
}
</style>
border-color css
<style>
span { border-color: #F9BBC7; }
span { border-color: rgb(249,187,199); }
td.TdClassName
{
border-color: #F9BBC7;
}
.TagClassName
{
border-color: #F9BBC7;
}
</style>