Shades of Pig Pink #FFE1F0
Tints of Pig Pink #FFE1F0
RGB
CMYK
RGB Variations
Color information
#FFE1F0 (or 0xFFE1F0) is known color: Pig Pink. HEX triplet: FF, E1 and F0. RGB value is (255,225,240). Sum of RGB (Red+Green+Blue) = 255+225+240=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 225 (88.28% from 255 or 31.25% from 720); Blue value is 240 (94.14% from 255 or 33.33% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE1F0 is #001E0F. Grayscale: #EBEBEB. Windows color (decimal): -7696 or 15786495. OLE color: 15786495.
HSL color Cylindrical-coordinate representation of color #FFE1F0: hue angle of 330º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFE1F0 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 240 | - |
| CMYK | 0 | 0.12 | 0.06 | 0 |
| HSL | 330º | 1% | 0.94% | - |
| HSV(B) | 330º | 0.12% | 1% | - |
| XYZ | 83.89 | 81.4 | 93.73 | - |
| YUV | 235.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 240 | 0 | 0.12 | 0.06 | 0 | 330 | 1 | 0.94 |
| Hex | FF | E1 | F0 | 0 | C | 6 | 0 | 14A | 64 | 5E |
| Octal | 377 | 341 | 360 | 0 | 14 | 6 | 0 | 512 | 144 | 136 |
| Binary | 11111111 | 11100001 | 11110000 | 0 | 1100 | 110 | 0 | 101001010 | 1100100 | 1011110 |
Color Harmonies of #FFE1F0
Complementary color
Monochromatic Colors of #FFE1F0
Black with #FFE1F0
Text Example
Text Example
White with #FFE1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1F0; }
p { color: rgb(255,225,240); }
H1.HeaderClassName
{
color: #FFE1F0;
}
.AnyTagClassName
{
color: #FFE1F0;
}
</style>
background-color css
<style>
a { background-color: #FFE1F0; }
a { background-color: rgb(255,225,240); }
div.DivClassName
{
background-color: #FFE1F0;
}
.BgClassName
{
background-color: #FFE1F0;
}
</style>
border-color css
<style>
span { border-color: #FFE1F0; }
span { border-color: rgb(255,225,240); }
td.TdClassName
{
border-color: #FFE1F0;
}
.TagClassName
{
border-color: #FFE1F0;
}
</style>