Shades of Pig Pink #F2D6DF
Tints of Pig Pink #F2D6DF
RGB
CMYK
RGB Variations
Color information
#F2D6DF (or 0xF2D6DF) is known color: Pig Pink. HEX triplet: F2, D6 and DF. RGB value is (242,214,223). Sum of RGB (Red+Green+Blue) = 242+214+223=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 214 (83.98% from 255 or 31.52% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D6DF is #0D2920. Grayscale: #DFDFDF. Windows color (decimal): -862497 or 14669554. OLE color: 14669554.
HSL color Cylindrical-coordinate representation of color #F2D6DF: hue angle of 340.71º degrees, saturation: 0.52, 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 #F2D6DF is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 214 | 223 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.05 |
| HSL | 340.71º | 0.52% | 0.89% | - |
| HSV(B) | 340.71º | 0.12% | 0.95% | - |
| XYZ | 73.98 | 72.3 | 79.87 | - |
| YUV | 223.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 214 | 223 | 0 | 0.12 | 0.08 | 0.05 | 340.71 | 0.52 | 0.89 |
| Hex | F2 | D6 | DF | 0 | C | 8 | 5 | 155 | 34 | 59 |
| Octal | 362 | 326 | 337 | 0 | 14 | 10 | 5 | 525 | 64 | 131 |
| Binary | 11110010 | 11010110 | 11011111 | 0 | 1100 | 1000 | 101 | 101010101 | 110100 | 1011001 |
Color Harmonies of #F2D6DF
Complementary color
Monochromatic Colors of #F2D6DF
Black with #F2D6DF
Text Example
Text Example
White with #F2D6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D6DF; }
p { color: rgb(242,214,223); }
H1.HeaderClassName
{
color: #F2D6DF;
}
.AnyTagClassName
{
color: #F2D6DF;
}
</style>
background-color css
<style>
a { background-color: #F2D6DF; }
a { background-color: rgb(242,214,223); }
div.DivClassName
{
background-color: #F2D6DF;
}
.BgClassName
{
background-color: #F2D6DF;
}
</style>
border-color css
<style>
span { border-color: #F2D6DF; }
span { border-color: rgb(242,214,223); }
td.TdClassName
{
border-color: #F2D6DF;
}
.TagClassName
{
border-color: #F2D6DF;
}
</style>