Shades of Your Pink #F6C4BA
Tints of Your Pink #F6C4BA
RGB
CMYK
RGB Variations
Color information
#F6C4BA (or 0xF6C4BA) is known color: Your Pink. HEX triplet: F6, C4 and BA. RGB value is (246,196,186). Sum of RGB (Red+Green+Blue) = 246+196+186=628 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.17% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C4BA is #093B45. Grayscale: #D1D1D1. Windows color (decimal): -604998 or 12240118. OLE color: 12240118.
HSL color Cylindrical-coordinate representation of color #F6C4BA: hue angle of 10º 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 #F6C4BA is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 196 | 186 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.04 |
| HSL | 10º | 0.77% | 0.85% | - |
| HSV(B) | 10º | 0.24% | 0.96% | - |
| XYZ | 66.61 | 62.62 | 55.03 | - |
| YUV | 209.81 | 114.57 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 196 | 186 | 0 | 0.20 | 0.24 | 0.04 | 10 | 0.77 | 0.85 |
| Hex | F6 | C4 | BA | 0 | 14 | 18 | 4 | A | 4D | 55 |
| Octal | 366 | 304 | 272 | 0 | 24 | 30 | 4 | 12 | 115 | 125 |
| Binary | 11110110 | 11000100 | 10111010 | 0 | 10100 | 11000 | 100 | 1010 | 1001101 | 1010101 |
Color Harmonies of #F6C4BA
Complementary color
Monochromatic Colors of #F6C4BA
Black with #F6C4BA
Text Example
Text Example
White with #F6C4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C4BA; }
p { color: rgb(246,196,186); }
H1.HeaderClassName
{
color: #F6C4BA;
}
.AnyTagClassName
{
color: #F6C4BA;
}
</style>
background-color css
<style>
a { background-color: #F6C4BA; }
a { background-color: rgb(246,196,186); }
div.DivClassName
{
background-color: #F6C4BA;
}
.BgClassName
{
background-color: #F6C4BA;
}
</style>
border-color css
<style>
span { border-color: #F6C4BA; }
span { border-color: rgb(246,196,186); }
td.TdClassName
{
border-color: #F6C4BA;
}
.TagClassName
{
border-color: #F6C4BA;
}
</style>