Shades of Pig Pink #F7E0EA
Tints of Pig Pink #F7E0EA
RGB
CMYK
RGB Variations
Color information
#F7E0EA (or 0xF7E0EA) is known color: Pig Pink. HEX triplet: F7, E0 and EA. RGB value is (247,224,234). Sum of RGB (Red+Green+Blue) = 247+224+234=705 (93% of max value = 765). Red value is 247 (96.88% from 255 or 35.04% from 705); Green value is 224 (87.89% from 255 or 31.77% from 705); Blue value is 234 (91.80% from 255 or 33.19% from 705); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E0EA is #081F15. Grayscale: #E8E8E8. Windows color (decimal): -532246 or 15393015. OLE color: 15393015.
HSL color Cylindrical-coordinate representation of color #F7E0EA: hue angle of 333.91º degrees, saturation: 0.59, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F7E0EA is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 224 | 234 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.03 |
| HSL | 333.91º | 0.59% | 0.92% | - |
| HSV(B) | 333.91º | 0.09% | 0.97% | - |
| XYZ | 79.86 | 79.03 | 88.89 | - |
| YUV | 232.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 224 | 234 | 0 | 0.09 | 0.05 | 0.03 | 333.91 | 0.59 | 0.92 |
| Hex | F7 | E0 | EA | 0 | 9 | 5 | 3 | 14E | 3B | 5C |
| Octal | 367 | 340 | 352 | 0 | 11 | 5 | 3 | 516 | 73 | 134 |
| Binary | 11110111 | 11100000 | 11101010 | 0 | 1001 | 101 | 11 | 101001110 | 111011 | 1011100 |
Color Harmonies of #F7E0EA
Complementary color
Monochromatic Colors of #F7E0EA
Black with #F7E0EA
Text Example
Text Example
White with #F7E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E0EA; }
p { color: rgb(247,224,234); }
H1.HeaderClassName
{
color: #F7E0EA;
}
.AnyTagClassName
{
color: #F7E0EA;
}
</style>
background-color css
<style>
a { background-color: #F7E0EA; }
a { background-color: rgb(247,224,234); }
div.DivClassName
{
background-color: #F7E0EA;
}
.BgClassName
{
background-color: #F7E0EA;
}
</style>
border-color css
<style>
span { border-color: #F7E0EA; }
span { border-color: rgb(247,224,234); }
td.TdClassName
{
border-color: #F7E0EA;
}
.TagClassName
{
border-color: #F7E0EA;
}
</style>