Shades of Pig Pink #F8E1EC
Tints of Pig Pink #F8E1EC
RGB
CMYK
RGB Variations
Color information
#F8E1EC (or 0xF8E1EC) is known color: Pig Pink. HEX triplet: F8, E1 and EC. RGB value is (248,225,236). Sum of RGB (Red+Green+Blue) = 248+225+236=709 (93% of max value = 765). Red value is 248 (97.27% from 255 or 34.98% from 709); Green value is 225 (88.28% from 255 or 31.73% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E1EC is #071E13. Grayscale: #E9E9E9. Windows color (decimal): -466452 or 15524344. OLE color: 15524344.
HSL color Cylindrical-coordinate representation of color #F8E1EC: hue angle of 331.3º degrees, saturation: 0.62, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F8E1EC is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 225 | 236 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.03 |
| HSL | 331.3º | 0.62% | 0.93% | - |
| HSV(B) | 331.3º | 0.09% | 0.97% | - |
| XYZ | 80.78 | 79.86 | 90.51 | - |
| YUV | 233.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 236 | 0 | 0.09 | 0.05 | 0.03 | 331.3 | 0.62 | 0.93 |
| Hex | F8 | E1 | EC | 0 | 9 | 5 | 3 | 14B | 3E | 5D |
| Octal | 370 | 341 | 354 | 0 | 11 | 5 | 3 | 513 | 76 | 135 |
| Binary | 11111000 | 11100001 | 11101100 | 0 | 1001 | 101 | 11 | 101001011 | 111110 | 1011101 |
Color Harmonies of #F8E1EC
Complementary color
Monochromatic Colors of #F8E1EC
Black with #F8E1EC
Text Example
Text Example
White with #F8E1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E1EC; }
p { color: rgb(248,225,236); }
H1.HeaderClassName
{
color: #F8E1EC;
}
.AnyTagClassName
{
color: #F8E1EC;
}
</style>
background-color css
<style>
a { background-color: #F8E1EC; }
a { background-color: rgb(248,225,236); }
div.DivClassName
{
background-color: #F8E1EC;
}
.BgClassName
{
background-color: #F8E1EC;
}
</style>
border-color css
<style>
span { border-color: #F8E1EC; }
span { border-color: rgb(248,225,236); }
td.TdClassName
{
border-color: #F8E1EC;
}
.TagClassName
{
border-color: #F8E1EC;
}
</style>