Shades of Pig Pink #F4D4DF
Tints of Pig Pink #F4D4DF
RGB
CMYK
RGB Variations
Color information
#F4D4DF (or 0xF4D4DF) is known color: Pig Pink. HEX triplet: F4, D4 and DF. RGB value is (244,212,223). Sum of RGB (Red+Green+Blue) = 244+212+223=679 (89% of max value = 765). Red value is 244 (95.70% from 255 or 35.94% from 679); Green value is 212 (83.20% from 255 or 31.22% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D4DF is #0B2B20. Grayscale: #DEDEDE. Windows color (decimal): -731937 or 14669044. OLE color: 14669044.
HSL color Cylindrical-coordinate representation of color #F4D4DF: hue angle of 339.38º degrees, saturation: 0.59, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F4D4DF is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 212 | 223 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.04 |
| HSL | 339.38º | 0.59% | 0.89% | - |
| HSV(B) | 339.38º | 0.13% | 0.96% | - |
| XYZ | 74.17 | 71.65 | 79.73 | - |
| YUV | 222.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 212 | 223 | 0 | 0.13 | 0.09 | 0.04 | 339.38 | 0.59 | 0.89 |
| Hex | F4 | D4 | DF | 0 | D | 9 | 4 | 153 | 3B | 59 |
| Octal | 364 | 324 | 337 | 0 | 15 | 11 | 4 | 523 | 73 | 131 |
| Binary | 11110100 | 11010100 | 11011111 | 0 | 1101 | 1001 | 100 | 101010011 | 111011 | 1011001 |
Color Harmonies of #F4D4DF
Complementary color
Monochromatic Colors of #F4D4DF
Black with #F4D4DF
Text Example
Text Example
White with #F4D4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D4DF; }
p { color: rgb(244,212,223); }
H1.HeaderClassName
{
color: #F4D4DF;
}
.AnyTagClassName
{
color: #F4D4DF;
}
</style>
background-color css
<style>
a { background-color: #F4D4DF; }
a { background-color: rgb(244,212,223); }
div.DivClassName
{
background-color: #F4D4DF;
}
.BgClassName
{
background-color: #F4D4DF;
}
</style>
border-color css
<style>
span { border-color: #F4D4DF; }
span { border-color: rgb(244,212,223); }
td.TdClassName
{
border-color: #F4D4DF;
}
.TagClassName
{
border-color: #F4D4DF;
}
</style>