Shades of Pig Pink #F1D9E1
Tints of Pig Pink #F1D9E1
RGB
CMYK
RGB Variations
Color information
#F1D9E1 (or 0xF1D9E1) is known color: Pig Pink. HEX triplet: F1, D9 and E1. RGB value is (241,217,225). Sum of RGB (Red+Green+Blue) = 241+217+225=683 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.29% from 683); Green value is 217 (85.16% from 255 or 31.77% from 683); Blue value is 225 (88.28% from 255 or 32.94% from 683); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D9E1 is #0E261E. Grayscale: #E1E1E1. Windows color (decimal): -927263 or 14801393. OLE color: 14801393.
HSL color Cylindrical-coordinate representation of color #F1D9E1: hue angle of 340º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1D9E1 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 225 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.05 |
| HSL | 340º | 0.46% | 0.9% | - |
| HSV(B) | 340º | 0.1% | 0.95% | - |
| XYZ | 74.68 | 73.76 | 81.54 | - |
| YUV | 225.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 225 | 0 | 0.10 | 0.07 | 0.05 | 340 | 0.46 | 0.9 |
| Hex | F1 | D9 | E1 | 0 | A | 7 | 5 | 154 | 2E | 5A |
| Octal | 361 | 331 | 341 | 0 | 12 | 7 | 5 | 524 | 56 | 132 |
| Binary | 11110001 | 11011001 | 11100001 | 0 | 1010 | 111 | 101 | 101010100 | 101110 | 1011010 |
Color Harmonies of #F1D9E1
Complementary color
Monochromatic Colors of #F1D9E1
Black with #F1D9E1
Text Example
Text Example
White with #F1D9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D9E1; }
p { color: rgb(241,217,225); }
H1.HeaderClassName
{
color: #F1D9E1;
}
.AnyTagClassName
{
color: #F1D9E1;
}
</style>
background-color css
<style>
a { background-color: #F1D9E1; }
a { background-color: rgb(241,217,225); }
div.DivClassName
{
background-color: #F1D9E1;
}
.BgClassName
{
background-color: #F1D9E1;
}
</style>
border-color css
<style>
span { border-color: #F1D9E1; }
span { border-color: rgb(241,217,225); }
td.TdClassName
{
border-color: #F1D9E1;
}
.TagClassName
{
border-color: #F1D9E1;
}
</style>