Shades of Pink #F9BAC9
Tints of Pink #F9BAC9
RGB
CMYK
RGB Variations
Color information
#F9BAC9 (or 0xF9BAC9) is known color: Pink. HEX triplet: F9, BA and C9. RGB value is (249,186,201). Sum of RGB (Red+Green+Blue) = 249+186+201=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BAC9 is #064536. Grayscale: #CECECE. Windows color (decimal): -410935 or 13220601. OLE color: 13220601.
HSL color Cylindrical-coordinate representation of color #F9BAC9: hue angle of 345.71º 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 #F9BAC9 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 201 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.02 |
| HSL | 345.71º | 0.84% | 0.85% | - |
| HSV(B) | 345.71º | 0.25% | 0.98% | - |
| XYZ | 67.17 | 59.47 | 63.2 | - |
| YUV | 206.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 201 | 0 | 0.25 | 0.19 | 0.02 | 345.71 | 0.84 | 0.85 |
| Hex | F9 | BA | C9 | 0 | 19 | 13 | 2 | 15A | 54 | 55 |
| Octal | 371 | 272 | 311 | 0 | 31 | 23 | 2 | 532 | 124 | 125 |
| Binary | 11111001 | 10111010 | 11001001 | 0 | 11001 | 10011 | 10 | 101011010 | 1010100 | 1010101 |
Color Harmonies of #F9BAC9
Complementary color
Monochromatic Colors of #F9BAC9
Black with #F9BAC9
Text Example
Text Example
White with #F9BAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BAC9; }
p { color: rgb(249,186,201); }
H1.HeaderClassName
{
color: #F9BAC9;
}
.AnyTagClassName
{
color: #F9BAC9;
}
</style>
background-color css
<style>
a { background-color: #F9BAC9; }
a { background-color: rgb(249,186,201); }
div.DivClassName
{
background-color: #F9BAC9;
}
.BgClassName
{
background-color: #F9BAC9;
}
</style>
border-color css
<style>
span { border-color: #F9BAC9; }
span { border-color: rgb(249,186,201); }
td.TdClassName
{
border-color: #F9BAC9;
}
.TagClassName
{
border-color: #F9BAC9;
}
</style>