Shades of Pig Pink #F7DFEC
Tints of Pig Pink #F7DFEC
RGB
CMYK
RGB Variations
Color information
#F7DFEC (or 0xF7DFEC) is known color: Pig Pink. HEX triplet: F7, DF and EC. RGB value is (247,223,236). Sum of RGB (Red+Green+Blue) = 247+223+236=706 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.99% from 706); Green value is 223 (87.5% from 255 or 31.59% from 706); Blue value is 236 (92.58% from 255 or 33.43% from 706); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DFEC is #082013. Grayscale: #E7E7E7. Windows color (decimal): -532500 or 15523831. OLE color: 15523831.
HSL color Cylindrical-coordinate representation of color #F7DFEC: hue angle of 327.5º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7DFEC is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 223 | 236 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.03 |
| HSL | 327.5º | 0.6% | 0.92% | - |
| HSV(B) | 327.5º | 0.1% | 0.97% | - |
| XYZ | 79.89 | 78.61 | 90.32 | - |
| YUV | 231.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 223 | 236 | 0 | 0.10 | 0.04 | 0.03 | 327.5 | 0.6 | 0.92 |
| Hex | F7 | DF | EC | 0 | A | 4 | 3 | 148 | 3C | 5C |
| Octal | 367 | 337 | 354 | 0 | 12 | 4 | 3 | 510 | 74 | 134 |
| Binary | 11110111 | 11011111 | 11101100 | 0 | 1010 | 100 | 11 | 101001000 | 111100 | 1011100 |
Color Harmonies of #F7DFEC
Complementary color
Monochromatic Colors of #F7DFEC
Black with #F7DFEC
Text Example
Text Example
White with #F7DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DFEC; }
p { color: rgb(247,223,236); }
H1.HeaderClassName
{
color: #F7DFEC;
}
.AnyTagClassName
{
color: #F7DFEC;
}
</style>
background-color css
<style>
a { background-color: #F7DFEC; }
a { background-color: rgb(247,223,236); }
div.DivClassName
{
background-color: #F7DFEC;
}
.BgClassName
{
background-color: #F7DFEC;
}
</style>
border-color css
<style>
span { border-color: #F7DFEC; }
span { border-color: rgb(247,223,236); }
td.TdClassName
{
border-color: #F7DFEC;
}
.TagClassName
{
border-color: #F7DFEC;
}
</style>