Shades of Pig Pink #F6D3DE
Tints of Pig Pink #F6D3DE
RGB
CMYK
RGB Variations
Color information
#F6D3DE (or 0xF6D3DE) is known color: Pig Pink. HEX triplet: F6, D3 and DE. RGB value is (246,211,222). Sum of RGB (Red+Green+Blue) = 246+211+222=679 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.23% from 679); Green value is 211 (82.81% from 255 or 31.08% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D3DE is #092C21. Grayscale: #DEDEDE. Windows color (decimal): -601122 or 14603254. OLE color: 14603254.
HSL color Cylindrical-coordinate representation of color #F6D3DE: hue angle of 341.14º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F6D3DE is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 222 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.04 |
| HSL | 341.14º | 0.66% | 0.9% | - |
| HSV(B) | 341.14º | 0.14% | 0.96% | - |
| XYZ | 74.49 | 71.46 | 78.97 | - |
| YUV | 222.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 222 | 0 | 0.14 | 0.10 | 0.04 | 341.14 | 0.66 | 0.9 |
| Hex | F6 | D3 | DE | 0 | E | A | 4 | 155 | 42 | 5A |
| Octal | 366 | 323 | 336 | 0 | 16 | 12 | 4 | 525 | 102 | 132 |
| Binary | 11110110 | 11010011 | 11011110 | 0 | 1110 | 1010 | 100 | 101010101 | 1000010 | 1011010 |
Color Harmonies of #F6D3DE
Complementary color
Monochromatic Colors of #F6D3DE
Black with #F6D3DE
Text Example
Text Example
White with #F6D3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D3DE; }
p { color: rgb(246,211,222); }
H1.HeaderClassName
{
color: #F6D3DE;
}
.AnyTagClassName
{
color: #F6D3DE;
}
</style>
background-color css
<style>
a { background-color: #F6D3DE; }
a { background-color: rgb(246,211,222); }
div.DivClassName
{
background-color: #F6D3DE;
}
.BgClassName
{
background-color: #F6D3DE;
}
</style>
border-color css
<style>
span { border-color: #F6D3DE; }
span { border-color: rgb(246,211,222); }
td.TdClassName
{
border-color: #F6D3DE;
}
.TagClassName
{
border-color: #F6D3DE;
}
</style>