Shades of Pig Pink #F9DCEC
Tints of Pig Pink #F9DCEC
RGB
CMYK
RGB Variations
Color information
#F9DCEC (or 0xF9DCEC) is known color: Pig Pink. HEX triplet: F9, DC and EC. RGB value is (249,220,236). Sum of RGB (Red+Green+Blue) = 249+220+236=705 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.32% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 236 (92.58% from 255 or 33.48% from 705); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DCEC is #062313. Grayscale: #E6E6E6. Windows color (decimal): -402196 or 15523065. OLE color: 15523065.
HSL color Cylindrical-coordinate representation of color #F9DCEC: hue angle of 326.9º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9DCEC is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 236 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.02 |
| HSL | 326.9º | 0.71% | 0.92% | - |
| HSV(B) | 326.9º | 0.12% | 0.98% | - |
| XYZ | 79.8 | 77.38 | 90.09 | - |
| YUV | 230.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 236 | 0 | 0.12 | 0.05 | 0.02 | 326.9 | 0.71 | 0.92 |
| Hex | F9 | DC | EC | 0 | C | 5 | 2 | 147 | 47 | 5C |
| Octal | 371 | 334 | 354 | 0 | 14 | 5 | 2 | 507 | 107 | 134 |
| Binary | 11111001 | 11011100 | 11101100 | 0 | 1100 | 101 | 10 | 101000111 | 1000111 | 1011100 |
Color Harmonies of #F9DCEC
Complementary color
Monochromatic Colors of #F9DCEC
Black with #F9DCEC
Text Example
Text Example
White with #F9DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DCEC; }
p { color: rgb(249,220,236); }
H1.HeaderClassName
{
color: #F9DCEC;
}
.AnyTagClassName
{
color: #F9DCEC;
}
</style>
background-color css
<style>
a { background-color: #F9DCEC; }
a { background-color: rgb(249,220,236); }
div.DivClassName
{
background-color: #F9DCEC;
}
.BgClassName
{
background-color: #F9DCEC;
}
</style>
border-color css
<style>
span { border-color: #F9DCEC; }
span { border-color: rgb(249,220,236); }
td.TdClassName
{
border-color: #F9DCEC;
}
.TagClassName
{
border-color: #F9DCEC;
}
</style>