Shades of Pig Pink #F5D4DE
Tints of Pig Pink #F5D4DE
RGB
CMYK
RGB Variations
Color information
#F5D4DE (or 0xF5D4DE) is known color: Pig Pink. HEX triplet: F5, D4 and DE. RGB value is (245,212,222). Sum of RGB (Red+Green+Blue) = 245+212+222=679 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.08% from 679); Green value is 212 (83.20% from 255 or 31.22% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D4DE is #0A2B21. Grayscale: #DFDFDF. Windows color (decimal): -666402 or 14603509. OLE color: 14603509.
HSL color Cylindrical-coordinate representation of color #F5D4DE: hue angle of 341.82º degrees, saturation: 0.62, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5D4DE is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 222 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.04 |
| HSL | 341.82º | 0.62% | 0.9% | - |
| HSV(B) | 341.82º | 0.13% | 0.96% | - |
| XYZ | 74.38 | 71.77 | 79.04 | - |
| YUV | 223.01 | 127.43 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 222 | 0 | 0.13 | 0.09 | 0.04 | 341.82 | 0.62 | 0.9 |
| Hex | F5 | D4 | DE | 0 | D | 9 | 4 | 156 | 3E | 5A |
| Octal | 365 | 324 | 336 | 0 | 15 | 11 | 4 | 526 | 76 | 132 |
| Binary | 11110101 | 11010100 | 11011110 | 0 | 1101 | 1001 | 100 | 101010110 | 111110 | 1011010 |
Color Harmonies of #F5D4DE
Complementary color
Monochromatic Colors of #F5D4DE
Black with #F5D4DE
Text Example
Text Example
White with #F5D4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D4DE; }
p { color: rgb(245,212,222); }
H1.HeaderClassName
{
color: #F5D4DE;
}
.AnyTagClassName
{
color: #F5D4DE;
}
</style>
background-color css
<style>
a { background-color: #F5D4DE; }
a { background-color: rgb(245,212,222); }
div.DivClassName
{
background-color: #F5D4DE;
}
.BgClassName
{
background-color: #F5D4DE;
}
</style>
border-color css
<style>
span { border-color: #F5D4DE; }
span { border-color: rgb(245,212,222); }
td.TdClassName
{
border-color: #F5D4DE;
}
.TagClassName
{
border-color: #F5D4DE;
}
</style>