Shades of Pig Pink #F7D2E4
Tints of Pig Pink #F7D2E4
RGB
CMYK
RGB Variations
Color information
#F7D2E4 (or 0xF7D2E4) is known color: Pig Pink. HEX triplet: F7, D2 and E4. RGB value is (247,210,228). Sum of RGB (Red+Green+Blue) = 247+210+228=685 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.06% from 685); Green value is 210 (82.42% from 255 or 30.66% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D2E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D2E4 is #082D1B. Grayscale: #DFDFDF. Windows color (decimal): -535836 or 14996215. OLE color: 14996215.
HSL color Cylindrical-coordinate representation of color #F7D2E4: hue angle of 330.81º degrees, saturation: 0.7, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F7D2E4 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 210 | 228 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.03 |
| HSL | 330.81º | 0.7% | 0.9% | - |
| HSV(B) | 330.81º | 0.15% | 0.97% | - |
| XYZ | 75.41 | 71.47 | 83.22 | - |
| YUV | 223.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 210 | 228 | 0 | 0.15 | 0.08 | 0.03 | 330.81 | 0.7 | 0.9 |
| Hex | F7 | D2 | E4 | 0 | F | 8 | 3 | 14B | 46 | 5A |
| Octal | 367 | 322 | 344 | 0 | 17 | 10 | 3 | 513 | 106 | 132 |
| Binary | 11110111 | 11010010 | 11100100 | 0 | 1111 | 1000 | 11 | 101001011 | 1000110 | 1011010 |
Color Harmonies of #F7D2E4
Complementary color
Monochromatic Colors of #F7D2E4
Black with #F7D2E4
Text Example
Text Example
White with #F7D2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D2E4; }
p { color: rgb(247,210,228); }
H1.HeaderClassName
{
color: #F7D2E4;
}
.AnyTagClassName
{
color: #F7D2E4;
}
</style>
background-color css
<style>
a { background-color: #F7D2E4; }
a { background-color: rgb(247,210,228); }
div.DivClassName
{
background-color: #F7D2E4;
}
.BgClassName
{
background-color: #F7D2E4;
}
</style>
border-color css
<style>
span { border-color: #F7D2E4; }
span { border-color: rgb(247,210,228); }
td.TdClassName
{
border-color: #F7D2E4;
}
.TagClassName
{
border-color: #F7D2E4;
}
</style>