Shades of Pig Pink #F5DDEC
Tints of Pig Pink #F5DDEC
RGB
CMYK
RGB Variations
Color information
#F5DDEC (or 0xF5DDEC) is known color: Pig Pink. HEX triplet: F5, DD and EC. RGB value is (245,221,236). Sum of RGB (Red+Green+Blue) = 245+221+236=702 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.90% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DDEC is #0A2213. Grayscale: #E5E5E5. Windows color (decimal): -664084 or 15523317. OLE color: 15523317.
HSL color Cylindrical-coordinate representation of color #F5DDEC: hue angle of 322.5º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5DDEC is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 236 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.04 |
| HSL | 322.5º | 0.55% | 0.91% | - |
| HSV(B) | 322.5º | 0.1% | 0.96% | - |
| XYZ | 78.65 | 77.18 | 90.11 | - |
| YUV | 229.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 236 | 0 | 0.10 | 0.04 | 0.04 | 322.5 | 0.55 | 0.91 |
| Hex | F5 | DD | EC | 0 | A | 4 | 4 | 142 | 37 | 5B |
| Octal | 365 | 335 | 354 | 0 | 12 | 4 | 4 | 502 | 67 | 133 |
| Binary | 11110101 | 11011101 | 11101100 | 0 | 1010 | 100 | 100 | 101000010 | 110111 | 1011011 |
Color Harmonies of #F5DDEC
Complementary color
Monochromatic Colors of #F5DDEC
Black with #F5DDEC
Text Example
Text Example
White with #F5DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDEC; }
p { color: rgb(245,221,236); }
H1.HeaderClassName
{
color: #F5DDEC;
}
.AnyTagClassName
{
color: #F5DDEC;
}
</style>
background-color css
<style>
a { background-color: #F5DDEC; }
a { background-color: rgb(245,221,236); }
div.DivClassName
{
background-color: #F5DDEC;
}
.BgClassName
{
background-color: #F5DDEC;
}
</style>
border-color css
<style>
span { border-color: #F5DDEC; }
span { border-color: rgb(245,221,236); }
td.TdClassName
{
border-color: #F5DDEC;
}
.TagClassName
{
border-color: #F5DDEC;
}
</style>