Shades of Pig Pink #F5E0ED
Tints of Pig Pink #F5E0ED
RGB
CMYK
RGB Variations
Color information
#F5E0ED (or 0xF5E0ED) is known color: Pig Pink. HEX triplet: F5, E0 and ED. RGB value is (245,224,237). Sum of RGB (Red+Green+Blue) = 245+224+237=706 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.70% from 706); Green value is 224 (87.89% from 255 or 31.73% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E0ED is #0A1F12. Grayscale: #E7E7E7. Windows color (decimal): -663315 or 15589621. OLE color: 15589621.
HSL color Cylindrical-coordinate representation of color #F5E0ED: hue angle of 322.86º 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 #F5E0ED is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 237 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.04 |
| HSL | 322.86º | 0.51% | 0.92% | - |
| HSV(B) | 322.86º | 0.09% | 0.96% | - |
| XYZ | 79.6 | 78.84 | 91.14 | - |
| YUV | 231.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 237 | 0 | 0.09 | 0.03 | 0.04 | 322.86 | 0.51 | 0.92 |
| Hex | F5 | E0 | ED | 0 | 9 | 3 | 4 | 143 | 33 | 5C |
| Octal | 365 | 340 | 355 | 0 | 11 | 3 | 4 | 503 | 63 | 134 |
| Binary | 11110101 | 11100000 | 11101101 | 0 | 1001 | 11 | 100 | 101000011 | 110011 | 1011100 |
Color Harmonies of #F5E0ED
Complementary color
Monochromatic Colors of #F5E0ED
Black with #F5E0ED
Text Example
Text Example
White with #F5E0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E0ED; }
p { color: rgb(245,224,237); }
H1.HeaderClassName
{
color: #F5E0ED;
}
.AnyTagClassName
{
color: #F5E0ED;
}
</style>
background-color css
<style>
a { background-color: #F5E0ED; }
a { background-color: rgb(245,224,237); }
div.DivClassName
{
background-color: #F5E0ED;
}
.BgClassName
{
background-color: #F5E0ED;
}
</style>
border-color css
<style>
span { border-color: #F5E0ED; }
span { border-color: rgb(245,224,237); }
td.TdClassName
{
border-color: #F5E0ED;
}
.TagClassName
{
border-color: #F5E0ED;
}
</style>