Shades of Pig Pink #F7D4E6
Tints of Pig Pink #F7D4E6
RGB
CMYK
RGB Variations
Color information
#F7D4E6 (or 0xF7D4E6) is known color: Pig Pink. HEX triplet: F7, D4 and E6. RGB value is (247,212,230). Sum of RGB (Red+Green+Blue) = 247+212+230=689 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.85% from 689); Green value is 212 (83.20% from 255 or 30.77% from 689); Blue value is 230 (90.23% from 255 or 33.38% from 689); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D4E6 is #082B19. Grayscale: #E0E0E0. Windows color (decimal): -535322 or 15127799. OLE color: 15127799.
HSL color Cylindrical-coordinate representation of color #F7D4E6: hue angle of 329.14º degrees, saturation: 0.69, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F7D4E6 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 212 | 230 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.03 |
| HSL | 329.14º | 0.69% | 0.9% | - |
| HSV(B) | 329.14º | 0.14% | 0.97% | - |
| XYZ | 76.18 | 72.57 | 84.86 | - |
| YUV | 224.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 212 | 230 | 0 | 0.14 | 0.07 | 0.03 | 329.14 | 0.69 | 0.9 |
| Hex | F7 | D4 | E6 | 0 | E | 7 | 3 | 149 | 45 | 5A |
| Octal | 367 | 324 | 346 | 0 | 16 | 7 | 3 | 511 | 105 | 132 |
| Binary | 11110111 | 11010100 | 11100110 | 0 | 1110 | 111 | 11 | 101001001 | 1000101 | 1011010 |
Color Harmonies of #F7D4E6
Complementary color
Monochromatic Colors of #F7D4E6
Black with #F7D4E6
Text Example
Text Example
White with #F7D4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D4E6; }
p { color: rgb(247,212,230); }
H1.HeaderClassName
{
color: #F7D4E6;
}
.AnyTagClassName
{
color: #F7D4E6;
}
</style>
background-color css
<style>
a { background-color: #F7D4E6; }
a { background-color: rgb(247,212,230); }
div.DivClassName
{
background-color: #F7D4E6;
}
.BgClassName
{
background-color: #F7D4E6;
}
</style>
border-color css
<style>
span { border-color: #F7D4E6; }
span { border-color: rgb(247,212,230); }
td.TdClassName
{
border-color: #F7D4E6;
}
.TagClassName
{
border-color: #F7D4E6;
}
</style>