Shades of Pig Pink #F4DDEC
Tints of Pig Pink #F4DDEC
RGB
CMYK
RGB Variations
Color information
#F4DDEC (or 0xF4DDEC) is known color: Pig Pink. HEX triplet: F4, DD and EC. RGB value is (244,221,236). Sum of RGB (Red+Green+Blue) = 244+221+236=701 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.81% from 701); Green value is 221 (86.72% from 255 or 31.53% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DDEC is #0B2213. Grayscale: #E5E5E5. Windows color (decimal): -729620 or 15523316. OLE color: 15523316.
HSL color Cylindrical-coordinate representation of color #F4DDEC: hue angle of 320.87º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4DDEC is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 236 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.04 |
| HSL | 320.87º | 0.51% | 0.91% | - |
| HSV(B) | 320.87º | 0.09% | 0.96% | - |
| XYZ | 78.3 | 77 | 90.09 | - |
| YUV | 229.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 236 | 0 | 0.09 | 0.03 | 0.04 | 320.87 | 0.51 | 0.91 |
| Hex | F4 | DD | EC | 0 | 9 | 3 | 4 | 141 | 33 | 5B |
| Octal | 364 | 335 | 354 | 0 | 11 | 3 | 4 | 501 | 63 | 133 |
| Binary | 11110100 | 11011101 | 11101100 | 0 | 1001 | 11 | 100 | 101000001 | 110011 | 1011011 |
Color Harmonies of #F4DDEC
Complementary color
Monochromatic Colors of #F4DDEC
Black with #F4DDEC
Text Example
Text Example
White with #F4DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDEC; }
p { color: rgb(244,221,236); }
H1.HeaderClassName
{
color: #F4DDEC;
}
.AnyTagClassName
{
color: #F4DDEC;
}
</style>
background-color css
<style>
a { background-color: #F4DDEC; }
a { background-color: rgb(244,221,236); }
div.DivClassName
{
background-color: #F4DDEC;
}
.BgClassName
{
background-color: #F4DDEC;
}
</style>
border-color css
<style>
span { border-color: #F4DDEC; }
span { border-color: rgb(244,221,236); }
td.TdClassName
{
border-color: #F4DDEC;
}
.TagClassName
{
border-color: #F4DDEC;
}
</style>