Shades of Pig Pink #F7D6EA
Tints of Pig Pink #F7D6EA
RGB
CMYK
RGB Variations
Color information
#F7D6EA (or 0xF7D6EA) is known color: Pig Pink. HEX triplet: F7, D6 and EA. RGB value is (247,214,234). Sum of RGB (Red+Green+Blue) = 247+214+234=695 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.54% from 695); Green value is 214 (83.98% from 255 or 30.79% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D6EA is #082915. Grayscale: #E2E2E2. Windows color (decimal): -534806 or 15390455. OLE color: 15390455.
HSL color Cylindrical-coordinate representation of color #F7D6EA: hue angle of 323.64º degrees, saturation: 0.67, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F7D6EA is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 214 | 234 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.03 |
| HSL | 323.64º | 0.67% | 0.9% | - |
| HSV(B) | 323.64º | 0.13% | 0.97% | - |
| XYZ | 77.26 | 73.81 | 88.02 | - |
| YUV | 226.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 214 | 234 | 0 | 0.13 | 0.05 | 0.03 | 323.64 | 0.67 | 0.9 |
| Hex | F7 | D6 | EA | 0 | D | 5 | 3 | 144 | 43 | 5A |
| Octal | 367 | 326 | 352 | 0 | 15 | 5 | 3 | 504 | 103 | 132 |
| Binary | 11110111 | 11010110 | 11101010 | 0 | 1101 | 101 | 11 | 101000100 | 1000011 | 1011010 |
Color Harmonies of #F7D6EA
Complementary color
Monochromatic Colors of #F7D6EA
Black with #F7D6EA
Text Example
Text Example
White with #F7D6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D6EA; }
p { color: rgb(247,214,234); }
H1.HeaderClassName
{
color: #F7D6EA;
}
.AnyTagClassName
{
color: #F7D6EA;
}
</style>
background-color css
<style>
a { background-color: #F7D6EA; }
a { background-color: rgb(247,214,234); }
div.DivClassName
{
background-color: #F7D6EA;
}
.BgClassName
{
background-color: #F7D6EA;
}
</style>
border-color css
<style>
span { border-color: #F7D6EA; }
span { border-color: rgb(247,214,234); }
td.TdClassName
{
border-color: #F7D6EA;
}
.TagClassName
{
border-color: #F7D6EA;
}
</style>