Shades of Pink #F7BBC9
Tints of Pink #F7BBC9
RGB
CMYK
RGB Variations
Color information
#F7BBC9 (or 0xF7BBC9) is known color: Pink. HEX triplet: F7, BB and C9. RGB value is (247,187,201). Sum of RGB (Red+Green+Blue) = 247+187+201=635 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.90% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 201 (78.91% from 255 or 31.65% from 635); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BBC9 is #084436. Grayscale: #CECECE. Windows color (decimal): -541751 or 13220855. OLE color: 13220855.
HSL color Cylindrical-coordinate representation of color #F7BBC9: hue angle of 346º 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 #F7BBC9 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 187 | 201 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.03 |
| HSL | 346º | 0.79% | 0.85% | - |
| HSV(B) | 346º | 0.24% | 0.97% | - |
| XYZ | 66.67 | 59.53 | 63.24 | - |
| YUV | 206.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 187 | 201 | 0 | 0.24 | 0.19 | 0.03 | 346 | 0.79 | 0.85 |
| Hex | F7 | BB | C9 | 0 | 18 | 13 | 3 | 15A | 4F | 55 |
| Octal | 367 | 273 | 311 | 0 | 30 | 23 | 3 | 532 | 117 | 125 |
| Binary | 11110111 | 10111011 | 11001001 | 0 | 11000 | 10011 | 11 | 101011010 | 1001111 | 1010101 |
Color Harmonies of #F7BBC9
Complementary color
Monochromatic Colors of #F7BBC9
Black with #F7BBC9
Text Example
Text Example
White with #F7BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BBC9; }
p { color: rgb(247,187,201); }
H1.HeaderClassName
{
color: #F7BBC9;
}
.AnyTagClassName
{
color: #F7BBC9;
}
</style>
background-color css
<style>
a { background-color: #F7BBC9; }
a { background-color: rgb(247,187,201); }
div.DivClassName
{
background-color: #F7BBC9;
}
.BgClassName
{
background-color: #F7BBC9;
}
</style>
border-color css
<style>
span { border-color: #F7BBC9; }
span { border-color: rgb(247,187,201); }
td.TdClassName
{
border-color: #F7BBC9;
}
.TagClassName
{
border-color: #F7BBC9;
}
</style>