Shades of Pig Pink #F5DFEC
Tints of Pig Pink #F5DFEC
RGB
CMYK
RGB Variations
Color information
#F5DFEC (or 0xF5DFEC) is known color: Pig Pink. HEX triplet: F5, DF and EC. RGB value is (245,223,236). Sum of RGB (Red+Green+Blue) = 245+223+236=704 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.80% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 236 (92.58% from 255 or 33.52% from 704); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DFEC is #0A2013. Grayscale: #E7E7E7. Windows color (decimal): -663572 or 15523829. OLE color: 15523829.
HSL color Cylindrical-coordinate representation of color #F5DFEC: hue angle of 324.55º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5DFEC is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 236 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.04 |
| HSL | 324.55º | 0.52% | 0.92% | - |
| HSV(B) | 324.55º | 0.09% | 0.96% | - |
| XYZ | 79.18 | 78.24 | 90.29 | - |
| YUV | 231.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 236 | 0 | 0.09 | 0.04 | 0.04 | 324.55 | 0.52 | 0.92 |
| Hex | F5 | DF | EC | 0 | 9 | 4 | 4 | 145 | 34 | 5C |
| Octal | 365 | 337 | 354 | 0 | 11 | 4 | 4 | 505 | 64 | 134 |
| Binary | 11110101 | 11011111 | 11101100 | 0 | 1001 | 100 | 100 | 101000101 | 110100 | 1011100 |
Color Harmonies of #F5DFEC
Complementary color
Monochromatic Colors of #F5DFEC
Black with #F5DFEC
Text Example
Text Example
White with #F5DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DFEC; }
p { color: rgb(245,223,236); }
H1.HeaderClassName
{
color: #F5DFEC;
}
.AnyTagClassName
{
color: #F5DFEC;
}
</style>
background-color css
<style>
a { background-color: #F5DFEC; }
a { background-color: rgb(245,223,236); }
div.DivClassName
{
background-color: #F5DFEC;
}
.BgClassName
{
background-color: #F5DFEC;
}
</style>
border-color css
<style>
span { border-color: #F5DFEC; }
span { border-color: rgb(245,223,236); }
td.TdClassName
{
border-color: #F5DFEC;
}
.TagClassName
{
border-color: #F5DFEC;
}
</style>