Shades of Pig Pink #F8DDEC
Tints of Pig Pink #F8DDEC
RGB
CMYK
RGB Variations
Color information
#F8DDEC (or 0xF8DDEC) is known color: Pig Pink. HEX triplet: F8, DD and EC. RGB value is (248,221,236). Sum of RGB (Red+Green+Blue) = 248+221+236=705 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.18% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 236 (92.58% from 255 or 33.48% from 705); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DDEC is #072213. Grayscale: #E6E6E6. Windows color (decimal): -467476 or 15523320. OLE color: 15523320.
HSL color Cylindrical-coordinate representation of color #F8DDEC: hue angle of 326.67º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8DDEC is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 236 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.03 |
| HSL | 326.67º | 0.66% | 0.92% | - |
| HSV(B) | 326.67º | 0.11% | 0.97% | - |
| XYZ | 79.71 | 77.73 | 90.16 | - |
| YUV | 230.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 236 | 0 | 0.11 | 0.05 | 0.03 | 326.67 | 0.66 | 0.92 |
| Hex | F8 | DD | EC | 0 | B | 5 | 3 | 147 | 42 | 5C |
| Octal | 370 | 335 | 354 | 0 | 13 | 5 | 3 | 507 | 102 | 134 |
| Binary | 11111000 | 11011101 | 11101100 | 0 | 1011 | 101 | 11 | 101000111 | 1000010 | 1011100 |
Color Harmonies of #F8DDEC
Complementary color
Monochromatic Colors of #F8DDEC
Black with #F8DDEC
Text Example
Text Example
White with #F8DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DDEC; }
p { color: rgb(248,221,236); }
H1.HeaderClassName
{
color: #F8DDEC;
}
.AnyTagClassName
{
color: #F8DDEC;
}
</style>
background-color css
<style>
a { background-color: #F8DDEC; }
a { background-color: rgb(248,221,236); }
div.DivClassName
{
background-color: #F8DDEC;
}
.BgClassName
{
background-color: #F8DDEC;
}
</style>
border-color css
<style>
span { border-color: #F8DDEC; }
span { border-color: rgb(248,221,236); }
td.TdClassName
{
border-color: #F8DDEC;
}
.TagClassName
{
border-color: #F8DDEC;
}
</style>