Shades of Pig Pink #F1D7E1
Tints of Pig Pink #F1D7E1
RGB
CMYK
RGB Variations
Color information
#F1D7E1 (or 0xF1D7E1) is known color: Pig Pink. HEX triplet: F1, D7 and E1. RGB value is (241,215,225). Sum of RGB (Red+Green+Blue) = 241+215+225=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 215 (84.38% from 255 or 31.57% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7E1 is #0E281E. Grayscale: #DFDFDF. Windows color (decimal): -927775 or 14800881. OLE color: 14800881.
HSL color Cylindrical-coordinate representation of color #F1D7E1: hue angle of 336.92º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1D7E1 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 215 | 225 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.05 |
| HSL | 336.92º | 0.48% | 0.89% | - |
| HSV(B) | 336.92º | 0.11% | 0.95% | - |
| XYZ | 74.17 | 72.74 | 81.36 | - |
| YUV | 223.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 215 | 225 | 0 | 0.11 | 0.07 | 0.05 | 336.92 | 0.48 | 0.89 |
| Hex | F1 | D7 | E1 | 0 | B | 7 | 5 | 151 | 30 | 59 |
| Octal | 361 | 327 | 341 | 0 | 13 | 7 | 5 | 521 | 60 | 131 |
| Binary | 11110001 | 11010111 | 11100001 | 0 | 1011 | 111 | 101 | 101010001 | 110000 | 1011001 |
Color Harmonies of #F1D7E1
Complementary color
Monochromatic Colors of #F1D7E1
Black with #F1D7E1
Text Example
Text Example
White with #F1D7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D7E1; }
p { color: rgb(241,215,225); }
H1.HeaderClassName
{
color: #F1D7E1;
}
.AnyTagClassName
{
color: #F1D7E1;
}
</style>
background-color css
<style>
a { background-color: #F1D7E1; }
a { background-color: rgb(241,215,225); }
div.DivClassName
{
background-color: #F1D7E1;
}
.BgClassName
{
background-color: #F1D7E1;
}
</style>
border-color css
<style>
span { border-color: #F1D7E1; }
span { border-color: rgb(241,215,225); }
td.TdClassName
{
border-color: #F1D7E1;
}
.TagClassName
{
border-color: #F1D7E1;
}
</style>