Shades of Pig Pink #F8D0DE
Tints of Pig Pink #F8D0DE
RGB
CMYK
RGB Variations
Color information
#F8D0DE (or 0xF8D0DE) is known color: Pig Pink. HEX triplet: F8, D0 and DE. RGB value is (248,208,222). Sum of RGB (Red+Green+Blue) = 248+208+222=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D0DE is #072F21. Grayscale: #DDDDDD. Windows color (decimal): -470818 or 14602488. OLE color: 14602488.
HSL color Cylindrical-coordinate representation of color #F8D0DE: hue angle of 339º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F8D0DE is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 222 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.03 |
| HSL | 339º | 0.74% | 0.89% | - |
| HSV(B) | 339º | 0.16% | 0.97% | - |
| XYZ | 74.45 | 70.34 | 78.76 | - |
| YUV | 221.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 222 | 0 | 0.16 | 0.10 | 0.03 | 339 | 0.74 | 0.89 |
| Hex | F8 | D0 | DE | 0 | 10 | A | 3 | 153 | 4A | 59 |
| Octal | 370 | 320 | 336 | 0 | 20 | 12 | 3 | 523 | 112 | 131 |
| Binary | 11111000 | 11010000 | 11011110 | 0 | 10000 | 1010 | 11 | 101010011 | 1001010 | 1011001 |
Color Harmonies of #F8D0DE
Complementary color
Monochromatic Colors of #F8D0DE
Black with #F8D0DE
Text Example
Text Example
White with #F8D0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D0DE; }
p { color: rgb(248,208,222); }
H1.HeaderClassName
{
color: #F8D0DE;
}
.AnyTagClassName
{
color: #F8D0DE;
}
</style>
background-color css
<style>
a { background-color: #F8D0DE; }
a { background-color: rgb(248,208,222); }
div.DivClassName
{
background-color: #F8D0DE;
}
.BgClassName
{
background-color: #F8D0DE;
}
</style>
border-color css
<style>
span { border-color: #F8D0DE; }
span { border-color: rgb(248,208,222); }
td.TdClassName
{
border-color: #F8D0DE;
}
.TagClassName
{
border-color: #F8D0DE;
}
</style>