Shades of Pig Pink #F8D6EC
Tints of Pig Pink #F8D6EC
RGB
CMYK
RGB Variations
Color information
#F8D6EC (or 0xF8D6EC) is known color: Pig Pink. HEX triplet: F8, D6 and EC. RGB value is (248,214,236). Sum of RGB (Red+Green+Blue) = 248+214+236=698 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.53% from 698); Green value is 214 (83.98% from 255 or 30.66% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D6EC is #072913. Grayscale: #E2E2E2. Windows color (decimal): -469268 or 15521528. OLE color: 15521528.
HSL color Cylindrical-coordinate representation of color #F8D6EC: hue angle of 321.18º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8D6EC is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 214 | 236 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.03 |
| HSL | 321.18º | 0.71% | 0.91% | - |
| HSV(B) | 321.18º | 0.14% | 0.97% | - |
| XYZ | 77.9 | 74.11 | 89.56 | - |
| YUV | 226.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 214 | 236 | 0 | 0.14 | 0.05 | 0.03 | 321.18 | 0.71 | 0.91 |
| Hex | F8 | D6 | EC | 0 | E | 5 | 3 | 141 | 47 | 5B |
| Octal | 370 | 326 | 354 | 0 | 16 | 5 | 3 | 501 | 107 | 133 |
| Binary | 11111000 | 11010110 | 11101100 | 0 | 1110 | 101 | 11 | 101000001 | 1000111 | 1011011 |
Color Harmonies of #F8D6EC
Complementary color
Monochromatic Colors of #F8D6EC
Black with #F8D6EC
Text Example
Text Example
White with #F8D6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D6EC; }
p { color: rgb(248,214,236); }
H1.HeaderClassName
{
color: #F8D6EC;
}
.AnyTagClassName
{
color: #F8D6EC;
}
</style>
background-color css
<style>
a { background-color: #F8D6EC; }
a { background-color: rgb(248,214,236); }
div.DivClassName
{
background-color: #F8D6EC;
}
.BgClassName
{
background-color: #F8D6EC;
}
</style>
border-color css
<style>
span { border-color: #F8D6EC; }
span { border-color: rgb(248,214,236); }
td.TdClassName
{
border-color: #F8D6EC;
}
.TagClassName
{
border-color: #F8D6EC;
}
</style>