Shades of Pig Pink #F1DCE6
Tints of Pig Pink #F1DCE6
RGB
CMYK
RGB Variations
Color information
#F1DCE6 (or 0xF1DCE6) is known color: Pig Pink. HEX triplet: F1, DC and E6. RGB value is (241,220,230). Sum of RGB (Red+Green+Blue) = 241+220+230=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DCE6 is #0E2319. Grayscale: #E3E3E3. Windows color (decimal): -926490 or 15129841. OLE color: 15129841.
HSL color Cylindrical-coordinate representation of color #F1DCE6: hue angle of 331.43º 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 #F1DCE6 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 230 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.05 |
| HSL | 331.43º | 0.43% | 0.9% | - |
| HSV(B) | 331.43º | 0.09% | 0.95% | - |
| XYZ | 76.15 | 75.6 | 85.44 | - |
| YUV | 227.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 230 | 0 | 0.09 | 0.05 | 0.05 | 331.43 | 0.43 | 0.9 |
| Hex | F1 | DC | E6 | 0 | 9 | 5 | 5 | 14B | 2B | 5A |
| Octal | 361 | 334 | 346 | 0 | 11 | 5 | 5 | 513 | 53 | 132 |
| Binary | 11110001 | 11011100 | 11100110 | 0 | 1001 | 101 | 101 | 101001011 | 101011 | 1011010 |
Color Harmonies of #F1DCE6
Complementary color
Monochromatic Colors of #F1DCE6
Black with #F1DCE6
Text Example
Text Example
White with #F1DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DCE6; }
p { color: rgb(241,220,230); }
H1.HeaderClassName
{
color: #F1DCE6;
}
.AnyTagClassName
{
color: #F1DCE6;
}
</style>
background-color css
<style>
a { background-color: #F1DCE6; }
a { background-color: rgb(241,220,230); }
div.DivClassName
{
background-color: #F1DCE6;
}
.BgClassName
{
background-color: #F1DCE6;
}
</style>
border-color css
<style>
span { border-color: #F1DCE6; }
span { border-color: rgb(241,220,230); }
td.TdClassName
{
border-color: #F1DCE6;
}
.TagClassName
{
border-color: #F1DCE6;
}
</style>