Shades of Pig Pink #FAD1DF
Tints of Pig Pink #FAD1DF
RGB
CMYK
RGB Variations
Color information
#FAD1DF (or 0xFAD1DF) is known color: Pig Pink. HEX triplet: FA, D1 and DF. RGB value is (250,209,223). Sum of RGB (Red+Green+Blue) = 250+209+223=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 209 (82.03% from 255 or 30.65% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1DF is #052E20. Grayscale: #DEDEDE. Windows color (decimal): -339489 or 14668282. OLE color: 14668282.
HSL color Cylindrical-coordinate representation of color #FAD1DF: hue angle of 339.51º 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 #FAD1DF is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 209 | 223 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.02 |
| HSL | 339.51º | 0.8% | 0.9% | - |
| HSV(B) | 339.51º | 0.16% | 0.98% | - |
| XYZ | 75.54 | 71.25 | 79.58 | - |
| YUV | 222.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 209 | 223 | 0 | 0.16 | 0.11 | 0.02 | 339.51 | 0.8 | 0.9 |
| Hex | FA | D1 | DF | 0 | 10 | B | 2 | 154 | 50 | 5A |
| Octal | 372 | 321 | 337 | 0 | 20 | 13 | 2 | 524 | 120 | 132 |
| Binary | 11111010 | 11010001 | 11011111 | 0 | 10000 | 1011 | 10 | 101010100 | 1010000 | 1011010 |
Color Harmonies of #FAD1DF
Complementary color
Monochromatic Colors of #FAD1DF
Black with #FAD1DF
Text Example
Text Example
White with #FAD1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD1DF; }
p { color: rgb(250,209,223); }
H1.HeaderClassName
{
color: #FAD1DF;
}
.AnyTagClassName
{
color: #FAD1DF;
}
</style>
background-color css
<style>
a { background-color: #FAD1DF; }
a { background-color: rgb(250,209,223); }
div.DivClassName
{
background-color: #FAD1DF;
}
.BgClassName
{
background-color: #FAD1DF;
}
</style>
border-color css
<style>
span { border-color: #FAD1DF; }
span { border-color: rgb(250,209,223); }
td.TdClassName
{
border-color: #FAD1DF;
}
.TagClassName
{
border-color: #FAD1DF;
}
</style>