Shades of Pig Pink #F6DDEF
Tints of Pig Pink #F6DDEF
RGB
CMYK
RGB Variations
Color information
#F6DDEF (or 0xF6DDEF) is known color: Pig Pink. HEX triplet: F6, DD and EF. RGB value is (246,221,239). Sum of RGB (Red+Green+Blue) = 246+221+239=706 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.84% from 706); Green value is 221 (86.72% from 255 or 31.30% from 706); Blue value is 239 (93.75% from 255 or 33.85% from 706); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DDEF is #092210. Grayscale: #E6E6E6. Windows color (decimal): -598545 or 15719926. OLE color: 15719926.
HSL color Cylindrical-coordinate representation of color #F6DDEF: hue angle of 316.8º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6DDEF is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 239 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.04 |
| HSL | 316.8º | 0.58% | 0.92% | - |
| HSV(B) | 316.8º | 0.1% | 0.96% | - |
| XYZ | 79.44 | 77.54 | 92.44 | - |
| YUV | 230.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 239 | 0 | 0.10 | 0.03 | 0.04 | 316.8 | 0.58 | 0.92 |
| Hex | F6 | DD | EF | 0 | A | 3 | 4 | 13D | 3A | 5C |
| Octal | 366 | 335 | 357 | 0 | 12 | 3 | 4 | 475 | 72 | 134 |
| Binary | 11110110 | 11011101 | 11101111 | 0 | 1010 | 11 | 100 | 100111101 | 111010 | 1011100 |
Color Harmonies of #F6DDEF
Complementary color
Monochromatic Colors of #F6DDEF
Black with #F6DDEF
Text Example
Text Example
White with #F6DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DDEF; }
p { color: rgb(246,221,239); }
H1.HeaderClassName
{
color: #F6DDEF;
}
.AnyTagClassName
{
color: #F6DDEF;
}
</style>
background-color css
<style>
a { background-color: #F6DDEF; }
a { background-color: rgb(246,221,239); }
div.DivClassName
{
background-color: #F6DDEF;
}
.BgClassName
{
background-color: #F6DDEF;
}
</style>
border-color css
<style>
span { border-color: #F6DDEF; }
span { border-color: rgb(246,221,239); }
td.TdClassName
{
border-color: #F6DDEF;
}
.TagClassName
{
border-color: #F6DDEF;
}
</style>