Shades of Pig Pink #F7E0ED
Tints of Pig Pink #F7E0ED
RGB
CMYK
RGB Variations
Color information
#F7E0ED (or 0xF7E0ED) is known color: Pig Pink. HEX triplet: F7, E0 and ED. RGB value is (247,224,237). Sum of RGB (Red+Green+Blue) = 247+224+237=708 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.89% from 708); Green value is 224 (87.89% from 255 or 31.64% from 708); Blue value is 237 (92.97% from 255 or 33.47% from 708); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E0ED is #081F12. Grayscale: #E8E8E8. Windows color (decimal): -532243 or 15589623. OLE color: 15589623.
HSL color Cylindrical-coordinate representation of color #F7E0ED: hue angle of 326.09º 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 #F7E0ED is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 224 | 237 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.03 |
| HSL | 326.09º | 0.59% | 0.92% | - |
| HSV(B) | 326.09º | 0.09% | 0.97% | - |
| XYZ | 80.3 | 79.2 | 91.18 | - |
| YUV | 232.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 224 | 237 | 0 | 0.09 | 0.04 | 0.03 | 326.09 | 0.59 | 0.92 |
| Hex | F7 | E0 | ED | 0 | 9 | 4 | 3 | 146 | 3B | 5C |
| Octal | 367 | 340 | 355 | 0 | 11 | 4 | 3 | 506 | 73 | 134 |
| Binary | 11110111 | 11100000 | 11101101 | 0 | 1001 | 100 | 11 | 101000110 | 111011 | 1011100 |
Color Harmonies of #F7E0ED
Complementary color
Monochromatic Colors of #F7E0ED
Black with #F7E0ED
Text Example
Text Example
White with #F7E0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E0ED; }
p { color: rgb(247,224,237); }
H1.HeaderClassName
{
color: #F7E0ED;
}
.AnyTagClassName
{
color: #F7E0ED;
}
</style>
background-color css
<style>
a { background-color: #F7E0ED; }
a { background-color: rgb(247,224,237); }
div.DivClassName
{
background-color: #F7E0ED;
}
.BgClassName
{
background-color: #F7E0ED;
}
</style>
border-color css
<style>
span { border-color: #F7E0ED; }
span { border-color: rgb(247,224,237); }
td.TdClassName
{
border-color: #F7E0ED;
}
.TagClassName
{
border-color: #F7E0ED;
}
</style>