Shades of Pig Pink #F7DEE6
Tints of Pig Pink #F7DEE6
RGB
CMYK
RGB Variations
Color information
#F7DEE6 (or 0xF7DEE6) is known color: Pig Pink. HEX triplet: F7, DE and E6. RGB value is (247,222,230). Sum of RGB (Red+Green+Blue) = 247+222+230=699 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.34% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 230 (90.23% from 255 or 32.90% from 699); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DEE6 is #082119. Grayscale: #E6E6E6. Windows color (decimal): -532762 or 15130359. OLE color: 15130359.
HSL color Cylindrical-coordinate representation of color #F7DEE6: hue angle of 340.8º degrees, saturation: 0.61, 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 #F7DEE6 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 222 | 230 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.03 |
| HSL | 340.8º | 0.61% | 0.92% | - |
| HSV(B) | 340.8º | 0.1% | 0.97% | - |
| XYZ | 78.76 | 77.73 | 85.72 | - |
| YUV | 230.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 222 | 230 | 0 | 0.10 | 0.07 | 0.03 | 340.8 | 0.61 | 0.92 |
| Hex | F7 | DE | E6 | 0 | A | 7 | 3 | 155 | 3D | 5C |
| Octal | 367 | 336 | 346 | 0 | 12 | 7 | 3 | 525 | 75 | 134 |
| Binary | 11110111 | 11011110 | 11100110 | 0 | 1010 | 111 | 11 | 101010101 | 111101 | 1011100 |
Color Harmonies of #F7DEE6
Complementary color
Monochromatic Colors of #F7DEE6
Black with #F7DEE6
Text Example
Text Example
White with #F7DEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DEE6; }
p { color: rgb(247,222,230); }
H1.HeaderClassName
{
color: #F7DEE6;
}
.AnyTagClassName
{
color: #F7DEE6;
}
</style>
background-color css
<style>
a { background-color: #F7DEE6; }
a { background-color: rgb(247,222,230); }
div.DivClassName
{
background-color: #F7DEE6;
}
.BgClassName
{
background-color: #F7DEE6;
}
</style>
border-color css
<style>
span { border-color: #F7DEE6; }
span { border-color: rgb(247,222,230); }
td.TdClassName
{
border-color: #F7DEE6;
}
.TagClassName
{
border-color: #F7DEE6;
}
</style>