Shades of Pig Pink #FAE0F3
Tints of Pig Pink #FAE0F3
RGB
CMYK
RGB Variations
Color information
#FAE0F3 (or 0xFAE0F3) is known color: Pig Pink. HEX triplet: FA, E0 and F3. RGB value is (250,224,243). Sum of RGB (Red+Green+Blue) = 250+224+243=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 224 (87.89% from 255 or 31.24% from 717); Blue value is 243 (95.31% from 255 or 33.89% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE0F3 is #051F0C. Grayscale: #E9E9E9. Windows color (decimal): -335629 or 15982842. OLE color: 15982842.
HSL color Cylindrical-coordinate representation of color #FAE0F3: hue angle of 316.15º 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 #FAE0F3 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 243 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.02 |
| HSL | 316.15º | 0.72% | 0.93% | - |
| HSV(B) | 316.15º | 0.1% | 0.98% | - |
| XYZ | 82.26 | 80.11 | 95.92 | - |
| YUV | 233.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 243 | 0 | 0.10 | 0.03 | 0.02 | 316.15 | 0.72 | 0.93 |
| Hex | FA | E0 | F3 | 0 | A | 3 | 2 | 13C | 48 | 5D |
| Octal | 372 | 340 | 363 | 0 | 12 | 3 | 2 | 474 | 110 | 135 |
| Binary | 11111010 | 11100000 | 11110011 | 0 | 1010 | 11 | 10 | 100111100 | 1001000 | 1011101 |
Color Harmonies of #FAE0F3
Complementary color
Monochromatic Colors of #FAE0F3
Black with #FAE0F3
Text Example
Text Example
White with #FAE0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0F3; }
p { color: rgb(250,224,243); }
H1.HeaderClassName
{
color: #FAE0F3;
}
.AnyTagClassName
{
color: #FAE0F3;
}
</style>
background-color css
<style>
a { background-color: #FAE0F3; }
a { background-color: rgb(250,224,243); }
div.DivClassName
{
background-color: #FAE0F3;
}
.BgClassName
{
background-color: #FAE0F3;
}
</style>
border-color css
<style>
span { border-color: #FAE0F3; }
span { border-color: rgb(250,224,243); }
td.TdClassName
{
border-color: #FAE0F3;
}
.TagClassName
{
border-color: #FAE0F3;
}
</style>