Shades of Your Pink #F6C2BC
Tints of Your Pink #F6C2BC
RGB
CMYK
RGB Variations
Color information
#F6C2BC (or 0xF6C2BC) is known color: Your Pink. HEX triplet: F6, C2 and BC. RGB value is (246,194,188). Sum of RGB (Red+Green+Blue) = 246+194+188=628 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.17% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C2BC is #093D43. Grayscale: #D0D0D0. Windows color (decimal): -605508 or 12370678. OLE color: 12370678.
HSL color Cylindrical-coordinate representation of color #F6C2BC: hue angle of 6.21º 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 #F6C2BC is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 188 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.04 |
| HSL | 6.21º | 0.76% | 0.85% | - |
| HSV(B) | 6.21º | 0.24% | 0.96% | - |
| XYZ | 66.37 | 61.81 | 56.01 | - |
| YUV | 208.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 188 | 0 | 0.21 | 0.24 | 0.04 | 6.21 | 0.76 | 0.85 |
| Hex | F6 | C2 | BC | 0 | 15 | 18 | 4 | 6 | 4C | 55 |
| Octal | 366 | 302 | 274 | 0 | 25 | 30 | 4 | 6 | 114 | 125 |
| Binary | 11110110 | 11000010 | 10111100 | 0 | 10101 | 11000 | 100 | 110 | 1001100 | 1010101 |
Color Harmonies of #F6C2BC
Complementary color
Monochromatic Colors of #F6C2BC
Black with #F6C2BC
Text Example
Text Example
White with #F6C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C2BC; }
p { color: rgb(246,194,188); }
H1.HeaderClassName
{
color: #F6C2BC;
}
.AnyTagClassName
{
color: #F6C2BC;
}
</style>
background-color css
<style>
a { background-color: #F6C2BC; }
a { background-color: rgb(246,194,188); }
div.DivClassName
{
background-color: #F6C2BC;
}
.BgClassName
{
background-color: #F6C2BC;
}
</style>
border-color css
<style>
span { border-color: #F6C2BC; }
span { border-color: rgb(246,194,188); }
td.TdClassName
{
border-color: #F6C2BC;
}
.TagClassName
{
border-color: #F6C2BC;
}
</style>