Shades of Your Pink #F6C6BC
Tints of Your Pink #F6C6BC
RGB
CMYK
RGB Variations
Color information
#F6C6BC (or 0xF6C6BC) is known color: Your Pink. HEX triplet: F6, C6 and BC. RGB value is (246,198,188). Sum of RGB (Red+Green+Blue) = 246+198+188=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 198 (77.73% from 255 or 31.33% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C6BC is #093943. Grayscale: #D3D3D3. Windows color (decimal): -604484 or 12371702. OLE color: 12371702.
HSL color Cylindrical-coordinate representation of color #F6C6BC: hue angle of 10.34º degrees, saturation: 0.76, 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 #F6C6BC is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 198 | 188 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.04 |
| HSL | 10.34º | 0.76% | 0.85% | - |
| HSV(B) | 10.34º | 0.24% | 0.96% | - |
| XYZ | 67.28 | 63.61 | 56.31 | - |
| YUV | 211.21 | 114.9 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 198 | 188 | 0 | 0.20 | 0.24 | 0.04 | 10.34 | 0.76 | 0.85 |
| Hex | F6 | C6 | BC | 0 | 14 | 18 | 4 | A | 4C | 55 |
| Octal | 366 | 306 | 274 | 0 | 24 | 30 | 4 | 12 | 114 | 125 |
| Binary | 11110110 | 11000110 | 10111100 | 0 | 10100 | 11000 | 100 | 1010 | 1001100 | 1010101 |
Color Harmonies of #F6C6BC
Complementary color
Monochromatic Colors of #F6C6BC
Black with #F6C6BC
Text Example
Text Example
White with #F6C6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C6BC; }
p { color: rgb(246,198,188); }
H1.HeaderClassName
{
color: #F6C6BC;
}
.AnyTagClassName
{
color: #F6C6BC;
}
</style>
background-color css
<style>
a { background-color: #F6C6BC; }
a { background-color: rgb(246,198,188); }
div.DivClassName
{
background-color: #F6C6BC;
}
.BgClassName
{
background-color: #F6C6BC;
}
</style>
border-color css
<style>
span { border-color: #F6C6BC; }
span { border-color: rgb(246,198,188); }
td.TdClassName
{
border-color: #F6C6BC;
}
.TagClassName
{
border-color: #F6C6BC;
}
</style>