Shades of Pig Pink #F6DCEC
Tints of Pig Pink #F6DCEC
RGB
CMYK
RGB Variations
Color information
#F6DCEC (or 0xF6DCEC) is known color: Pig Pink. HEX triplet: F6, DC and EC. RGB value is (246,220,236). Sum of RGB (Red+Green+Blue) = 246+220+236=702 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.04% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DCEC is #092313. Grayscale: #E5E5E5. Windows color (decimal): -598804 or 15523062. OLE color: 15523062.
HSL color Cylindrical-coordinate representation of color #F6DCEC: hue angle of 323.08º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6DCEC is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 236 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.04 |
| HSL | 323.08º | 0.59% | 0.91% | - |
| HSV(B) | 323.08º | 0.11% | 0.96% | - |
| XYZ | 78.74 | 76.84 | 90.04 | - |
| YUV | 229.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 236 | 0 | 0.11 | 0.04 | 0.04 | 323.08 | 0.59 | 0.91 |
| Hex | F6 | DC | EC | 0 | B | 4 | 4 | 143 | 3B | 5B |
| Octal | 366 | 334 | 354 | 0 | 13 | 4 | 4 | 503 | 73 | 133 |
| Binary | 11110110 | 11011100 | 11101100 | 0 | 1011 | 100 | 100 | 101000011 | 111011 | 1011011 |
Color Harmonies of #F6DCEC
Complementary color
Monochromatic Colors of #F6DCEC
Black with #F6DCEC
Text Example
Text Example
White with #F6DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DCEC; }
p { color: rgb(246,220,236); }
H1.HeaderClassName
{
color: #F6DCEC;
}
.AnyTagClassName
{
color: #F6DCEC;
}
</style>
background-color css
<style>
a { background-color: #F6DCEC; }
a { background-color: rgb(246,220,236); }
div.DivClassName
{
background-color: #F6DCEC;
}
.BgClassName
{
background-color: #F6DCEC;
}
</style>
border-color css
<style>
span { border-color: #F6DCEC; }
span { border-color: rgb(246,220,236); }
td.TdClassName
{
border-color: #F6DCEC;
}
.TagClassName
{
border-color: #F6DCEC;
}
</style>