Shades of Pig Pink #FAD2DF
Tints of Pig Pink #FAD2DF
RGB
CMYK
RGB Variations
Color information
#FAD2DF (or 0xFAD2DF) is known color: Pig Pink. HEX triplet: FA, D2 and DF. RGB value is (250,210,223). Sum of RGB (Red+Green+Blue) = 250+210+223=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 210 (82.42% from 255 or 30.75% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD2DF is #052D20. Grayscale: #DFDFDF. Windows color (decimal): -339233 or 14668538. OLE color: 14668538.
HSL color Cylindrical-coordinate representation of color #FAD2DF: hue angle of 340.5º 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 #FAD2DF is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 223 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.02 |
| HSL | 340.5º | 0.8% | 0.9% | - |
| HSV(B) | 340.5º | 0.16% | 0.98% | - |
| XYZ | 75.79 | 71.74 | 79.67 | - |
| YUV | 223.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 223 | 0 | 0.16 | 0.11 | 0.02 | 340.5 | 0.8 | 0.9 |
| Hex | FA | D2 | DF | 0 | 10 | B | 2 | 154 | 50 | 5A |
| Octal | 372 | 322 | 337 | 0 | 20 | 13 | 2 | 524 | 120 | 132 |
| Binary | 11111010 | 11010010 | 11011111 | 0 | 10000 | 1011 | 10 | 101010100 | 1010000 | 1011010 |
Color Harmonies of #FAD2DF
Complementary color
Monochromatic Colors of #FAD2DF
Black with #FAD2DF
Text Example
Text Example
White with #FAD2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD2DF; }
p { color: rgb(250,210,223); }
H1.HeaderClassName
{
color: #FAD2DF;
}
.AnyTagClassName
{
color: #FAD2DF;
}
</style>
background-color css
<style>
a { background-color: #FAD2DF; }
a { background-color: rgb(250,210,223); }
div.DivClassName
{
background-color: #FAD2DF;
}
.BgClassName
{
background-color: #FAD2DF;
}
</style>
border-color css
<style>
span { border-color: #FAD2DF; }
span { border-color: rgb(250,210,223); }
td.TdClassName
{
border-color: #FAD2DF;
}
.TagClassName
{
border-color: #FAD2DF;
}
</style>