Shades of Pig Pink #FAE1EC
Tints of Pig Pink #FAE1EC
RGB
CMYK
RGB Variations
Color information
#FAE1EC (or 0xFAE1EC) is known color: Pig Pink. HEX triplet: FA, E1 and EC. RGB value is (250,225,236). Sum of RGB (Red+Green+Blue) = 250+225+236=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 225 (88.28% from 255 or 31.65% from 711); Blue value is 236 (92.58% from 255 or 33.19% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE1EC is #051E13. Grayscale: #E9E9E9. Windows color (decimal): -335380 or 15524346. OLE color: 15524346.
HSL color Cylindrical-coordinate representation of color #FAE1EC: hue angle of 333.6º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE1EC is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 236 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.02 |
| HSL | 333.6º | 0.71% | 0.93% | - |
| HSV(B) | 333.6º | 0.1% | 0.98% | - |
| XYZ | 81.49 | 80.23 | 90.55 | - |
| YUV | 233.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 236 | 0 | 0.10 | 0.06 | 0.02 | 333.6 | 0.71 | 0.93 |
| Hex | FA | E1 | EC | 0 | A | 6 | 2 | 14E | 47 | 5D |
| Octal | 372 | 341 | 354 | 0 | 12 | 6 | 2 | 516 | 107 | 135 |
| Binary | 11111010 | 11100001 | 11101100 | 0 | 1010 | 110 | 10 | 101001110 | 1000111 | 1011101 |
Color Harmonies of #FAE1EC
Complementary color
Monochromatic Colors of #FAE1EC
Black with #FAE1EC
Text Example
Text Example
White with #FAE1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE1EC; }
p { color: rgb(250,225,236); }
H1.HeaderClassName
{
color: #FAE1EC;
}
.AnyTagClassName
{
color: #FAE1EC;
}
</style>
background-color css
<style>
a { background-color: #FAE1EC; }
a { background-color: rgb(250,225,236); }
div.DivClassName
{
background-color: #FAE1EC;
}
.BgClassName
{
background-color: #FAE1EC;
}
</style>
border-color css
<style>
span { border-color: #FAE1EC; }
span { border-color: rgb(250,225,236); }
td.TdClassName
{
border-color: #FAE1EC;
}
.TagClassName
{
border-color: #FAE1EC;
}
</style>