Shades of Pig Pink #F4E0ED
Tints of Pig Pink #F4E0ED
RGB
CMYK
RGB Variations
Color information
#F4E0ED (or 0xF4E0ED) is known color: Pig Pink. HEX triplet: F4, E0 and ED. RGB value is (244,224,237). Sum of RGB (Red+Green+Blue) = 244+224+237=705 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.61% from 705); Green value is 224 (87.89% from 255 or 31.77% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4E0ED is #0B1F12. Grayscale: #E7E7E7. Windows color (decimal): -728851 or 15589620. OLE color: 15589620.
HSL color Cylindrical-coordinate representation of color #F4E0ED: hue angle of 321º degrees, saturation: 0.48, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F4E0ED is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 224 | 237 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.04 |
| HSL | 321º | 0.48% | 0.92% | - |
| HSV(B) | 321º | 0.08% | 0.96% | - |
| XYZ | 79.25 | 78.66 | 91.13 | - |
| YUV | 231.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 224 | 237 | 0 | 0.08 | 0.03 | 0.04 | 321 | 0.48 | 0.92 |
| Hex | F4 | E0 | ED | 0 | 8 | 3 | 4 | 141 | 30 | 5C |
| Octal | 364 | 340 | 355 | 0 | 10 | 3 | 4 | 501 | 60 | 134 |
| Binary | 11110100 | 11100000 | 11101101 | 0 | 1000 | 11 | 100 | 101000001 | 110000 | 1011100 |
Color Harmonies of #F4E0ED
Complementary color
Monochromatic Colors of #F4E0ED
Black with #F4E0ED
Text Example
Text Example
White with #F4E0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E0ED; }
p { color: rgb(244,224,237); }
H1.HeaderClassName
{
color: #F4E0ED;
}
.AnyTagClassName
{
color: #F4E0ED;
}
</style>
background-color css
<style>
a { background-color: #F4E0ED; }
a { background-color: rgb(244,224,237); }
div.DivClassName
{
background-color: #F4E0ED;
}
.BgClassName
{
background-color: #F4E0ED;
}
</style>
border-color css
<style>
span { border-color: #F4E0ED; }
span { border-color: rgb(244,224,237); }
td.TdClassName
{
border-color: #F4E0ED;
}
.TagClassName
{
border-color: #F4E0ED;
}
</style>