Shades of Your Pink #F6C7BA
Tints of Your Pink #F6C7BA
RGB
CMYK
RGB Variations
Color information
#F6C7BA (or 0xF6C7BA) is known color: Your Pink. HEX triplet: F6, C7 and BA. RGB value is (246,199,186). Sum of RGB (Red+Green+Blue) = 246+199+186=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C7BA is #093845. Grayscale: #D3D3D3. Windows color (decimal): -604230 or 12240886. OLE color: 12240886.
HSL color Cylindrical-coordinate representation of color #F6C7BA: hue angle of 13º 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 #F6C7BA is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 199 | 186 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.04 |
| HSL | 13º | 0.77% | 0.85% | - |
| HSV(B) | 13º | 0.24% | 0.96% | - |
| XYZ | 67.29 | 63.98 | 55.26 | - |
| YUV | 211.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 199 | 186 | 0 | 0.19 | 0.24 | 0.04 | 13 | 0.77 | 0.85 |
| Hex | F6 | C7 | BA | 0 | 13 | 18 | 4 | D | 4D | 55 |
| Octal | 366 | 307 | 272 | 0 | 23 | 30 | 4 | 15 | 115 | 125 |
| Binary | 11110110 | 11000111 | 10111010 | 0 | 10011 | 11000 | 100 | 1101 | 1001101 | 1010101 |
Color Harmonies of #F6C7BA
Complementary color
Monochromatic Colors of #F6C7BA
Black with #F6C7BA
Text Example
Text Example
White with #F6C7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C7BA; }
p { color: rgb(246,199,186); }
H1.HeaderClassName
{
color: #F6C7BA;
}
.AnyTagClassName
{
color: #F6C7BA;
}
</style>
background-color css
<style>
a { background-color: #F6C7BA; }
a { background-color: rgb(246,199,186); }
div.DivClassName
{
background-color: #F6C7BA;
}
.BgClassName
{
background-color: #F6C7BA;
}
</style>
border-color css
<style>
span { border-color: #F6C7BA; }
span { border-color: rgb(246,199,186); }
td.TdClassName
{
border-color: #F6C7BA;
}
.TagClassName
{
border-color: #F6C7BA;
}
</style>