Shades of Pig Pink #F4D3DE
Tints of Pig Pink #F4D3DE
RGB
CMYK
RGB Variations
Color information
#F4D3DE (or 0xF4D3DE) is known color: Pig Pink. HEX triplet: F4, D3 and DE. RGB value is (244,211,222). Sum of RGB (Red+Green+Blue) = 244+211+222=677 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.04% from 677); Green value is 211 (82.81% from 255 or 31.17% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D3DE is #0B2C21. Grayscale: #DEDEDE. Windows color (decimal): -732194 or 14603252. OLE color: 14603252.
HSL color Cylindrical-coordinate representation of color #F4D3DE: hue angle of 340º degrees, saturation: 0.6, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F4D3DE is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 211 | 222 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.04 |
| HSL | 340º | 0.6% | 0.89% | - |
| HSV(B) | 340º | 0.14% | 0.96% | - |
| XYZ | 73.79 | 71.1 | 78.94 | - |
| YUV | 222.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 211 | 222 | 0 | 0.14 | 0.09 | 0.04 | 340 | 0.6 | 0.89 |
| Hex | F4 | D3 | DE | 0 | E | 9 | 4 | 154 | 3C | 59 |
| Octal | 364 | 323 | 336 | 0 | 16 | 11 | 4 | 524 | 74 | 131 |
| Binary | 11110100 | 11010011 | 11011110 | 0 | 1110 | 1001 | 100 | 101010100 | 111100 | 1011001 |
Color Harmonies of #F4D3DE
Complementary color
Monochromatic Colors of #F4D3DE
Black with #F4D3DE
Text Example
Text Example
White with #F4D3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D3DE; }
p { color: rgb(244,211,222); }
H1.HeaderClassName
{
color: #F4D3DE;
}
.AnyTagClassName
{
color: #F4D3DE;
}
</style>
background-color css
<style>
a { background-color: #F4D3DE; }
a { background-color: rgb(244,211,222); }
div.DivClassName
{
background-color: #F4D3DE;
}
.BgClassName
{
background-color: #F4D3DE;
}
</style>
border-color css
<style>
span { border-color: #F4D3DE; }
span { border-color: rgb(244,211,222); }
td.TdClassName
{
border-color: #F4D3DE;
}
.TagClassName
{
border-color: #F4D3DE;
}
</style>