Shades of Your Pink #F6C1BA
Tints of Your Pink #F6C1BA
RGB
CMYK
RGB Variations
Color information
#F6C1BA (or 0xF6C1BA) is known color: Your Pink. HEX triplet: F6, C1 and BA. RGB value is (246,193,186). Sum of RGB (Red+Green+Blue) = 246+193+186=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C1BA is #093E45. Grayscale: #D0D0D0. Windows color (decimal): -605766 or 12239350. OLE color: 12239350.
HSL color Cylindrical-coordinate representation of color #F6C1BA: hue angle of 7º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6C1BA is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 193 | 186 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.04 |
| HSL | 7º | 0.77% | 0.85% | - |
| HSV(B) | 7º | 0.24% | 0.96% | - |
| XYZ | 65.94 | 61.28 | 54.81 | - |
| YUV | 208.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 193 | 186 | 0 | 0.22 | 0.24 | 0.04 | 7 | 0.77 | 0.85 |
| Hex | F6 | C1 | BA | 0 | 16 | 18 | 4 | 7 | 4D | 55 |
| Octal | 366 | 301 | 272 | 0 | 26 | 30 | 4 | 7 | 115 | 125 |
| Binary | 11110110 | 11000001 | 10111010 | 0 | 10110 | 11000 | 100 | 111 | 1001101 | 1010101 |
Color Harmonies of #F6C1BA
Complementary color
Monochromatic Colors of #F6C1BA
Black with #F6C1BA
Text Example
Text Example
White with #F6C1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C1BA; }
p { color: rgb(246,193,186); }
H1.HeaderClassName
{
color: #F6C1BA;
}
.AnyTagClassName
{
color: #F6C1BA;
}
</style>
background-color css
<style>
a { background-color: #F6C1BA; }
a { background-color: rgb(246,193,186); }
div.DivClassName
{
background-color: #F6C1BA;
}
.BgClassName
{
background-color: #F6C1BA;
}
</style>
border-color css
<style>
span { border-color: #F6C1BA; }
span { border-color: rgb(246,193,186); }
td.TdClassName
{
border-color: #F6C1BA;
}
.TagClassName
{
border-color: #F6C1BA;
}
</style>