Shades of Pig Pink #F1D4DF
Tints of Pig Pink #F1D4DF
RGB
CMYK
RGB Variations
Color information
#F1D4DF (or 0xF1D4DF) is known color: Pig Pink. HEX triplet: F1, D4 and DF. RGB value is (241,212,223). Sum of RGB (Red+Green+Blue) = 241+212+223=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 212 (83.20% from 255 or 31.36% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D4DF is #0E2B20. Grayscale: #DDDDDD. Windows color (decimal): -928545 or 14669041. OLE color: 14669041.
HSL color Cylindrical-coordinate representation of color #F1D4DF: hue angle of 337.24º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1D4DF is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 223 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.05 |
| HSL | 337.24º | 0.51% | 0.89% | - |
| HSV(B) | 337.24º | 0.12% | 0.95% | - |
| XYZ | 73.14 | 71.12 | 79.68 | - |
| YUV | 221.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 223 | 0 | 0.12 | 0.07 | 0.05 | 337.24 | 0.51 | 0.89 |
| Hex | F1 | D4 | DF | 0 | C | 7 | 5 | 151 | 33 | 59 |
| Octal | 361 | 324 | 337 | 0 | 14 | 7 | 5 | 521 | 63 | 131 |
| Binary | 11110001 | 11010100 | 11011111 | 0 | 1100 | 111 | 101 | 101010001 | 110011 | 1011001 |
Color Harmonies of #F1D4DF
Complementary color
Monochromatic Colors of #F1D4DF
Black with #F1D4DF
Text Example
Text Example
White with #F1D4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D4DF; }
p { color: rgb(241,212,223); }
H1.HeaderClassName
{
color: #F1D4DF;
}
.AnyTagClassName
{
color: #F1D4DF;
}
</style>
background-color css
<style>
a { background-color: #F1D4DF; }
a { background-color: rgb(241,212,223); }
div.DivClassName
{
background-color: #F1D4DF;
}
.BgClassName
{
background-color: #F1D4DF;
}
</style>
border-color css
<style>
span { border-color: #F1D4DF; }
span { border-color: rgb(241,212,223); }
td.TdClassName
{
border-color: #F1D4DF;
}
.TagClassName
{
border-color: #F1D4DF;
}
</style>