Shades of Your Pink #F6C6BD
Tints of Your Pink #F6C6BD
RGB
CMYK
RGB Variations
Color information
#F6C6BD (or 0xF6C6BD) is known color: Your Pink. HEX triplet: F6, C6 and BD. RGB value is (246,198,189). Sum of RGB (Red+Green+Blue) = 246+198+189=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 198 (77.73% from 255 or 31.28% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C6BD is #093942. Grayscale: #D3D3D3. Windows color (decimal): -604483 or 12437238. OLE color: 12437238.
HSL color Cylindrical-coordinate representation of color #F6C6BD: hue angle of 9.47º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6C6BD is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 198 | 189 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.04 |
| HSL | 9.47º | 0.76% | 0.85% | - |
| HSV(B) | 9.47º | 0.23% | 0.96% | - |
| XYZ | 67.39 | 63.66 | 56.88 | - |
| YUV | 211.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 198 | 189 | 0 | 0.20 | 0.23 | 0.04 | 9.47 | 0.76 | 0.85 |
| Hex | F6 | C6 | BD | 0 | 14 | 17 | 4 | 9 | 4C | 55 |
| Octal | 366 | 306 | 275 | 0 | 24 | 27 | 4 | 11 | 114 | 125 |
| Binary | 11110110 | 11000110 | 10111101 | 0 | 10100 | 10111 | 100 | 1001 | 1001100 | 1010101 |
Color Harmonies of #F6C6BD
Complementary color
Monochromatic Colors of #F6C6BD
Black with #F6C6BD
Text Example
Text Example
White with #F6C6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C6BD; }
p { color: rgb(246,198,189); }
H1.HeaderClassName
{
color: #F6C6BD;
}
.AnyTagClassName
{
color: #F6C6BD;
}
</style>
background-color css
<style>
a { background-color: #F6C6BD; }
a { background-color: rgb(246,198,189); }
div.DivClassName
{
background-color: #F6C6BD;
}
.BgClassName
{
background-color: #F6C6BD;
}
</style>
border-color css
<style>
span { border-color: #F6C6BD; }
span { border-color: rgb(246,198,189); }
td.TdClassName
{
border-color: #F6C6BD;
}
.TagClassName
{
border-color: #F6C6BD;
}
</style>