Shades of Pink #F9BCC7
Tints of Pink #F9BCC7
RGB
CMYK
RGB Variations
Color information
#F9BCC7 (or 0xF9BCC7) is known color: Pink. HEX triplet: F9, BC and C7. RGB value is (249,188,199). Sum of RGB (Red+Green+Blue) = 249+188+199=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCC7 is #064338. Grayscale: #CFCFCF. Windows color (decimal): -410425 or 13090041. OLE color: 13090041.
HSL color Cylindrical-coordinate representation of color #F9BCC7: hue angle of 349.18º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BCC7 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 199 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.02 |
| HSL | 349.18º | 0.84% | 0.86% | - |
| HSV(B) | 349.18º | 0.24% | 0.98% | - |
| XYZ | 67.36 | 60.23 | 62.11 | - |
| YUV | 207.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 199 | 0 | 0.24 | 0.20 | 0.02 | 349.18 | 0.84 | 0.86 |
| Hex | F9 | BC | C7 | 0 | 18 | 14 | 2 | 15D | 54 | 56 |
| Octal | 371 | 274 | 307 | 0 | 30 | 24 | 2 | 535 | 124 | 126 |
| Binary | 11111001 | 10111100 | 11000111 | 0 | 11000 | 10100 | 10 | 101011101 | 1010100 | 1010110 |
Color Harmonies of #F9BCC7
Complementary color
Monochromatic Colors of #F9BCC7
Black with #F9BCC7
Text Example
Text Example
White with #F9BCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BCC7; }
p { color: rgb(249,188,199); }
H1.HeaderClassName
{
color: #F9BCC7;
}
.AnyTagClassName
{
color: #F9BCC7;
}
</style>
background-color css
<style>
a { background-color: #F9BCC7; }
a { background-color: rgb(249,188,199); }
div.DivClassName
{
background-color: #F9BCC7;
}
.BgClassName
{
background-color: #F9BCC7;
}
</style>
border-color css
<style>
span { border-color: #F9BCC7; }
span { border-color: rgb(249,188,199); }
td.TdClassName
{
border-color: #F9BCC7;
}
.TagClassName
{
border-color: #F9BCC7;
}
</style>