Shades of Pig Pink #FAE2F0
Tints of Pig Pink #FAE2F0
RGB
CMYK
RGB Variations
Color information
#FAE2F0 (or 0xFAE2F0) is known color: Pig Pink. HEX triplet: FA, E2 and F0. RGB value is (250,226,240). Sum of RGB (Red+Green+Blue) = 250+226+240=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 226 (88.67% from 255 or 31.56% from 716); Blue value is 240 (94.14% from 255 or 33.52% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE2F0 is #051D0F. Grayscale: #EAEAEA. Windows color (decimal): -335120 or 15786746. OLE color: 15786746.
HSL color Cylindrical-coordinate representation of color #FAE2F0: hue angle of 325º 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 #FAE2F0 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 240 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.02 |
| HSL | 325º | 0.71% | 0.93% | - |
| HSV(B) | 325º | 0.1% | 0.98% | - |
| XYZ | 82.35 | 81.01 | 93.73 | - |
| YUV | 234.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 240 | 0 | 0.10 | 0.04 | 0.02 | 325 | 0.71 | 0.93 |
| Hex | FA | E2 | F0 | 0 | A | 4 | 2 | 145 | 47 | 5D |
| Octal | 372 | 342 | 360 | 0 | 12 | 4 | 2 | 505 | 107 | 135 |
| Binary | 11111010 | 11100010 | 11110000 | 0 | 1010 | 100 | 10 | 101000101 | 1000111 | 1011101 |
Color Harmonies of #FAE2F0
Complementary color
Monochromatic Colors of #FAE2F0
Black with #FAE2F0
Text Example
Text Example
White with #FAE2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE2F0; }
p { color: rgb(250,226,240); }
H1.HeaderClassName
{
color: #FAE2F0;
}
.AnyTagClassName
{
color: #FAE2F0;
}
</style>
background-color css
<style>
a { background-color: #FAE2F0; }
a { background-color: rgb(250,226,240); }
div.DivClassName
{
background-color: #FAE2F0;
}
.BgClassName
{
background-color: #FAE2F0;
}
</style>
border-color css
<style>
span { border-color: #FAE2F0; }
span { border-color: rgb(250,226,240); }
td.TdClassName
{
border-color: #FAE2F0;
}
.TagClassName
{
border-color: #FAE2F0;
}
</style>