Shades of Your Pink #F6C1B9
Tints of Your Pink #F6C1B9
RGB
CMYK
RGB Variations
Color information
#F6C1B9 (or 0xF6C1B9) is known color: Your Pink. HEX triplet: F6, C1 and B9. RGB value is (246,193,185). Sum of RGB (Red+Green+Blue) = 246+193+185=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 185 (72.66% from 255 or 29.65% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C1B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C1B9 is #093E46. Grayscale: #D0D0D0. Windows color (decimal): -605767 or 12173814. OLE color: 12173814.
HSL color Cylindrical-coordinate representation of color #F6C1B9: hue angle of 7.87º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6C1B9 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 193 | 185 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.04 |
| HSL | 7.87º | 0.77% | 0.85% | - |
| HSV(B) | 7.87º | 0.25% | 0.96% | - |
| XYZ | 65.83 | 61.24 | 54.25 | - |
| YUV | 207.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 193 | 185 | 0 | 0.22 | 0.25 | 0.04 | 7.87 | 0.77 | 0.85 |
| Hex | F6 | C1 | B9 | 0 | 16 | 19 | 4 | 8 | 4D | 55 |
| Octal | 366 | 301 | 271 | 0 | 26 | 31 | 4 | 10 | 115 | 125 |
| Binary | 11110110 | 11000001 | 10111001 | 0 | 10110 | 11001 | 100 | 1000 | 1001101 | 1010101 |
Color Harmonies of #F6C1B9
Complementary color
Monochromatic Colors of #F6C1B9
Black with #F6C1B9
Text Example
Text Example
White with #F6C1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C1B9; }
p { color: rgb(246,193,185); }
H1.HeaderClassName
{
color: #F6C1B9;
}
.AnyTagClassName
{
color: #F6C1B9;
}
</style>
background-color css
<style>
a { background-color: #F6C1B9; }
a { background-color: rgb(246,193,185); }
div.DivClassName
{
background-color: #F6C1B9;
}
.BgClassName
{
background-color: #F6C1B9;
}
</style>
border-color css
<style>
span { border-color: #F6C1B9; }
span { border-color: rgb(246,193,185); }
td.TdClassName
{
border-color: #F6C1B9;
}
.TagClassName
{
border-color: #F6C1B9;
}
</style>