Shades of Pig Pink #F2D4DF
Tints of Pig Pink #F2D4DF
RGB
CMYK
RGB Variations
Color information
#F2D4DF (or 0xF2D4DF) is known color: Pig Pink. HEX triplet: F2, D4 and DF. RGB value is (242,212,223). Sum of RGB (Red+Green+Blue) = 242+212+223=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 212 (83.20% from 255 or 31.31% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D4DF is #0D2B20. Grayscale: #DEDEDE. Windows color (decimal): -863009 or 14669042. OLE color: 14669042.
HSL color Cylindrical-coordinate representation of color #F2D4DF: hue angle of 338º degrees, saturation: 0.54, 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 #F2D4DF is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 212 | 223 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.05 |
| HSL | 338º | 0.54% | 0.89% | - |
| HSV(B) | 338º | 0.12% | 0.95% | - |
| XYZ | 73.48 | 71.29 | 79.7 | - |
| YUV | 222.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 212 | 223 | 0 | 0.12 | 0.08 | 0.05 | 338 | 0.54 | 0.89 |
| Hex | F2 | D4 | DF | 0 | C | 8 | 5 | 152 | 36 | 59 |
| Octal | 362 | 324 | 337 | 0 | 14 | 10 | 5 | 522 | 66 | 131 |
| Binary | 11110010 | 11010100 | 11011111 | 0 | 1100 | 1000 | 101 | 101010010 | 110110 | 1011001 |
Color Harmonies of #F2D4DF
Complementary color
Monochromatic Colors of #F2D4DF
Black with #F2D4DF
Text Example
Text Example
White with #F2D4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D4DF; }
p { color: rgb(242,212,223); }
H1.HeaderClassName
{
color: #F2D4DF;
}
.AnyTagClassName
{
color: #F2D4DF;
}
</style>
background-color css
<style>
a { background-color: #F2D4DF; }
a { background-color: rgb(242,212,223); }
div.DivClassName
{
background-color: #F2D4DF;
}
.BgClassName
{
background-color: #F2D4DF;
}
</style>
border-color css
<style>
span { border-color: #F2D4DF; }
span { border-color: rgb(242,212,223); }
td.TdClassName
{
border-color: #F2D4DF;
}
.TagClassName
{
border-color: #F2D4DF;
}
</style>