Shades of Your Pink #F6C3B6
Tints of Your Pink #F6C3B6
RGB
CMYK
RGB Variations
Color information
#F6C3B6 (or 0xF6C3B6) is known color: Your Pink. HEX triplet: F6, C3 and B6. RGB value is (246,195,182). Sum of RGB (Red+Green+Blue) = 246+195+182=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 195 (76.56% from 255 or 31.30% from 623); Blue value is 182 (71.48% from 255 or 29.21% from 623); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C3B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C3B6 is #093C49. Grayscale: #D0D0D0. Windows color (decimal): -605258 or 11977718. OLE color: 11977718.
HSL color Cylindrical-coordinate representation of color #F6C3B6: hue angle of 12.19º 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 #F6C3B6 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 182 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.04 |
| HSL | 12.19º | 0.78% | 0.84% | - |
| HSV(B) | 12.19º | 0.26% | 0.96% | - |
| XYZ | 65.96 | 62 | 52.75 | - |
| YUV | 208.77 | 112.9 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 182 | 0 | 0.21 | 0.26 | 0.04 | 12.19 | 0.78 | 0.84 |
| Hex | F6 | C3 | B6 | 0 | 15 | 1A | 4 | C | 4E | 54 |
| Octal | 366 | 303 | 266 | 0 | 25 | 32 | 4 | 14 | 116 | 124 |
| Binary | 11110110 | 11000011 | 10110110 | 0 | 10101 | 11010 | 100 | 1100 | 1001110 | 1010100 |
Color Harmonies of #F6C3B6
Complementary color
Monochromatic Colors of #F6C3B6
Black with #F6C3B6
Text Example
Text Example
White with #F6C3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C3B6; }
p { color: rgb(246,195,182); }
H1.HeaderClassName
{
color: #F6C3B6;
}
.AnyTagClassName
{
color: #F6C3B6;
}
</style>
background-color css
<style>
a { background-color: #F6C3B6; }
a { background-color: rgb(246,195,182); }
div.DivClassName
{
background-color: #F6C3B6;
}
.BgClassName
{
background-color: #F6C3B6;
}
</style>
border-color css
<style>
span { border-color: #F6C3B6; }
span { border-color: rgb(246,195,182); }
td.TdClassName
{
border-color: #F6C3B6;
}
.TagClassName
{
border-color: #F6C3B6;
}
</style>