Shades of Pig Pink #FAD1E3
Tints of Pig Pink #FAD1E3
RGB
CMYK
RGB Variations
Color information
#FAD1E3 (or 0xFAD1E3) is known color: Pig Pink. HEX triplet: FA, D1 and E3. RGB value is (250,209,227). Sum of RGB (Red+Green+Blue) = 250+209+227=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 209 (82.03% from 255 or 30.47% from 686); Blue value is 227 (89.06% from 255 or 33.09% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1E3 is #052E1C. Grayscale: #DFDFDF. Windows color (decimal): -339485 or 14930426. OLE color: 14930426.
HSL color Cylindrical-coordinate representation of color #FAD1E3: hue angle of 333.66º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAD1E3 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 209 | 227 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.02 |
| HSL | 333.66º | 0.8% | 0.9% | - |
| HSV(B) | 333.66º | 0.16% | 0.98% | - |
| XYZ | 76.09 | 71.47 | 82.46 | - |
| YUV | 223.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 209 | 227 | 0 | 0.16 | 0.09 | 0.02 | 333.66 | 0.8 | 0.9 |
| Hex | FA | D1 | E3 | 0 | 10 | 9 | 2 | 14E | 50 | 5A |
| Octal | 372 | 321 | 343 | 0 | 20 | 11 | 2 | 516 | 120 | 132 |
| Binary | 11111010 | 11010001 | 11100011 | 0 | 10000 | 1001 | 10 | 101001110 | 1010000 | 1011010 |
Color Harmonies of #FAD1E3
Complementary color
Monochromatic Colors of #FAD1E3
Black with #FAD1E3
Text Example
Text Example
White with #FAD1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD1E3; }
p { color: rgb(250,209,227); }
H1.HeaderClassName
{
color: #FAD1E3;
}
.AnyTagClassName
{
color: #FAD1E3;
}
</style>
background-color css
<style>
a { background-color: #FAD1E3; }
a { background-color: rgb(250,209,227); }
div.DivClassName
{
background-color: #FAD1E3;
}
.BgClassName
{
background-color: #FAD1E3;
}
</style>
border-color css
<style>
span { border-color: #FAD1E3; }
span { border-color: rgb(250,209,227); }
td.TdClassName
{
border-color: #FAD1E3;
}
.TagClassName
{
border-color: #FAD1E3;
}
</style>