Shades of Pink #F6BDC9
Tints of Pink #F6BDC9
RGB
CMYK
RGB Variations
Color information
#F6BDC9 (or 0xF6BDC9) is known color: Pink. HEX triplet: F6, BD and C9. RGB value is (246,189,201). Sum of RGB (Red+Green+Blue) = 246+189+201=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDC9 is #094236. Grayscale: #CFCFCF. Windows color (decimal): -606775 or 13221366. OLE color: 13221366.
HSL color Cylindrical-coordinate representation of color #F6BDC9: hue angle of 347.37º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6BDC9 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 201 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.04 |
| HSL | 347.37º | 0.76% | 0.85% | - |
| HSV(B) | 347.37º | 0.23% | 0.96% | - |
| XYZ | 66.75 | 60.21 | 63.36 | - |
| YUV | 207.41 | 124.38 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 201 | 0 | 0.23 | 0.18 | 0.04 | 347.37 | 0.76 | 0.85 |
| Hex | F6 | BD | C9 | 0 | 17 | 12 | 4 | 15B | 4C | 55 |
| Octal | 366 | 275 | 311 | 0 | 27 | 22 | 4 | 533 | 114 | 125 |
| Binary | 11110110 | 10111101 | 11001001 | 0 | 10111 | 10010 | 100 | 101011011 | 1001100 | 1010101 |
Color Harmonies of #F6BDC9
Complementary color
Monochromatic Colors of #F6BDC9
Black with #F6BDC9
Text Example
Text Example
White with #F6BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BDC9; }
p { color: rgb(246,189,201); }
H1.HeaderClassName
{
color: #F6BDC9;
}
.AnyTagClassName
{
color: #F6BDC9;
}
</style>
background-color css
<style>
a { background-color: #F6BDC9; }
a { background-color: rgb(246,189,201); }
div.DivClassName
{
background-color: #F6BDC9;
}
.BgClassName
{
background-color: #F6BDC9;
}
</style>
border-color css
<style>
span { border-color: #F6BDC9; }
span { border-color: rgb(246,189,201); }
td.TdClassName
{
border-color: #F6BDC9;
}
.TagClassName
{
border-color: #F6BDC9;
}
</style>