Shades of Pig Pink #FADBEC
Tints of Pig Pink #FADBEC
RGB
CMYK
RGB Variations
Color information
#FADBEC (or 0xFADBEC) is known color: Pig Pink. HEX triplet: FA, DB and EC. RGB value is (250,219,236). Sum of RGB (Red+Green+Blue) = 250+219+236=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 219 (85.94% from 255 or 31.06% from 705); Blue value is 236 (92.58% from 255 or 33.48% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADBEC is #052413. Grayscale: #E6E6E6. Windows color (decimal): -336916 or 15522810. OLE color: 15522810.
HSL color Cylindrical-coordinate representation of color #FADBEC: hue angle of 327.1º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADBEC is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 236 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.02 |
| HSL | 327.1º | 0.76% | 0.92% | - |
| HSV(B) | 327.1º | 0.12% | 0.98% | - |
| XYZ | 79.9 | 77.04 | 90.02 | - |
| YUV | 230.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 236 | 0 | 0.12 | 0.06 | 0.02 | 327.1 | 0.76 | 0.92 |
| Hex | FA | DB | EC | 0 | C | 6 | 2 | 147 | 4C | 5C |
| Octal | 372 | 333 | 354 | 0 | 14 | 6 | 2 | 507 | 114 | 134 |
| Binary | 11111010 | 11011011 | 11101100 | 0 | 1100 | 110 | 10 | 101000111 | 1001100 | 1011100 |
Color Harmonies of #FADBEC
Complementary color
Monochromatic Colors of #FADBEC
Black with #FADBEC
Text Example
Text Example
White with #FADBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADBEC; }
p { color: rgb(250,219,236); }
H1.HeaderClassName
{
color: #FADBEC;
}
.AnyTagClassName
{
color: #FADBEC;
}
</style>
background-color css
<style>
a { background-color: #FADBEC; }
a { background-color: rgb(250,219,236); }
div.DivClassName
{
background-color: #FADBEC;
}
.BgClassName
{
background-color: #FADBEC;
}
</style>
border-color css
<style>
span { border-color: #FADBEC; }
span { border-color: rgb(250,219,236); }
td.TdClassName
{
border-color: #FADBEC;
}
.TagClassName
{
border-color: #FADBEC;
}
</style>