Shades of Pig Pink #F6D1DF
Tints of Pig Pink #F6D1DF
RGB
CMYK
RGB Variations
Color information
#F6D1DF (or 0xF6D1DF) is known color: Pig Pink. HEX triplet: F6, D1 and DF. RGB value is (246,209,223). Sum of RGB (Red+Green+Blue) = 246+209+223=678 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.28% from 678); Green value is 209 (82.03% from 255 or 30.83% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D1DF is #092E20. Grayscale: #DDDDDD. Windows color (decimal): -601633 or 14668278. OLE color: 14668278.
HSL color Cylindrical-coordinate representation of color #F6D1DF: hue angle of 337.3º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6D1DF is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 209 | 223 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.04 |
| HSL | 337.3º | 0.67% | 0.89% | - |
| HSV(B) | 337.3º | 0.15% | 0.96% | - |
| XYZ | 74.13 | 70.52 | 79.52 | - |
| YUV | 221.66 | 128.76 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 209 | 223 | 0 | 0.15 | 0.09 | 0.04 | 337.3 | 0.67 | 0.89 |
| Hex | F6 | D1 | DF | 0 | F | 9 | 4 | 151 | 43 | 59 |
| Octal | 366 | 321 | 337 | 0 | 17 | 11 | 4 | 521 | 103 | 131 |
| Binary | 11110110 | 11010001 | 11011111 | 0 | 1111 | 1001 | 100 | 101010001 | 1000011 | 1011001 |
Color Harmonies of #F6D1DF
Complementary color
Monochromatic Colors of #F6D1DF
Black with #F6D1DF
Text Example
Text Example
White with #F6D1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D1DF; }
p { color: rgb(246,209,223); }
H1.HeaderClassName
{
color: #F6D1DF;
}
.AnyTagClassName
{
color: #F6D1DF;
}
</style>
background-color css
<style>
a { background-color: #F6D1DF; }
a { background-color: rgb(246,209,223); }
div.DivClassName
{
background-color: #F6D1DF;
}
.BgClassName
{
background-color: #F6D1DF;
}
</style>
border-color css
<style>
span { border-color: #F6D1DF; }
span { border-color: rgb(246,209,223); }
td.TdClassName
{
border-color: #F6D1DF;
}
.TagClassName
{
border-color: #F6D1DF;
}
</style>