Shades of Pig Pink #F2E1ED
Tints of Pig Pink #F2E1ED
RGB
CMYK
RGB Variations
Color information
#F2E1ED (or 0xF2E1ED) is known color: Pig Pink. HEX triplet: F2, E1 and ED. RGB value is (242,225,237). Sum of RGB (Red+Green+Blue) = 242+225+237=704 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.38% from 704); Green value is 225 (88.28% from 255 or 31.96% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E1ED is #0D1E12. Grayscale: #E7E7E7. Windows color (decimal): -859667 or 15589874. OLE color: 15589874.
HSL color Cylindrical-coordinate representation of color #F2E1ED: hue angle of 317.65º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2E1ED is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 237 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.05 |
| HSL | 317.65º | 0.4% | 0.92% | - |
| HSV(B) | 317.65º | 0.07% | 0.95% | - |
| XYZ | 78.83 | 78.84 | 91.18 | - |
| YUV | 231.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 237 | 0 | 0.07 | 0.02 | 0.05 | 317.65 | 0.4 | 0.92 |
| Hex | F2 | E1 | ED | 0 | 7 | 2 | 5 | 13E | 28 | 5C |
| Octal | 362 | 341 | 355 | 0 | 7 | 2 | 5 | 476 | 50 | 134 |
| Binary | 11110010 | 11100001 | 11101101 | 0 | 111 | 10 | 101 | 100111110 | 101000 | 1011100 |
Color Harmonies of #F2E1ED
Complementary color
Monochromatic Colors of #F2E1ED
Black with #F2E1ED
Text Example
Text Example
White with #F2E1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1ED; }
p { color: rgb(242,225,237); }
H1.HeaderClassName
{
color: #F2E1ED;
}
.AnyTagClassName
{
color: #F2E1ED;
}
</style>
background-color css
<style>
a { background-color: #F2E1ED; }
a { background-color: rgb(242,225,237); }
div.DivClassName
{
background-color: #F2E1ED;
}
.BgClassName
{
background-color: #F2E1ED;
}
</style>
border-color css
<style>
span { border-color: #F2E1ED; }
span { border-color: rgb(242,225,237); }
td.TdClassName
{
border-color: #F2E1ED;
}
.TagClassName
{
border-color: #F2E1ED;
}
</style>