Shades of Pig Pink #F5E0EF
Tints of Pig Pink #F5E0EF
RGB
CMYK
RGB Variations
Color information
#F5E0EF (or 0xF5E0EF) is known color: Pig Pink. HEX triplet: F5, E0 and EF. RGB value is (245,224,239). Sum of RGB (Red+Green+Blue) = 245+224+239=708 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.60% from 708); Green value is 224 (87.89% from 255 or 31.64% from 708); Blue value is 239 (93.75% from 255 or 33.76% from 708); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E0EF is #0A1F10. Grayscale: #E7E7E7. Windows color (decimal): -663313 or 15720693. OLE color: 15720693.
HSL color Cylindrical-coordinate representation of color #F5E0EF: hue angle of 317.14º 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 #F5E0EF is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 239 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.04 |
| HSL | 317.14º | 0.51% | 0.92% | - |
| HSV(B) | 317.14º | 0.09% | 0.96% | - |
| XYZ | 79.89 | 78.96 | 92.69 | - |
| YUV | 231.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 239 | 0 | 0.09 | 0.02 | 0.04 | 317.14 | 0.51 | 0.92 |
| Hex | F5 | E0 | EF | 0 | 9 | 2 | 4 | 13D | 33 | 5C |
| Octal | 365 | 340 | 357 | 0 | 11 | 2 | 4 | 475 | 63 | 134 |
| Binary | 11110101 | 11100000 | 11101111 | 0 | 1001 | 10 | 100 | 100111101 | 110011 | 1011100 |
Color Harmonies of #F5E0EF
Complementary color
Monochromatic Colors of #F5E0EF
Black with #F5E0EF
Text Example
Text Example
White with #F5E0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E0EF; }
p { color: rgb(245,224,239); }
H1.HeaderClassName
{
color: #F5E0EF;
}
.AnyTagClassName
{
color: #F5E0EF;
}
</style>
background-color css
<style>
a { background-color: #F5E0EF; }
a { background-color: rgb(245,224,239); }
div.DivClassName
{
background-color: #F5E0EF;
}
.BgClassName
{
background-color: #F5E0EF;
}
</style>
border-color css
<style>
span { border-color: #F5E0EF; }
span { border-color: rgb(245,224,239); }
td.TdClassName
{
border-color: #F5E0EF;
}
.TagClassName
{
border-color: #F5E0EF;
}
</style>