Shades of Pig Pink #F8E1ED
Tints of Pig Pink #F8E1ED
RGB
CMYK
RGB Variations
Color information
#F8E1ED (or 0xF8E1ED) is known color: Pig Pink. HEX triplet: F8, E1 and ED. RGB value is (248,225,237). Sum of RGB (Red+Green+Blue) = 248+225+237=710 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.93% from 710); Green value is 225 (88.28% from 255 or 31.69% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E1ED is #071E12. Grayscale: #E9E9E9. Windows color (decimal): -466451 or 15589880. OLE color: 15589880.
HSL color Cylindrical-coordinate representation of color #F8E1ED: hue angle of 328.7º 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 #F8E1ED is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 225 | 237 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.03 |
| HSL | 328.7º | 0.62% | 0.93% | - |
| HSV(B) | 328.7º | 0.09% | 0.97% | - |
| XYZ | 80.92 | 79.92 | 91.28 | - |
| YUV | 233.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 237 | 0 | 0.09 | 0.04 | 0.03 | 328.7 | 0.62 | 0.93 |
| Hex | F8 | E1 | ED | 0 | 9 | 4 | 3 | 149 | 3E | 5D |
| Octal | 370 | 341 | 355 | 0 | 11 | 4 | 3 | 511 | 76 | 135 |
| Binary | 11111000 | 11100001 | 11101101 | 0 | 1001 | 100 | 11 | 101001001 | 111110 | 1011101 |
Color Harmonies of #F8E1ED
Complementary color
Monochromatic Colors of #F8E1ED
Black with #F8E1ED
Text Example
Text Example
White with #F8E1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E1ED; }
p { color: rgb(248,225,237); }
H1.HeaderClassName
{
color: #F8E1ED;
}
.AnyTagClassName
{
color: #F8E1ED;
}
</style>
background-color css
<style>
a { background-color: #F8E1ED; }
a { background-color: rgb(248,225,237); }
div.DivClassName
{
background-color: #F8E1ED;
}
.BgClassName
{
background-color: #F8E1ED;
}
</style>
border-color css
<style>
span { border-color: #F8E1ED; }
span { border-color: rgb(248,225,237); }
td.TdClassName
{
border-color: #F8E1ED;
}
.TagClassName
{
border-color: #F8E1ED;
}
</style>