Shades of Pig Pink #F7D7EA
Tints of Pig Pink #F7D7EA
RGB
CMYK
RGB Variations
Color information
#F7D7EA (or 0xF7D7EA) is known color: Pig Pink. HEX triplet: F7, D7 and EA. RGB value is (247,215,234). Sum of RGB (Red+Green+Blue) = 247+215+234=696 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.49% from 696); Green value is 215 (84.38% from 255 or 30.89% from 696); Blue value is 234 (91.80% from 255 or 33.62% from 696); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D7EA is #082815. Grayscale: #E2E2E2. Windows color (decimal): -534550 or 15390711. OLE color: 15390711.
HSL color Cylindrical-coordinate representation of color #F7D7EA: hue angle of 324.38º degrees, saturation: 0.67, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F7D7EA is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 215 | 234 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.03 |
| HSL | 324.38º | 0.67% | 0.91% | - |
| HSV(B) | 324.38º | 0.13% | 0.97% | - |
| XYZ | 77.51 | 74.32 | 88.1 | - |
| YUV | 226.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 215 | 234 | 0 | 0.13 | 0.05 | 0.03 | 324.38 | 0.67 | 0.91 |
| Hex | F7 | D7 | EA | 0 | D | 5 | 3 | 144 | 43 | 5B |
| Octal | 367 | 327 | 352 | 0 | 15 | 5 | 3 | 504 | 103 | 133 |
| Binary | 11110111 | 11010111 | 11101010 | 0 | 1101 | 101 | 11 | 101000100 | 1000011 | 1011011 |
Color Harmonies of #F7D7EA
Complementary color
Monochromatic Colors of #F7D7EA
Black with #F7D7EA
Text Example
Text Example
White with #F7D7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D7EA; }
p { color: rgb(247,215,234); }
H1.HeaderClassName
{
color: #F7D7EA;
}
.AnyTagClassName
{
color: #F7D7EA;
}
</style>
background-color css
<style>
a { background-color: #F7D7EA; }
a { background-color: rgb(247,215,234); }
div.DivClassName
{
background-color: #F7D7EA;
}
.BgClassName
{
background-color: #F7D7EA;
}
</style>
border-color css
<style>
span { border-color: #F7D7EA; }
span { border-color: rgb(247,215,234); }
td.TdClassName
{
border-color: #F7D7EA;
}
.TagClassName
{
border-color: #F7D7EA;
}
</style>