Shades of Your Pink #F9BCBA
Tints of Your Pink #F9BCBA
RGB
CMYK
RGB Variations
Color information
#F9BCBA (or 0xF9BCBA) is known color: Your Pink. HEX triplet: F9, BC and BA. RGB value is (249,188,186). Sum of RGB (Red+Green+Blue) = 249+188+186=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCBA is #064345. Grayscale: #CECECE. Windows color (decimal): -410438 or 12238073. OLE color: 12238073.
HSL color Cylindrical-coordinate representation of color #F9BCBA: hue angle of 1.9º 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 #F9BCBA is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 186 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.02 |
| HSL | 1.9º | 0.84% | 0.85% | - |
| HSV(B) | 1.9º | 0.25% | 0.98% | - |
| XYZ | 65.91 | 59.65 | 54.49 | - |
| YUV | 206.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 186 | 0 | 0.24 | 0.25 | 0.02 | 1.9 | 0.84 | 0.85 |
| Hex | F9 | BC | BA | 0 | 18 | 19 | 2 | 2 | 54 | 55 |
| Octal | 371 | 274 | 272 | 0 | 30 | 31 | 2 | 2 | 124 | 125 |
| Binary | 11111001 | 10111100 | 10111010 | 0 | 11000 | 11001 | 10 | 10 | 1010100 | 1010101 |
Color Harmonies of #F9BCBA
Complementary color
Monochromatic Colors of #F9BCBA
Black with #F9BCBA
Text Example
Text Example
White with #F9BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BCBA; }
p { color: rgb(249,188,186); }
H1.HeaderClassName
{
color: #F9BCBA;
}
.AnyTagClassName
{
color: #F9BCBA;
}
</style>
background-color css
<style>
a { background-color: #F9BCBA; }
a { background-color: rgb(249,188,186); }
div.DivClassName
{
background-color: #F9BCBA;
}
.BgClassName
{
background-color: #F9BCBA;
}
</style>
border-color css
<style>
span { border-color: #F9BCBA; }
span { border-color: rgb(249,188,186); }
td.TdClassName
{
border-color: #F9BCBA;
}
.TagClassName
{
border-color: #F9BCBA;
}
</style>