Shades of Pig Pink #F5E0EC
Tints of Pig Pink #F5E0EC
RGB
CMYK
RGB Variations
Color information
#F5E0EC (or 0xF5E0EC) is known color: Pig Pink. HEX triplet: F5, E0 and EC. RGB value is (245,224,236). Sum of RGB (Red+Green+Blue) = 245+224+236=705 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.75% from 705); Green value is 224 (87.89% from 255 or 31.77% from 705); Blue value is 236 (92.58% from 255 or 33.48% from 705); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E0EC is #0A1F13. Grayscale: #E7E7E7. Windows color (decimal): -663316 or 15524085. OLE color: 15524085.
HSL color Cylindrical-coordinate representation of color #F5E0EC: hue angle of 325.71º degrees, saturation: 0.51, 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 #F5E0EC is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 236 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.04 |
| HSL | 325.71º | 0.51% | 0.92% | - |
| HSV(B) | 325.71º | 0.09% | 0.96% | - |
| XYZ | 79.45 | 78.78 | 90.38 | - |
| YUV | 231.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 236 | 0 | 0.09 | 0.04 | 0.04 | 325.71 | 0.51 | 0.92 |
| Hex | F5 | E0 | EC | 0 | 9 | 4 | 4 | 146 | 33 | 5C |
| Octal | 365 | 340 | 354 | 0 | 11 | 4 | 4 | 506 | 63 | 134 |
| Binary | 11110101 | 11100000 | 11101100 | 0 | 1001 | 100 | 100 | 101000110 | 110011 | 1011100 |
Color Harmonies of #F5E0EC
Complementary color
Monochromatic Colors of #F5E0EC
Black with #F5E0EC
Text Example
Text Example
White with #F5E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E0EC; }
p { color: rgb(245,224,236); }
H1.HeaderClassName
{
color: #F5E0EC;
}
.AnyTagClassName
{
color: #F5E0EC;
}
</style>
background-color css
<style>
a { background-color: #F5E0EC; }
a { background-color: rgb(245,224,236); }
div.DivClassName
{
background-color: #F5E0EC;
}
.BgClassName
{
background-color: #F5E0EC;
}
</style>
border-color css
<style>
span { border-color: #F5E0EC; }
span { border-color: rgb(245,224,236); }
td.TdClassName
{
border-color: #F5E0EC;
}
.TagClassName
{
border-color: #F5E0EC;
}
</style>