Shades of Pig Pink #FAE0F0
Tints of Pig Pink #FAE0F0
RGB
CMYK
RGB Variations
Color information
#FAE0F0 (or 0xFAE0F0) is known color: Pig Pink. HEX triplet: FA, E0 and F0. RGB value is (250,224,240). Sum of RGB (Red+Green+Blue) = 250+224+240=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 224 (87.89% from 255 or 31.37% from 714); Blue value is 240 (94.14% from 255 or 33.61% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE0F0 is #051F0F. Grayscale: #E9E9E9. Windows color (decimal): -335632 or 15786234. OLE color: 15786234.
HSL color Cylindrical-coordinate representation of color #FAE0F0: hue angle of 323.08º degrees, saturation: 0.72, 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 #FAE0F0 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 240 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.02 |
| HSL | 323.08º | 0.72% | 0.93% | - |
| HSV(B) | 323.08º | 0.1% | 0.98% | - |
| XYZ | 81.81 | 79.93 | 93.55 | - |
| YUV | 233.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 240 | 0 | 0.10 | 0.04 | 0.02 | 323.08 | 0.72 | 0.93 |
| Hex | FA | E0 | F0 | 0 | A | 4 | 2 | 143 | 48 | 5D |
| Octal | 372 | 340 | 360 | 0 | 12 | 4 | 2 | 503 | 110 | 135 |
| Binary | 11111010 | 11100000 | 11110000 | 0 | 1010 | 100 | 10 | 101000011 | 1001000 | 1011101 |
Color Harmonies of #FAE0F0
Complementary color
Monochromatic Colors of #FAE0F0
Black with #FAE0F0
Text Example
Text Example
White with #FAE0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0F0; }
p { color: rgb(250,224,240); }
H1.HeaderClassName
{
color: #FAE0F0;
}
.AnyTagClassName
{
color: #FAE0F0;
}
</style>
background-color css
<style>
a { background-color: #FAE0F0; }
a { background-color: rgb(250,224,240); }
div.DivClassName
{
background-color: #FAE0F0;
}
.BgClassName
{
background-color: #FAE0F0;
}
</style>
border-color css
<style>
span { border-color: #FAE0F0; }
span { border-color: rgb(250,224,240); }
td.TdClassName
{
border-color: #FAE0F0;
}
.TagClassName
{
border-color: #FAE0F0;
}
</style>