Shades of Your Pink #F9C0BB
Tints of Your Pink #F9C0BB
RGB
CMYK
RGB Variations
Color information
#F9C0BB (or 0xF9C0BB) is known color: Your Pink. HEX triplet: F9, C0 and BB. RGB value is (249,192,187). Sum of RGB (Red+Green+Blue) = 249+192+187=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C0BB is #063F44. Grayscale: #D0D0D0. Windows color (decimal): -409413 or 12304633. OLE color: 12304633.
HSL color Cylindrical-coordinate representation of color #F9C0BB: hue angle of 4.84º 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 #F9C0BB is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 187 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.02 |
| HSL | 4.84º | 0.84% | 0.85% | - |
| HSV(B) | 4.84º | 0.25% | 0.98% | - |
| XYZ | 66.89 | 61.43 | 55.35 | - |
| YUV | 208.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 187 | 0 | 0.23 | 0.25 | 0.02 | 4.84 | 0.84 | 0.85 |
| Hex | F9 | C0 | BB | 0 | 17 | 19 | 2 | 5 | 54 | 55 |
| Octal | 371 | 300 | 273 | 0 | 27 | 31 | 2 | 5 | 124 | 125 |
| Binary | 11111001 | 11000000 | 10111011 | 0 | 10111 | 11001 | 10 | 101 | 1010100 | 1010101 |
Color Harmonies of #F9C0BB
Complementary color
Monochromatic Colors of #F9C0BB
Black with #F9C0BB
Text Example
Text Example
White with #F9C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C0BB; }
p { color: rgb(249,192,187); }
H1.HeaderClassName
{
color: #F9C0BB;
}
.AnyTagClassName
{
color: #F9C0BB;
}
</style>
background-color css
<style>
a { background-color: #F9C0BB; }
a { background-color: rgb(249,192,187); }
div.DivClassName
{
background-color: #F9C0BB;
}
.BgClassName
{
background-color: #F9C0BB;
}
</style>
border-color css
<style>
span { border-color: #F9C0BB; }
span { border-color: rgb(249,192,187); }
td.TdClassName
{
border-color: #F9C0BB;
}
.TagClassName
{
border-color: #F9C0BB;
}
</style>