Shades of Pig Pink #F7DCEC
Tints of Pig Pink #F7DCEC
RGB
CMYK
RGB Variations
Color information
#F7DCEC (or 0xF7DCEC) is known color: Pig Pink. HEX triplet: F7, DC and EC. RGB value is (247,220,236). Sum of RGB (Red+Green+Blue) = 247+220+236=703 (93% of max value = 765). Red value is 247 (96.88% from 255 or 35.14% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DCEC is #082313. Grayscale: #E5E5E5. Windows color (decimal): -533268 or 15523063. OLE color: 15523063.
HSL color Cylindrical-coordinate representation of color #F7DCEC: hue angle of 324.44º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F7DCEC is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 236 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.03 |
| HSL | 324.44º | 0.63% | 0.92% | - |
| HSV(B) | 324.44º | 0.11% | 0.97% | - |
| XYZ | 79.09 | 77.02 | 90.05 | - |
| YUV | 229.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 236 | 0 | 0.11 | 0.04 | 0.03 | 324.44 | 0.63 | 0.92 |
| Hex | F7 | DC | EC | 0 | B | 4 | 3 | 144 | 3F | 5C |
| Octal | 367 | 334 | 354 | 0 | 13 | 4 | 3 | 504 | 77 | 134 |
| Binary | 11110111 | 11011100 | 11101100 | 0 | 1011 | 100 | 11 | 101000100 | 111111 | 1011100 |
Color Harmonies of #F7DCEC
Complementary color
Monochromatic Colors of #F7DCEC
Black with #F7DCEC
Text Example
Text Example
White with #F7DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DCEC; }
p { color: rgb(247,220,236); }
H1.HeaderClassName
{
color: #F7DCEC;
}
.AnyTagClassName
{
color: #F7DCEC;
}
</style>
background-color css
<style>
a { background-color: #F7DCEC; }
a { background-color: rgb(247,220,236); }
div.DivClassName
{
background-color: #F7DCEC;
}
.BgClassName
{
background-color: #F7DCEC;
}
</style>
border-color css
<style>
span { border-color: #F7DCEC; }
span { border-color: rgb(247,220,236); }
td.TdClassName
{
border-color: #F7DCEC;
}
.TagClassName
{
border-color: #F7DCEC;
}
</style>