Shades of Your Pink #F9BCBC
Tints of Your Pink #F9BCBC
RGB
CMYK
RGB Variations
Color information
#F9BCBC (or 0xF9BCBC) is known color: Your Pink. HEX triplet: F9, BC and BC. RGB value is (249,188,188). Sum of RGB (Red+Green+Blue) = 249+188+188=625 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.84% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCBC is #064343. Grayscale: #CECECE. Windows color (decimal): -410436 or 12369145. OLE color: 12369145.
HSL color Cylindrical-coordinate representation of color #F9BCBC: hue angle of 0º 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 #F9BCBC is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 188 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.02 |
| HSL | 0º | 0.84% | 0.86% | - |
| HSV(B) | 0º | 0.24% | 0.98% | - |
| XYZ | 66.13 | 59.74 | 55.62 | - |
| YUV | 206.24 | 117.71 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 188 | 0 | 0.24 | 0.24 | 0.02 | 0 | 0.84 | 0.86 |
| Hex | F9 | BC | BC | 0 | 18 | 18 | 2 | 0 | 54 | 56 |
| Octal | 371 | 274 | 274 | 0 | 30 | 30 | 2 | 0 | 124 | 126 |
| Binary | 11111001 | 10111100 | 10111100 | 0 | 11000 | 11000 | 10 | 0 | 1010100 | 1010110 |
Color Harmonies of #F9BCBC
Complementary color
Monochromatic Colors of #F9BCBC
Black with #F9BCBC
Text Example
Text Example
White with #F9BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BCBC; }
p { color: rgb(249,188,188); }
H1.HeaderClassName
{
color: #F9BCBC;
}
.AnyTagClassName
{
color: #F9BCBC;
}
</style>
background-color css
<style>
a { background-color: #F9BCBC; }
a { background-color: rgb(249,188,188); }
div.DivClassName
{
background-color: #F9BCBC;
}
.BgClassName
{
background-color: #F9BCBC;
}
</style>
border-color css
<style>
span { border-color: #F9BCBC; }
span { border-color: rgb(249,188,188); }
td.TdClassName
{
border-color: #F9BCBC;
}
.TagClassName
{
border-color: #F9BCBC;
}
</style>