Shades of Pig Pink #F8D8EF
Tints of Pig Pink #F8D8EF
RGB
CMYK
RGB Variations
Color information
#F8D8EF (or 0xF8D8EF) is known color: Pig Pink. HEX triplet: F8, D8 and EF. RGB value is (248,216,239). Sum of RGB (Red+Green+Blue) = 248+216+239=703 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.28% from 703); Green value is 216 (84.77% from 255 or 30.73% from 703); Blue value is 239 (93.75% from 255 or 34.00% from 703); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D8EF is #072710. Grayscale: #E4E4E4. Windows color (decimal): -468753 or 15718648. OLE color: 15718648.
HSL color Cylindrical-coordinate representation of color #F8D8EF: hue angle of 316.88º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8D8EF is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 216 | 239 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.03 |
| HSL | 316.88º | 0.7% | 0.91% | - |
| HSV(B) | 316.88º | 0.13% | 0.97% | - |
| XYZ | 78.85 | 75.3 | 92.04 | - |
| YUV | 228.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 216 | 239 | 0 | 0.13 | 0.04 | 0.03 | 316.88 | 0.7 | 0.91 |
| Hex | F8 | D8 | EF | 0 | D | 4 | 3 | 13D | 46 | 5B |
| Octal | 370 | 330 | 357 | 0 | 15 | 4 | 3 | 475 | 106 | 133 |
| Binary | 11111000 | 11011000 | 11101111 | 0 | 1101 | 100 | 11 | 100111101 | 1000110 | 1011011 |
Color Harmonies of #F8D8EF
Complementary color
Monochromatic Colors of #F8D8EF
Black with #F8D8EF
Text Example
Text Example
White with #F8D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D8EF; }
p { color: rgb(248,216,239); }
H1.HeaderClassName
{
color: #F8D8EF;
}
.AnyTagClassName
{
color: #F8D8EF;
}
</style>
background-color css
<style>
a { background-color: #F8D8EF; }
a { background-color: rgb(248,216,239); }
div.DivClassName
{
background-color: #F8D8EF;
}
.BgClassName
{
background-color: #F8D8EF;
}
</style>
border-color css
<style>
span { border-color: #F8D8EF; }
span { border-color: rgb(248,216,239); }
td.TdClassName
{
border-color: #F8D8EF;
}
.TagClassName
{
border-color: #F8D8EF;
}
</style>