Shades of Pink #F9BDC9
Tints of Pink #F9BDC9
RGB
CMYK
RGB Variations
Color information
#F9BDC9 (or 0xF9BDC9) is known color: Pink. HEX triplet: F9, BD and C9. RGB value is (249,189,201). Sum of RGB (Red+Green+Blue) = 249+189+201=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDC9 is #064236. Grayscale: #D0D0D0. Windows color (decimal): -410167 or 13221369. OLE color: 13221369.
HSL color Cylindrical-coordinate representation of color #F9BDC9: hue angle of 348º degrees, saturation: 0.83, 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 #F9BDC9 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 201 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.02 |
| HSL | 348º | 0.83% | 0.86% | - |
| HSV(B) | 348º | 0.24% | 0.98% | - |
| XYZ | 67.81 | 60.75 | 63.41 | - |
| YUV | 208.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 201 | 0 | 0.24 | 0.19 | 0.02 | 348 | 0.83 | 0.86 |
| Hex | F9 | BD | C9 | 0 | 18 | 13 | 2 | 15C | 53 | 56 |
| Octal | 371 | 275 | 311 | 0 | 30 | 23 | 2 | 534 | 123 | 126 |
| Binary | 11111001 | 10111101 | 11001001 | 0 | 11000 | 10011 | 10 | 101011100 | 1010011 | 1010110 |
Color Harmonies of #F9BDC9
Complementary color
Monochromatic Colors of #F9BDC9
Black with #F9BDC9
Text Example
Text Example
White with #F9BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BDC9; }
p { color: rgb(249,189,201); }
H1.HeaderClassName
{
color: #F9BDC9;
}
.AnyTagClassName
{
color: #F9BDC9;
}
</style>
background-color css
<style>
a { background-color: #F9BDC9; }
a { background-color: rgb(249,189,201); }
div.DivClassName
{
background-color: #F9BDC9;
}
.BgClassName
{
background-color: #F9BDC9;
}
</style>
border-color css
<style>
span { border-color: #F9BDC9; }
span { border-color: rgb(249,189,201); }
td.TdClassName
{
border-color: #F9BDC9;
}
.TagClassName
{
border-color: #F9BDC9;
}
</style>