Shades of Pig Pink #F1D9E2
Tints of Pig Pink #F1D9E2
RGB
CMYK
RGB Variations
Color information
#F1D9E2 (or 0xF1D9E2) is known color: Pig Pink. HEX triplet: F1, D9 and E2. RGB value is (241,217,226). Sum of RGB (Red+Green+Blue) = 241+217+226=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 217 (85.16% from 255 or 31.73% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D9E2 is #0E261D. Grayscale: #E1E1E1. Windows color (decimal): -927262 or 14866929. OLE color: 14866929.
HSL color Cylindrical-coordinate representation of color #F1D9E2: hue angle of 337.5º 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 #F1D9E2 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 226 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.05 |
| HSL | 337.5º | 0.46% | 0.9% | - |
| HSV(B) | 337.5º | 0.1% | 0.95% | - |
| XYZ | 74.82 | 73.82 | 82.26 | - |
| YUV | 225.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 226 | 0 | 0.10 | 0.06 | 0.05 | 337.5 | 0.46 | 0.9 |
| Hex | F1 | D9 | E2 | 0 | A | 6 | 5 | 152 | 2E | 5A |
| Octal | 361 | 331 | 342 | 0 | 12 | 6 | 5 | 522 | 56 | 132 |
| Binary | 11110001 | 11011001 | 11100010 | 0 | 1010 | 110 | 101 | 101010010 | 101110 | 1011010 |
Color Harmonies of #F1D9E2
Complementary color
Monochromatic Colors of #F1D9E2
Black with #F1D9E2
Text Example
Text Example
White with #F1D9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D9E2; }
p { color: rgb(241,217,226); }
H1.HeaderClassName
{
color: #F1D9E2;
}
.AnyTagClassName
{
color: #F1D9E2;
}
</style>
background-color css
<style>
a { background-color: #F1D9E2; }
a { background-color: rgb(241,217,226); }
div.DivClassName
{
background-color: #F1D9E2;
}
.BgClassName
{
background-color: #F1D9E2;
}
</style>
border-color css
<style>
span { border-color: #F1D9E2; }
span { border-color: rgb(241,217,226); }
td.TdClassName
{
border-color: #F1D9E2;
}
.TagClassName
{
border-color: #F1D9E2;
}
</style>