Shades of Pig Pink #F1E2EC
Tints of Pig Pink #F1E2EC
RGB
CMYK
RGB Variations
Color information
#F1E2EC (or 0xF1E2EC) is known color: Pig Pink. HEX triplet: F1, E2 and EC. RGB value is (241,226,236). Sum of RGB (Red+Green+Blue) = 241+226+236=703 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.28% from 703); Green value is 226 (88.67% from 255 or 32.15% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E2EC is #0E1D13. Grayscale: #E7E7E7. Windows color (decimal): -924948 or 15524593. OLE color: 15524593.
HSL color Cylindrical-coordinate representation of color #F1E2EC: hue angle of 320º degrees, saturation: 0.35, 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 #F1E2EC is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 226 | 236 | - |
CMYK | 0 | 0.06 | 0.02 | 0.05 |
HSL | 320º | 0.35% | 0.92% | - |
HSV(B) | 320º | 0.06% | 0.95% | - |
XYZ | 78.61 | 79.15 | 90.49 | - |
YUV | 231.63 | 130.47 | 134.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 226 | 236 | 0 | 0.06 | 0.02 | 0.05 | 320 | 0.35 | 0.92 |
Hex | F1 | E2 | EC | 0 | 6 | 2 | 5 | 140 | 23 | 5C |
Octal | 361 | 342 | 354 | 0 | 6 | 2 | 5 | 500 | 43 | 134 |
Binary | 11110001 | 11100010 | 11101100 | 0 | 110 | 10 | 101 | 101000000 | 100011 | 1011100 |
Color Harmonies of #F1E2EC
Complementary color
Monochromatic Colors of #F1E2EC
Black with #F1E2EC
Text Example
Text Example
White with #F1E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E2EC; }
p { color: rgb(241,226,236); }
H1.HeaderClassName
{
color: #F1E2EC;
}
.AnyTagClassName
{
color: #F1E2EC;
}
</style>
background-color css
<style>
a { background-color: #F1E2EC; }
a { background-color: rgb(241,226,236); }
div.DivClassName
{
background-color: #F1E2EC;
}
.BgClassName
{
background-color: #F1E2EC;
}
</style>
border-color css
<style>
span { border-color: #F1E2EC; }
span { border-color: rgb(241,226,236); }
td.TdClassName
{
border-color: #F1E2EC;
}
.TagClassName
{
border-color: #F1E2EC;
}
</style>