Shades of Pig Pink #FAD0DE
Tints of Pig Pink #FAD0DE
RGB
CMYK
RGB Variations
Color information
#FAD0DE (or 0xFAD0DE) is known color: Pig Pink. HEX triplet: FA, D0 and DE. RGB value is (250,208,222). Sum of RGB (Red+Green+Blue) = 250+208+222=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 208 (81.64% from 255 or 30.59% from 680); Blue value is 222 (87.11% from 255 or 32.65% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0DE is #052F21. Grayscale: #DEDEDE. Windows color (decimal): -339746 or 14602490. OLE color: 14602490.
HSL color Cylindrical-coordinate representation of color #FAD0DE: hue angle of 340º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAD0DE is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 222 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.02 |
| HSL | 340º | 0.81% | 0.9% | - |
| HSV(B) | 340º | 0.17% | 0.98% | - |
| XYZ | 75.17 | 70.71 | 78.79 | - |
| YUV | 222.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 222 | 0 | 0.17 | 0.11 | 0.02 | 340 | 0.81 | 0.9 |
| Hex | FA | D0 | DE | 0 | 11 | B | 2 | 154 | 51 | 5A |
| Octal | 372 | 320 | 336 | 0 | 21 | 13 | 2 | 524 | 121 | 132 |
| Binary | 11111010 | 11010000 | 11011110 | 0 | 10001 | 1011 | 10 | 101010100 | 1010001 | 1011010 |
Color Harmonies of #FAD0DE
Complementary color
Monochromatic Colors of #FAD0DE
Black with #FAD0DE
Text Example
Text Example
White with #FAD0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD0DE; }
p { color: rgb(250,208,222); }
H1.HeaderClassName
{
color: #FAD0DE;
}
.AnyTagClassName
{
color: #FAD0DE;
}
</style>
background-color css
<style>
a { background-color: #FAD0DE; }
a { background-color: rgb(250,208,222); }
div.DivClassName
{
background-color: #FAD0DE;
}
.BgClassName
{
background-color: #FAD0DE;
}
</style>
border-color css
<style>
span { border-color: #FAD0DE; }
span { border-color: rgb(250,208,222); }
td.TdClassName
{
border-color: #FAD0DE;
}
.TagClassName
{
border-color: #FAD0DE;
}
</style>