Shades of Pig Pink #F2E2EB
Tints of Pig Pink #F2E2EB
RGB
CMYK
RGB Variations
Color information
#F2E2EB (or 0xF2E2EB) is known color: Pig Pink. HEX triplet: F2, E2 and EB. RGB value is (242,226,235). Sum of RGB (Red+Green+Blue) = 242+226+235=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 226 (88.67% from 255 or 32.15% from 703); Blue value is 235 (92.19% from 255 or 33.43% from 703); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E2EB is #0D1D14. Grayscale: #E7E7E7. Windows color (decimal): -859413 or 15459058. OLE color: 15459058.
HSL color Cylindrical-coordinate representation of color #F2E2EB: hue angle of 326.25º degrees, saturation: 0.38, 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 #F2E2EB is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 235 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.05 |
| HSL | 326.25º | 0.38% | 0.92% | - |
| HSV(B) | 326.25º | 0.07% | 0.95% | - |
| XYZ | 78.81 | 79.27 | 89.74 | - |
| YUV | 231.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 235 | 0 | 0.07 | 0.03 | 0.05 | 326.25 | 0.38 | 0.92 |
| Hex | F2 | E2 | EB | 0 | 7 | 3 | 5 | 146 | 26 | 5C |
| Octal | 362 | 342 | 353 | 0 | 7 | 3 | 5 | 506 | 46 | 134 |
| Binary | 11110010 | 11100010 | 11101011 | 0 | 111 | 11 | 101 | 101000110 | 100110 | 1011100 |
Color Harmonies of #F2E2EB
Complementary color
Monochromatic Colors of #F2E2EB
Black with #F2E2EB
Text Example
Text Example
White with #F2E2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E2EB; }
p { color: rgb(242,226,235); }
H1.HeaderClassName
{
color: #F2E2EB;
}
.AnyTagClassName
{
color: #F2E2EB;
}
</style>
background-color css
<style>
a { background-color: #F2E2EB; }
a { background-color: rgb(242,226,235); }
div.DivClassName
{
background-color: #F2E2EB;
}
.BgClassName
{
background-color: #F2E2EB;
}
</style>
border-color css
<style>
span { border-color: #F2E2EB; }
span { border-color: rgb(242,226,235); }
td.TdClassName
{
border-color: #F2E2EB;
}
.TagClassName
{
border-color: #F2E2EB;
}
</style>