Shades of Pig Pink #FAD3DF
Tints of Pig Pink #FAD3DF
RGB
CMYK
RGB Variations
Color information
#FAD3DF (or 0xFAD3DF) is known color: Pig Pink. HEX triplet: FA, D3 and DF. RGB value is (250,211,223). Sum of RGB (Red+Green+Blue) = 250+211+223=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 211 (82.81% from 255 or 30.85% from 684); Blue value is 223 (87.5% from 255 or 32.60% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD3DF is #052C20. Grayscale: #E0E0E0. Windows color (decimal): -338977 or 14668794. OLE color: 14668794.
HSL color Cylindrical-coordinate representation of color #FAD3DF: hue angle of 341.54º 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 #FAD3DF is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 223 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.02 |
| HSL | 341.54º | 0.8% | 0.9% | - |
| HSV(B) | 341.54º | 0.16% | 0.98% | - |
| XYZ | 76.04 | 72.24 | 79.75 | - |
| YUV | 224.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 223 | 0 | 0.16 | 0.11 | 0.02 | 341.54 | 0.8 | 0.9 |
| Hex | FA | D3 | DF | 0 | 10 | B | 2 | 156 | 50 | 5A |
| Octal | 372 | 323 | 337 | 0 | 20 | 13 | 2 | 526 | 120 | 132 |
| Binary | 11111010 | 11010011 | 11011111 | 0 | 10000 | 1011 | 10 | 101010110 | 1010000 | 1011010 |
Color Harmonies of #FAD3DF
Complementary color
Monochromatic Colors of #FAD3DF
Black with #FAD3DF
Text Example
Text Example
White with #FAD3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD3DF; }
p { color: rgb(250,211,223); }
H1.HeaderClassName
{
color: #FAD3DF;
}
.AnyTagClassName
{
color: #FAD3DF;
}
</style>
background-color css
<style>
a { background-color: #FAD3DF; }
a { background-color: rgb(250,211,223); }
div.DivClassName
{
background-color: #FAD3DF;
}
.BgClassName
{
background-color: #FAD3DF;
}
</style>
border-color css
<style>
span { border-color: #FAD3DF; }
span { border-color: rgb(250,211,223); }
td.TdClassName
{
border-color: #FAD3DF;
}
.TagClassName
{
border-color: #FAD3DF;
}
</style>