Shades of Pig Pink #FAD8EC
Tints of Pig Pink #FAD8EC
RGB
CMYK
RGB Variations
Color information
#FAD8EC (or 0xFAD8EC) is known color: Pig Pink. HEX triplet: FA, D8 and EC. RGB value is (250,216,236). Sum of RGB (Red+Green+Blue) = 250+216+236=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 216 (84.77% from 255 or 30.77% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD8EC is #052713. Grayscale: #E4E4E4. Windows color (decimal): -337684 or 15522042. OLE color: 15522042.
HSL color Cylindrical-coordinate representation of color #FAD8EC: hue angle of 324.71º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FAD8EC is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 216 | 236 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.02 |
| HSL | 324.71º | 0.77% | 0.91% | - |
| HSV(B) | 324.71º | 0.14% | 0.98% | - |
| XYZ | 79.12 | 75.49 | 89.76 | - |
| YUV | 228.45 | 132.26 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 216 | 236 | 0 | 0.14 | 0.06 | 0.02 | 324.71 | 0.77 | 0.91 |
| Hex | FA | D8 | EC | 0 | E | 6 | 2 | 145 | 4D | 5B |
| Octal | 372 | 330 | 354 | 0 | 16 | 6 | 2 | 505 | 115 | 133 |
| Binary | 11111010 | 11011000 | 11101100 | 0 | 1110 | 110 | 10 | 101000101 | 1001101 | 1011011 |
Color Harmonies of #FAD8EC
Complementary color
Monochromatic Colors of #FAD8EC
Black with #FAD8EC
Text Example
Text Example
White with #FAD8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD8EC; }
p { color: rgb(250,216,236); }
H1.HeaderClassName
{
color: #FAD8EC;
}
.AnyTagClassName
{
color: #FAD8EC;
}
</style>
background-color css
<style>
a { background-color: #FAD8EC; }
a { background-color: rgb(250,216,236); }
div.DivClassName
{
background-color: #FAD8EC;
}
.BgClassName
{
background-color: #FAD8EC;
}
</style>
border-color css
<style>
span { border-color: #FAD8EC; }
span { border-color: rgb(250,216,236); }
td.TdClassName
{
border-color: #FAD8EC;
}
.TagClassName
{
border-color: #FAD8EC;
}
</style>