Shades of Pig Pink #F7D3E6
Tints of Pig Pink #F7D3E6
RGB
CMYK
RGB Variations
Color information
#F7D3E6 (or 0xF7D3E6) is known color: Pig Pink. HEX triplet: F7, D3 and E6. RGB value is (247,211,230). Sum of RGB (Red+Green+Blue) = 247+211+230=688 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.90% from 688); Green value is 211 (82.81% from 255 or 30.67% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D3E6 is #082C19. Grayscale: #DFDFDF. Windows color (decimal): -535578 or 15127543. OLE color: 15127543.
HSL color Cylindrical-coordinate representation of color #F7D3E6: hue angle of 328.33º degrees, saturation: 0.69, 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 #F7D3E6 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 211 | 230 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.03 |
| HSL | 328.33º | 0.69% | 0.9% | - |
| HSV(B) | 328.33º | 0.15% | 0.97% | - |
| XYZ | 75.93 | 72.08 | 84.77 | - |
| YUV | 223.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 211 | 230 | 0 | 0.15 | 0.07 | 0.03 | 328.33 | 0.69 | 0.9 |
| Hex | F7 | D3 | E6 | 0 | F | 7 | 3 | 148 | 45 | 5A |
| Octal | 367 | 323 | 346 | 0 | 17 | 7 | 3 | 510 | 105 | 132 |
| Binary | 11110111 | 11010011 | 11100110 | 0 | 1111 | 111 | 11 | 101001000 | 1000101 | 1011010 |
Color Harmonies of #F7D3E6
Complementary color
Monochromatic Colors of #F7D3E6
Black with #F7D3E6
Text Example
Text Example
White with #F7D3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D3E6; }
p { color: rgb(247,211,230); }
H1.HeaderClassName
{
color: #F7D3E6;
}
.AnyTagClassName
{
color: #F7D3E6;
}
</style>
background-color css
<style>
a { background-color: #F7D3E6; }
a { background-color: rgb(247,211,230); }
div.DivClassName
{
background-color: #F7D3E6;
}
.BgClassName
{
background-color: #F7D3E6;
}
</style>
border-color css
<style>
span { border-color: #F7D3E6; }
span { border-color: rgb(247,211,230); }
td.TdClassName
{
border-color: #F7D3E6;
}
.TagClassName
{
border-color: #F7D3E6;
}
</style>