Shades of Pig Pink #FADCE6
Tints of Pig Pink #FADCE6
RGB
CMYK
RGB Variations
Color information
#FADCE6 (or 0xFADCE6) is known color: Pig Pink. HEX triplet: FA, DC and E6. RGB value is (250,220,230). Sum of RGB (Red+Green+Blue) = 250+220+230=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 230 (90.23% from 255 or 32.86% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCE6 is #052319. Grayscale: #E6E6E6. Windows color (decimal): -336666 or 15129850. OLE color: 15129850.
HSL color Cylindrical-coordinate representation of color #FADCE6: hue angle of 340º 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 #FADCE6 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 230 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.02 |
| HSL | 340º | 0.75% | 0.92% | - |
| HSV(B) | 340º | 0.12% | 0.98% | - |
| XYZ | 79.3 | 77.22 | 85.59 | - |
| YUV | 230.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 230 | 0 | 0.12 | 0.08 | 0.02 | 340 | 0.75 | 0.92 |
| Hex | FA | DC | E6 | 0 | C | 8 | 2 | 154 | 4B | 5C |
| Octal | 372 | 334 | 346 | 0 | 14 | 10 | 2 | 524 | 113 | 134 |
| Binary | 11111010 | 11011100 | 11100110 | 0 | 1100 | 1000 | 10 | 101010100 | 1001011 | 1011100 |
Color Harmonies of #FADCE6
Complementary color
Monochromatic Colors of #FADCE6
Black with #FADCE6
Text Example
Text Example
White with #FADCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCE6; }
p { color: rgb(250,220,230); }
H1.HeaderClassName
{
color: #FADCE6;
}
.AnyTagClassName
{
color: #FADCE6;
}
</style>
background-color css
<style>
a { background-color: #FADCE6; }
a { background-color: rgb(250,220,230); }
div.DivClassName
{
background-color: #FADCE6;
}
.BgClassName
{
background-color: #FADCE6;
}
</style>
border-color css
<style>
span { border-color: #FADCE6; }
span { border-color: rgb(250,220,230); }
td.TdClassName
{
border-color: #FADCE6;
}
.TagClassName
{
border-color: #FADCE6;
}
</style>