Shades of Pig Pink #F2D5DF
Tints of Pig Pink #F2D5DF
RGB
CMYK
RGB Variations
Color information
#F2D5DF (or 0xF2D5DF) is known color: Pig Pink. HEX triplet: F2, D5 and DF. RGB value is (242,213,223). Sum of RGB (Red+Green+Blue) = 242+213+223=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 213 (83.59% from 255 or 31.42% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D5DF is #0D2A20. Grayscale: #DEDEDE. Windows color (decimal): -862753 or 14669298. OLE color: 14669298.
HSL color Cylindrical-coordinate representation of color #F2D5DF: hue angle of 339.31º degrees, saturation: 0.53, 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 #F2D5DF is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 223 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.05 |
| HSL | 339.31º | 0.53% | 0.89% | - |
| HSV(B) | 339.31º | 0.12% | 0.95% | - |
| XYZ | 73.73 | 71.79 | 79.78 | - |
| YUV | 222.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 223 | 0 | 0.12 | 0.08 | 0.05 | 339.31 | 0.53 | 0.89 |
| Hex | F2 | D5 | DF | 0 | C | 8 | 5 | 153 | 35 | 59 |
| Octal | 362 | 325 | 337 | 0 | 14 | 10 | 5 | 523 | 65 | 131 |
| Binary | 11110010 | 11010101 | 11011111 | 0 | 1100 | 1000 | 101 | 101010011 | 110101 | 1011001 |
Color Harmonies of #F2D5DF
Complementary color
Monochromatic Colors of #F2D5DF
Black with #F2D5DF
Text Example
Text Example
White with #F2D5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D5DF; }
p { color: rgb(242,213,223); }
H1.HeaderClassName
{
color: #F2D5DF;
}
.AnyTagClassName
{
color: #F2D5DF;
}
</style>
background-color css
<style>
a { background-color: #F2D5DF; }
a { background-color: rgb(242,213,223); }
div.DivClassName
{
background-color: #F2D5DF;
}
.BgClassName
{
background-color: #F2D5DF;
}
</style>
border-color css
<style>
span { border-color: #F2D5DF; }
span { border-color: rgb(242,213,223); }
td.TdClassName
{
border-color: #F2D5DF;
}
.TagClassName
{
border-color: #F2D5DF;
}
</style>