Shades of Your Pink #F6C9C0
Tints of Your Pink #F6C9C0
RGB
CMYK
RGB Variations
Color information
#F6C9C0 (or 0xF6C9C0) is known color: Your Pink. HEX triplet: F6, C9 and C0. RGB value is (246,201,192). Sum of RGB (Red+Green+Blue) = 246+201+192=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 192 (75.39% from 255 or 30.05% from 639); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C9C0 is #09363F. Grayscale: #D5D5D5. Windows color (decimal): -603712 or 12634614. OLE color: 12634614.
HSL color Cylindrical-coordinate representation of color #F6C9C0: hue angle of 10º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6C9C0 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 201 | 192 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.04 |
| HSL | 10º | 0.75% | 0.86% | - |
| HSV(B) | 10º | 0.22% | 0.96% | - |
| XYZ | 68.41 | 65.17 | 58.84 | - |
| YUV | 213.43 | 115.91 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 192 | 0 | 0.18 | 0.22 | 0.04 | 10 | 0.75 | 0.86 |
| Hex | F6 | C9 | C0 | 0 | 12 | 16 | 4 | A | 4B | 56 |
| Octal | 366 | 311 | 300 | 0 | 22 | 26 | 4 | 12 | 113 | 126 |
| Binary | 11110110 | 11001001 | 11000000 | 0 | 10010 | 10110 | 100 | 1010 | 1001011 | 1010110 |
Color Harmonies of #F6C9C0
Complementary color
Monochromatic Colors of #F6C9C0
Black with #F6C9C0
Text Example
Text Example
White with #F6C9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C9C0; }
p { color: rgb(246,201,192); }
H1.HeaderClassName
{
color: #F6C9C0;
}
.AnyTagClassName
{
color: #F6C9C0;
}
</style>
background-color css
<style>
a { background-color: #F6C9C0; }
a { background-color: rgb(246,201,192); }
div.DivClassName
{
background-color: #F6C9C0;
}
.BgClassName
{
background-color: #F6C9C0;
}
</style>
border-color css
<style>
span { border-color: #F6C9C0; }
span { border-color: rgb(246,201,192); }
td.TdClassName
{
border-color: #F6C9C0;
}
.TagClassName
{
border-color: #F6C9C0;
}
</style>