Shades of Pig Pink #F8D5DF
Tints of Pig Pink #F8D5DF
RGB
CMYK
RGB Variations
Color information
#F8D5DF (or 0xF8D5DF) is known color: Pig Pink. HEX triplet: F8, D5 and DF. RGB value is (248,213,223). Sum of RGB (Red+Green+Blue) = 248+213+223=684 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.26% from 684); Green value is 213 (83.59% from 255 or 31.14% from 684); Blue value is 223 (87.5% from 255 or 32.60% from 684); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D5DF is #072A20. Grayscale: #E0E0E0. Windows color (decimal): -469537 or 14669304. OLE color: 14669304.
HSL color Cylindrical-coordinate representation of color #F8D5DF: hue angle of 342.86º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8D5DF is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 213 | 223 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.03 |
| HSL | 342.86º | 0.71% | 0.9% | - |
| HSV(B) | 342.86º | 0.14% | 0.97% | - |
| XYZ | 75.82 | 72.87 | 79.88 | - |
| YUV | 224.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 213 | 223 | 0 | 0.14 | 0.10 | 0.03 | 342.86 | 0.71 | 0.9 |
| Hex | F8 | D5 | DF | 0 | E | A | 3 | 157 | 47 | 5A |
| Octal | 370 | 325 | 337 | 0 | 16 | 12 | 3 | 527 | 107 | 132 |
| Binary | 11111000 | 11010101 | 11011111 | 0 | 1110 | 1010 | 11 | 101010111 | 1000111 | 1011010 |
Color Harmonies of #F8D5DF
Complementary color
Monochromatic Colors of #F8D5DF
Black with #F8D5DF
Text Example
Text Example
White with #F8D5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D5DF; }
p { color: rgb(248,213,223); }
H1.HeaderClassName
{
color: #F8D5DF;
}
.AnyTagClassName
{
color: #F8D5DF;
}
</style>
background-color css
<style>
a { background-color: #F8D5DF; }
a { background-color: rgb(248,213,223); }
div.DivClassName
{
background-color: #F8D5DF;
}
.BgClassName
{
background-color: #F8D5DF;
}
</style>
border-color css
<style>
span { border-color: #F8D5DF; }
span { border-color: rgb(248,213,223); }
td.TdClassName
{
border-color: #F8D5DF;
}
.TagClassName
{
border-color: #F8D5DF;
}
</style>