Shades of Pig Pink #F1E1EA
Tints of Pig Pink #F1E1EA
RGB
CMYK
RGB Variations
Color information
#F1E1EA (or 0xF1E1EA) is known color: Pig Pink. HEX triplet: F1, E1 and EA. RGB value is (241,225,234). Sum of RGB (Red+Green+Blue) = 241+225+234=700 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.43% from 700); Green value is 225 (88.28% from 255 or 32.14% from 700); Blue value is 234 (91.80% from 255 or 33.43% from 700); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E1EA is #0E1E15. Grayscale: #E6E6E6. Windows color (decimal): -925206 or 15393265. OLE color: 15393265.
HSL color Cylindrical-coordinate representation of color #F1E1EA: hue angle of 326.25º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1E1EA is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 234 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.05 |
| HSL | 326.25º | 0.36% | 0.91% | - |
| HSV(B) | 326.25º | 0.07% | 0.95% | - |
| XYZ | 78.05 | 78.49 | 88.88 | - |
| YUV | 230.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 234 | 0 | 0.07 | 0.03 | 0.05 | 326.25 | 0.36 | 0.91 |
| Hex | F1 | E1 | EA | 0 | 7 | 3 | 5 | 146 | 24 | 5B |
| Octal | 361 | 341 | 352 | 0 | 7 | 3 | 5 | 506 | 44 | 133 |
| Binary | 11110001 | 11100001 | 11101010 | 0 | 111 | 11 | 101 | 101000110 | 100100 | 1011011 |
Color Harmonies of #F1E1EA
Complementary color
Monochromatic Colors of #F1E1EA
Black with #F1E1EA
Text Example
Text Example
White with #F1E1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E1EA; }
p { color: rgb(241,225,234); }
H1.HeaderClassName
{
color: #F1E1EA;
}
.AnyTagClassName
{
color: #F1E1EA;
}
</style>
background-color css
<style>
a { background-color: #F1E1EA; }
a { background-color: rgb(241,225,234); }
div.DivClassName
{
background-color: #F1E1EA;
}
.BgClassName
{
background-color: #F1E1EA;
}
</style>
border-color css
<style>
span { border-color: #F1E1EA; }
span { border-color: rgb(241,225,234); }
td.TdClassName
{
border-color: #F1E1EA;
}
.TagClassName
{
border-color: #F1E1EA;
}
</style>