Shades of Pink #F7BCC9
Tints of Pink #F7BCC9
RGB
CMYK
RGB Variations
Color information
#F7BCC9 (or 0xF7BCC9) is known color: Pink. HEX triplet: F7, BC and C9. RGB value is (247,188,201). Sum of RGB (Red+Green+Blue) = 247+188+201=636 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.84% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BCC9 is #084336. Grayscale: #CFCFCF. Windows color (decimal): -541495 or 13221111. OLE color: 13221111.
HSL color Cylindrical-coordinate representation of color #F7BCC9: hue angle of 346.78º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7BCC9 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 201 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.03 |
| HSL | 346.78º | 0.79% | 0.85% | - |
| HSV(B) | 346.78º | 0.24% | 0.97% | - |
| XYZ | 66.88 | 59.96 | 63.31 | - |
| YUV | 207.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 201 | 0 | 0.24 | 0.19 | 0.03 | 346.78 | 0.79 | 0.85 |
| Hex | F7 | BC | C9 | 0 | 18 | 13 | 3 | 15B | 4F | 55 |
| Octal | 367 | 274 | 311 | 0 | 30 | 23 | 3 | 533 | 117 | 125 |
| Binary | 11110111 | 10111100 | 11001001 | 0 | 11000 | 10011 | 11 | 101011011 | 1001111 | 1010101 |
Color Harmonies of #F7BCC9
Complementary color
Monochromatic Colors of #F7BCC9
Black with #F7BCC9
Text Example
Text Example
White with #F7BCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BCC9; }
p { color: rgb(247,188,201); }
H1.HeaderClassName
{
color: #F7BCC9;
}
.AnyTagClassName
{
color: #F7BCC9;
}
</style>
background-color css
<style>
a { background-color: #F7BCC9; }
a { background-color: rgb(247,188,201); }
div.DivClassName
{
background-color: #F7BCC9;
}
.BgClassName
{
background-color: #F7BCC9;
}
</style>
border-color css
<style>
span { border-color: #F7BCC9; }
span { border-color: rgb(247,188,201); }
td.TdClassName
{
border-color: #F7BCC9;
}
.TagClassName
{
border-color: #F7BCC9;
}
</style>