Shades of Pig Pink #F4DCEC
Tints of Pig Pink #F4DCEC
RGB
CMYK
RGB Variations
Color information
#F4DCEC (or 0xF4DCEC) is known color: Pig Pink. HEX triplet: F4, DC and EC. RGB value is (244,220,236). Sum of RGB (Red+Green+Blue) = 244+220+236=700 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.86% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 236 (92.58% from 255 or 33.71% from 700); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DCEC is #0B2313. Grayscale: #E4E4E4. Windows color (decimal): -729876 or 15523060. OLE color: 15523060.
HSL color Cylindrical-coordinate representation of color #F4DCEC: hue angle of 320º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4DCEC is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 220 | 236 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.04 |
| HSL | 320º | 0.52% | 0.91% | - |
| HSV(B) | 320º | 0.1% | 0.96% | - |
| XYZ | 78.04 | 76.48 | 90 | - |
| YUV | 229 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 236 | 0 | 0.10 | 0.03 | 0.04 | 320 | 0.52 | 0.91 |
| Hex | F4 | DC | EC | 0 | A | 3 | 4 | 140 | 34 | 5B |
| Octal | 364 | 334 | 354 | 0 | 12 | 3 | 4 | 500 | 64 | 133 |
| Binary | 11110100 | 11011100 | 11101100 | 0 | 1010 | 11 | 100 | 101000000 | 110100 | 1011011 |
Color Harmonies of #F4DCEC
Complementary color
Monochromatic Colors of #F4DCEC
Black with #F4DCEC
Text Example
Text Example
White with #F4DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DCEC; }
p { color: rgb(244,220,236); }
H1.HeaderClassName
{
color: #F4DCEC;
}
.AnyTagClassName
{
color: #F4DCEC;
}
</style>
background-color css
<style>
a { background-color: #F4DCEC; }
a { background-color: rgb(244,220,236); }
div.DivClassName
{
background-color: #F4DCEC;
}
.BgClassName
{
background-color: #F4DCEC;
}
</style>
border-color css
<style>
span { border-color: #F4DCEC; }
span { border-color: rgb(244,220,236); }
td.TdClassName
{
border-color: #F4DCEC;
}
.TagClassName
{
border-color: #F4DCEC;
}
</style>