Shades of Pig Pink #F2E3ED
Tints of Pig Pink #F2E3ED
RGB
CMYK
RGB Variations
Color information
#F2E3ED (or 0xF2E3ED) is known color: Pig Pink. HEX triplet: F2, E3 and ED. RGB value is (242,227,237). Sum of RGB (Red+Green+Blue) = 242+227+237=706 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.28% from 706); Green value is 227 (89.06% from 255 or 32.15% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E3ED is #0D1C12. Grayscale: #E8E8E8. Windows color (decimal): -859155 or 15590386. OLE color: 15590386.
HSL color Cylindrical-coordinate representation of color #F2E3ED: hue angle of 320º degrees, saturation: 0.37, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F2E3ED is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 237 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.05 |
| HSL | 320º | 0.37% | 0.92% | - |
| HSV(B) | 320º | 0.06% | 0.95% | - |
| XYZ | 79.37 | 79.93 | 91.37 | - |
| YUV | 232.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 237 | 0 | 0.06 | 0.02 | 0.05 | 320 | 0.37 | 0.92 |
| Hex | F2 | E3 | ED | 0 | 6 | 2 | 5 | 140 | 25 | 5C |
| Octal | 362 | 343 | 355 | 0 | 6 | 2 | 5 | 500 | 45 | 134 |
| Binary | 11110010 | 11100011 | 11101101 | 0 | 110 | 10 | 101 | 101000000 | 100101 | 1011100 |
Color Harmonies of #F2E3ED
Complementary color
Monochromatic Colors of #F2E3ED
Black with #F2E3ED
Text Example
Text Example
White with #F2E3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E3ED; }
p { color: rgb(242,227,237); }
H1.HeaderClassName
{
color: #F2E3ED;
}
.AnyTagClassName
{
color: #F2E3ED;
}
</style>
background-color css
<style>
a { background-color: #F2E3ED; }
a { background-color: rgb(242,227,237); }
div.DivClassName
{
background-color: #F2E3ED;
}
.BgClassName
{
background-color: #F2E3ED;
}
</style>
border-color css
<style>
span { border-color: #F2E3ED; }
span { border-color: rgb(242,227,237); }
td.TdClassName
{
border-color: #F2E3ED;
}
.TagClassName
{
border-color: #F2E3ED;
}
</style>