Shades of Pig Pink #F4D4DE
Tints of Pig Pink #F4D4DE
RGB
CMYK
RGB Variations
Color information
#F4D4DE (or 0xF4D4DE) is known color: Pig Pink. HEX triplet: F4, D4 and DE. RGB value is (244,212,222). Sum of RGB (Red+Green+Blue) = 244+212+222=678 (89% of max value = 765). Red value is 244 (95.70% from 255 or 35.99% from 678); Green value is 212 (83.20% from 255 or 31.27% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D4DE is #0B2B21. Grayscale: #DEDEDE. Windows color (decimal): -731938 or 14603508. OLE color: 14603508.
HSL color Cylindrical-coordinate representation of color #F4D4DE: hue angle of 341.25º 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 #F4D4DE is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 212 | 222 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.04 |
| HSL | 341.25º | 0.59% | 0.89% | - |
| HSV(B) | 341.25º | 0.13% | 0.96% | - |
| XYZ | 74.04 | 71.59 | 79.02 | - |
| YUV | 222.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 212 | 222 | 0 | 0.13 | 0.09 | 0.04 | 341.25 | 0.59 | 0.89 |
| Hex | F4 | D4 | DE | 0 | D | 9 | 4 | 155 | 3B | 59 |
| Octal | 364 | 324 | 336 | 0 | 15 | 11 | 4 | 525 | 73 | 131 |
| Binary | 11110100 | 11010100 | 11011110 | 0 | 1101 | 1001 | 100 | 101010101 | 111011 | 1011001 |
Color Harmonies of #F4D4DE
Complementary color
Monochromatic Colors of #F4D4DE
Black with #F4D4DE
Text Example
Text Example
White with #F4D4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D4DE; }
p { color: rgb(244,212,222); }
H1.HeaderClassName
{
color: #F4D4DE;
}
.AnyTagClassName
{
color: #F4D4DE;
}
</style>
background-color css
<style>
a { background-color: #F4D4DE; }
a { background-color: rgb(244,212,222); }
div.DivClassName
{
background-color: #F4D4DE;
}
.BgClassName
{
background-color: #F4D4DE;
}
</style>
border-color css
<style>
span { border-color: #F4D4DE; }
span { border-color: rgb(244,212,222); }
td.TdClassName
{
border-color: #F4D4DE;
}
.TagClassName
{
border-color: #F4D4DE;
}
</style>