Shades of Pig Pink #F1DCE7
Tints of Pig Pink #F1DCE7
RGB
CMYK
RGB Variations
Color information
#F1DCE7 (or 0xF1DCE7) is known color: Pig Pink. HEX triplet: F1, DC and E7. RGB value is (241,220,231). Sum of RGB (Red+Green+Blue) = 241+220+231=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 231 (90.62% from 255 or 33.38% from 692); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DCE7 is #0E2318. Grayscale: #E3E3E3. Windows color (decimal): -926489 or 15195377. OLE color: 15195377.
HSL color Cylindrical-coordinate representation of color #F1DCE7: hue angle of 328.57º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1DCE7 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 231 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.05 |
| HSL | 328.57º | 0.43% | 0.9% | - |
| HSV(B) | 328.57º | 0.09% | 0.95% | - |
| XYZ | 76.29 | 75.66 | 86.18 | - |
| YUV | 227.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 231 | 0 | 0.09 | 0.04 | 0.05 | 328.57 | 0.43 | 0.9 |
| Hex | F1 | DC | E7 | 0 | 9 | 4 | 5 | 149 | 2B | 5A |
| Octal | 361 | 334 | 347 | 0 | 11 | 4 | 5 | 511 | 53 | 132 |
| Binary | 11110001 | 11011100 | 11100111 | 0 | 1001 | 100 | 101 | 101001001 | 101011 | 1011010 |
Color Harmonies of #F1DCE7
Complementary color
Monochromatic Colors of #F1DCE7
Black with #F1DCE7
Text Example
Text Example
White with #F1DCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DCE7; }
p { color: rgb(241,220,231); }
H1.HeaderClassName
{
color: #F1DCE7;
}
.AnyTagClassName
{
color: #F1DCE7;
}
</style>
background-color css
<style>
a { background-color: #F1DCE7; }
a { background-color: rgb(241,220,231); }
div.DivClassName
{
background-color: #F1DCE7;
}
.BgClassName
{
background-color: #F1DCE7;
}
</style>
border-color css
<style>
span { border-color: #F1DCE7; }
span { border-color: rgb(241,220,231); }
td.TdClassName
{
border-color: #F1DCE7;
}
.TagClassName
{
border-color: #F1DCE7;
}
</style>