Shades of Pig Pink #F7E2ED
Tints of Pig Pink #F7E2ED
RGB
CMYK
RGB Variations
Color information
#F7E2ED (or 0xF7E2ED) is known color: Pig Pink. HEX triplet: F7, E2 and ED. RGB value is (247,226,237). Sum of RGB (Red+Green+Blue) = 247+226+237=710 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.79% from 710); Green value is 226 (88.67% from 255 or 31.83% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E2ED is #081D12. Grayscale: #E9E9E9. Windows color (decimal): -531731 or 15590135. OLE color: 15590135.
HSL color Cylindrical-coordinate representation of color #F7E2ED: hue angle of 328.57º degrees, saturation: 0.57, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F7E2ED is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 226 | 237 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.03 |
| HSL | 328.57º | 0.57% | 0.93% | - |
| HSV(B) | 328.57º | 0.09% | 0.97% | - |
| XYZ | 80.84 | 80.28 | 91.36 | - |
| YUV | 233.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 226 | 237 | 0 | 0.09 | 0.04 | 0.03 | 328.57 | 0.57 | 0.93 |
| Hex | F7 | E2 | ED | 0 | 9 | 4 | 3 | 149 | 39 | 5D |
| Octal | 367 | 342 | 355 | 0 | 11 | 4 | 3 | 511 | 71 | 135 |
| Binary | 11110111 | 11100010 | 11101101 | 0 | 1001 | 100 | 11 | 101001001 | 111001 | 1011101 |
Color Harmonies of #F7E2ED
Complementary color
Monochromatic Colors of #F7E2ED
Black with #F7E2ED
Text Example
Text Example
White with #F7E2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E2ED; }
p { color: rgb(247,226,237); }
H1.HeaderClassName
{
color: #F7E2ED;
}
.AnyTagClassName
{
color: #F7E2ED;
}
</style>
background-color css
<style>
a { background-color: #F7E2ED; }
a { background-color: rgb(247,226,237); }
div.DivClassName
{
background-color: #F7E2ED;
}
.BgClassName
{
background-color: #F7E2ED;
}
</style>
border-color css
<style>
span { border-color: #F7E2ED; }
span { border-color: rgb(247,226,237); }
td.TdClassName
{
border-color: #F7E2ED;
}
.TagClassName
{
border-color: #F7E2ED;
}
</style>