Shades of Pig Pink #F6D1DE
Tints of Pig Pink #F6D1DE
RGB
CMYK
RGB Variations
Color information
#F6D1DE (or 0xF6D1DE) is known color: Pig Pink. HEX triplet: F6, D1 and DE. RGB value is (246,209,222). Sum of RGB (Red+Green+Blue) = 246+209+222=677 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.34% from 677); Green value is 209 (82.03% from 255 or 30.87% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D1DE is #092E21. Grayscale: #DDDDDD. Windows color (decimal): -601634 or 14602742. OLE color: 14602742.
HSL color Cylindrical-coordinate representation of color #F6D1DE: hue angle of 338.92º 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 #F6D1DE is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 209 | 222 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.04 |
| HSL | 338.92º | 0.67% | 0.89% | - |
| HSV(B) | 338.92º | 0.15% | 0.96% | - |
| XYZ | 73.99 | 70.47 | 78.81 | - |
| YUV | 221.55 | 128.26 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 209 | 222 | 0 | 0.15 | 0.10 | 0.04 | 338.92 | 0.67 | 0.89 |
| Hex | F6 | D1 | DE | 0 | F | A | 4 | 153 | 43 | 59 |
| Octal | 366 | 321 | 336 | 0 | 17 | 12 | 4 | 523 | 103 | 131 |
| Binary | 11110110 | 11010001 | 11011110 | 0 | 1111 | 1010 | 100 | 101010011 | 1000011 | 1011001 |
Color Harmonies of #F6D1DE
Complementary color
Monochromatic Colors of #F6D1DE
Black with #F6D1DE
Text Example
Text Example
White with #F6D1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D1DE; }
p { color: rgb(246,209,222); }
H1.HeaderClassName
{
color: #F6D1DE;
}
.AnyTagClassName
{
color: #F6D1DE;
}
</style>
background-color css
<style>
a { background-color: #F6D1DE; }
a { background-color: rgb(246,209,222); }
div.DivClassName
{
background-color: #F6D1DE;
}
.BgClassName
{
background-color: #F6D1DE;
}
</style>
border-color css
<style>
span { border-color: #F6D1DE; }
span { border-color: rgb(246,209,222); }
td.TdClassName
{
border-color: #F6D1DE;
}
.TagClassName
{
border-color: #F6D1DE;
}
</style>