Shades of Pig Pink #F1DCE5
Tints of Pig Pink #F1DCE5
RGB
CMYK
RGB Variations
Color information
#F1DCE5 (or 0xF1DCE5) is known color: Pig Pink. HEX triplet: F1, DC and E5. RGB value is (241,220,229). Sum of RGB (Red+Green+Blue) = 241+220+229=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 229 (89.84% from 255 or 33.19% from 690); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCE5 is #0E231A. Grayscale: #E3E3E3. Windows color (decimal): -926491 or 15064305. OLE color: 15064305.
HSL color Cylindrical-coordinate representation of color #F1DCE5: hue angle of 334.29º 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 #F1DCE5 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 229 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.05 |
| HSL | 334.29º | 0.43% | 0.9% | - |
| HSV(B) | 334.29º | 0.09% | 0.95% | - |
| XYZ | 76.01 | 75.54 | 84.7 | - |
| YUV | 227.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 229 | 0 | 0.09 | 0.05 | 0.05 | 334.29 | 0.43 | 0.9 |
| Hex | F1 | DC | E5 | 0 | 9 | 5 | 5 | 14E | 2B | 5A |
| Octal | 361 | 334 | 345 | 0 | 11 | 5 | 5 | 516 | 53 | 132 |
| Binary | 11110001 | 11011100 | 11100101 | 0 | 1001 | 101 | 101 | 101001110 | 101011 | 1011010 |
Color Harmonies of #F1DCE5
Complementary color
Monochromatic Colors of #F1DCE5
Black with #F1DCE5
Text Example
Text Example
White with #F1DCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DCE5; }
p { color: rgb(241,220,229); }
H1.HeaderClassName
{
color: #F1DCE5;
}
.AnyTagClassName
{
color: #F1DCE5;
}
</style>
background-color css
<style>
a { background-color: #F1DCE5; }
a { background-color: rgb(241,220,229); }
div.DivClassName
{
background-color: #F1DCE5;
}
.BgClassName
{
background-color: #F1DCE5;
}
</style>
border-color css
<style>
span { border-color: #F1DCE5; }
span { border-color: rgb(241,220,229); }
td.TdClassName
{
border-color: #F1DCE5;
}
.TagClassName
{
border-color: #F1DCE5;
}
</style>