Shades of Your Pink #F6C0B6
Tints of Your Pink #F6C0B6
RGB
CMYK
RGB Variations
Color information
#F6C0B6 (or 0xF6C0B6) is known color: Your Pink. HEX triplet: F6, C0 and B6. RGB value is (246,192,182). Sum of RGB (Red+Green+Blue) = 246+192+182=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 182 (71.48% from 255 or 29.35% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C0B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C0B6 is #093F49. Grayscale: #CFCFCF. Windows color (decimal): -606026 or 11976950. OLE color: 11976950.
HSL color Cylindrical-coordinate representation of color #F6C0B6: hue angle of 9.38º 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 #F6C0B6 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 192 | 182 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.04 |
| HSL | 9.38º | 0.78% | 0.84% | - |
| HSV(B) | 9.38º | 0.26% | 0.96% | - |
| XYZ | 65.3 | 60.67 | 52.52 | - |
| YUV | 207.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 192 | 182 | 0 | 0.22 | 0.26 | 0.04 | 9.38 | 0.78 | 0.84 |
| Hex | F6 | C0 | B6 | 0 | 16 | 1A | 4 | 9 | 4E | 54 |
| Octal | 366 | 300 | 266 | 0 | 26 | 32 | 4 | 11 | 116 | 124 |
| Binary | 11110110 | 11000000 | 10110110 | 0 | 10110 | 11010 | 100 | 1001 | 1001110 | 1010100 |
Color Harmonies of #F6C0B6
Complementary color
Monochromatic Colors of #F6C0B6
Black with #F6C0B6
Text Example
Text Example
White with #F6C0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C0B6; }
p { color: rgb(246,192,182); }
H1.HeaderClassName
{
color: #F6C0B6;
}
.AnyTagClassName
{
color: #F6C0B6;
}
</style>
background-color css
<style>
a { background-color: #F6C0B6; }
a { background-color: rgb(246,192,182); }
div.DivClassName
{
background-color: #F6C0B6;
}
.BgClassName
{
background-color: #F6C0B6;
}
</style>
border-color css
<style>
span { border-color: #F6C0B6; }
span { border-color: rgb(246,192,182); }
td.TdClassName
{
border-color: #F6C0B6;
}
.TagClassName
{
border-color: #F6C0B6;
}
</style>