Shades of Your Pink #F6C2B7
Tints of Your Pink #F6C2B7
RGB
CMYK
RGB Variations
Color information
#F6C2B7 (or 0xF6C2B7) is known color: Your Pink. HEX triplet: F6, C2 and B7. RGB value is (246,194,183). Sum of RGB (Red+Green+Blue) = 246+194+183=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 183 (71.88% from 255 or 29.37% from 623); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C2B7 is #093D48. Grayscale: #D0D0D0. Windows color (decimal): -605513 or 12042998. OLE color: 12042998.
HSL color Cylindrical-coordinate representation of color #F6C2B7: hue angle of 10.48º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6C2B7 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 183 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.04 |
| HSL | 10.48º | 0.78% | 0.84% | - |
| HSV(B) | 10.48º | 0.26% | 0.96% | - |
| XYZ | 65.85 | 61.6 | 53.22 | - |
| YUV | 208.29 | 113.73 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 183 | 0 | 0.21 | 0.26 | 0.04 | 10.48 | 0.78 | 0.84 |
| Hex | F6 | C2 | B7 | 0 | 15 | 1A | 4 | A | 4E | 54 |
| Octal | 366 | 302 | 267 | 0 | 25 | 32 | 4 | 12 | 116 | 124 |
| Binary | 11110110 | 11000010 | 10110111 | 0 | 10101 | 11010 | 100 | 1010 | 1001110 | 1010100 |
Color Harmonies of #F6C2B7
Complementary color
Monochromatic Colors of #F6C2B7
Black with #F6C2B7
Text Example
Text Example
White with #F6C2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C2B7; }
p { color: rgb(246,194,183); }
H1.HeaderClassName
{
color: #F6C2B7;
}
.AnyTagClassName
{
color: #F6C2B7;
}
</style>
background-color css
<style>
a { background-color: #F6C2B7; }
a { background-color: rgb(246,194,183); }
div.DivClassName
{
background-color: #F6C2B7;
}
.BgClassName
{
background-color: #F6C2B7;
}
</style>
border-color css
<style>
span { border-color: #F6C2B7; }
span { border-color: rgb(246,194,183); }
td.TdClassName
{
border-color: #F6C2B7;
}
.TagClassName
{
border-color: #F6C2B7;
}
</style>