Shades of Pig Pink #FADCF1
Tints of Pig Pink #FADCF1
RGB
CMYK
RGB Variations
Color information
#FADCF1 (or 0xFADCF1) is known color: Pig Pink. HEX triplet: FA, DC and F1. RGB value is (250,220,241). Sum of RGB (Red+Green+Blue) = 250+220+241=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 220 (86.33% from 255 or 30.94% from 711); Blue value is 241 (94.53% from 255 or 33.90% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCF1 is #05230E. Grayscale: #E7E7E7. Windows color (decimal): -336655 or 15850746. OLE color: 15850746.
HSL color Cylindrical-coordinate representation of color #FADCF1: hue angle of 318º degrees, saturation: 0.75, 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 #FADCF1 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 241 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.02 |
| HSL | 318º | 0.75% | 0.92% | - |
| HSV(B) | 318º | 0.12% | 0.98% | - |
| XYZ | 80.89 | 77.86 | 93.98 | - |
| YUV | 231.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 241 | 0 | 0.12 | 0.04 | 0.02 | 318 | 0.75 | 0.92 |
| Hex | FA | DC | F1 | 0 | C | 4 | 2 | 13E | 4B | 5C |
| Octal | 372 | 334 | 361 | 0 | 14 | 4 | 2 | 476 | 113 | 134 |
| Binary | 11111010 | 11011100 | 11110001 | 0 | 1100 | 100 | 10 | 100111110 | 1001011 | 1011100 |
Color Harmonies of #FADCF1
Complementary color
Monochromatic Colors of #FADCF1
Black with #FADCF1
Text Example
Text Example
White with #FADCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCF1; }
p { color: rgb(250,220,241); }
H1.HeaderClassName
{
color: #FADCF1;
}
.AnyTagClassName
{
color: #FADCF1;
}
</style>
background-color css
<style>
a { background-color: #FADCF1; }
a { background-color: rgb(250,220,241); }
div.DivClassName
{
background-color: #FADCF1;
}
.BgClassName
{
background-color: #FADCF1;
}
</style>
border-color css
<style>
span { border-color: #FADCF1; }
span { border-color: rgb(250,220,241); }
td.TdClassName
{
border-color: #FADCF1;
}
.TagClassName
{
border-color: #FADCF1;
}
</style>