Shades of Pig Pink #F8D6E0
Tints of Pig Pink #F8D6E0
RGB
CMYK
RGB Variations
Color information
#F8D6E0 (or 0xF8D6E0) is known color: Pig Pink. HEX triplet: F8, D6 and E0. RGB value is (248,214,224). Sum of RGB (Red+Green+Blue) = 248+214+224=686 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.15% from 686); Green value is 214 (83.98% from 255 or 31.20% from 686); Blue value is 224 (87.89% from 255 or 32.65% from 686); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D6E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D6E0 is #07291F. Grayscale: #E1E1E1. Windows color (decimal): -469280 or 14735096. OLE color: 14735096.
HSL color Cylindrical-coordinate representation of color #F8D6E0: hue angle of 342.35º 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 #F8D6E0 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 214 | 224 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.03 |
| HSL | 342.35º | 0.71% | 0.91% | - |
| HSV(B) | 342.35º | 0.14% | 0.97% | - |
| XYZ | 76.21 | 73.43 | 80.68 | - |
| YUV | 225.31 | 127.26 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 214 | 224 | 0 | 0.14 | 0.10 | 0.03 | 342.35 | 0.71 | 0.91 |
| Hex | F8 | D6 | E0 | 0 | E | A | 3 | 156 | 47 | 5B |
| Octal | 370 | 326 | 340 | 0 | 16 | 12 | 3 | 526 | 107 | 133 |
| Binary | 11111000 | 11010110 | 11100000 | 0 | 1110 | 1010 | 11 | 101010110 | 1000111 | 1011011 |
Color Harmonies of #F8D6E0
Complementary color
Monochromatic Colors of #F8D6E0
Black with #F8D6E0
Text Example
Text Example
White with #F8D6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D6E0; }
p { color: rgb(248,214,224); }
H1.HeaderClassName
{
color: #F8D6E0;
}
.AnyTagClassName
{
color: #F8D6E0;
}
</style>
background-color css
<style>
a { background-color: #F8D6E0; }
a { background-color: rgb(248,214,224); }
div.DivClassName
{
background-color: #F8D6E0;
}
.BgClassName
{
background-color: #F8D6E0;
}
</style>
border-color css
<style>
span { border-color: #F8D6E0; }
span { border-color: rgb(248,214,224); }
td.TdClassName
{
border-color: #F8D6E0;
}
.TagClassName
{
border-color: #F8D6E0;
}
</style>