Shades of Pig Pink #FADCE8
Tints of Pig Pink #FADCE8
RGB
CMYK
RGB Variations
Color information
#FADCE8 (or 0xFADCE8) is known color: Pig Pink. HEX triplet: FA, DC and E8. RGB value is (250,220,232). Sum of RGB (Red+Green+Blue) = 250+220+232=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 232 (91.02% from 255 or 33.05% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCE8 is #052317. Grayscale: #E6E6E6. Windows color (decimal): -336664 or 15260922. OLE color: 15260922.
HSL color Cylindrical-coordinate representation of color #FADCE8: hue angle of 336º 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 #FADCE8 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 232 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.02 |
| HSL | 336º | 0.75% | 0.92% | - |
| HSV(B) | 336º | 0.12% | 0.98% | - |
| XYZ | 79.58 | 77.34 | 87.08 | - |
| YUV | 230.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 232 | 0 | 0.12 | 0.07 | 0.02 | 336 | 0.75 | 0.92 |
| Hex | FA | DC | E8 | 0 | C | 7 | 2 | 150 | 4B | 5C |
| Octal | 372 | 334 | 350 | 0 | 14 | 7 | 2 | 520 | 113 | 134 |
| Binary | 11111010 | 11011100 | 11101000 | 0 | 1100 | 111 | 10 | 101010000 | 1001011 | 1011100 |
Color Harmonies of #FADCE8
Complementary color
Monochromatic Colors of #FADCE8
Black with #FADCE8
Text Example
Text Example
White with #FADCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCE8; }
p { color: rgb(250,220,232); }
H1.HeaderClassName
{
color: #FADCE8;
}
.AnyTagClassName
{
color: #FADCE8;
}
</style>
background-color css
<style>
a { background-color: #FADCE8; }
a { background-color: rgb(250,220,232); }
div.DivClassName
{
background-color: #FADCE8;
}
.BgClassName
{
background-color: #FADCE8;
}
</style>
border-color css
<style>
span { border-color: #FADCE8; }
span { border-color: rgb(250,220,232); }
td.TdClassName
{
border-color: #FADCE8;
}
.TagClassName
{
border-color: #FADCE8;
}
</style>