Shades of Pig Pink #FADCE5
Tints of Pig Pink #FADCE5
RGB
CMYK
RGB Variations
Color information
#FADCE5 (or 0xFADCE5) is known color: Pig Pink. HEX triplet: FA, DC and E5. RGB value is (250,220,229). Sum of RGB (Red+Green+Blue) = 250+220+229=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 229 (89.84% from 255 or 32.76% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCE5 is #05231A. Grayscale: #E5E5E5. Windows color (decimal): -336667 or 15064314. OLE color: 15064314.
HSL color Cylindrical-coordinate representation of color #FADCE5: hue angle of 342º 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 #FADCE5 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 229 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.02 |
| HSL | 342º | 0.75% | 0.92% | - |
| HSV(B) | 342º | 0.12% | 0.98% | - |
| XYZ | 79.16 | 77.17 | 84.85 | - |
| YUV | 230 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 229 | 0 | 0.12 | 0.08 | 0.02 | 342 | 0.75 | 0.92 |
| Hex | FA | DC | E5 | 0 | C | 8 | 2 | 156 | 4B | 5C |
| Octal | 372 | 334 | 345 | 0 | 14 | 10 | 2 | 526 | 113 | 134 |
| Binary | 11111010 | 11011100 | 11100101 | 0 | 1100 | 1000 | 10 | 101010110 | 1001011 | 1011100 |
Color Harmonies of #FADCE5
Complementary color
Monochromatic Colors of #FADCE5
Black with #FADCE5
Text Example
Text Example
White with #FADCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCE5; }
p { color: rgb(250,220,229); }
H1.HeaderClassName
{
color: #FADCE5;
}
.AnyTagClassName
{
color: #FADCE5;
}
</style>
background-color css
<style>
a { background-color: #FADCE5; }
a { background-color: rgb(250,220,229); }
div.DivClassName
{
background-color: #FADCE5;
}
.BgClassName
{
background-color: #FADCE5;
}
</style>
border-color css
<style>
span { border-color: #FADCE5; }
span { border-color: rgb(250,220,229); }
td.TdClassName
{
border-color: #FADCE5;
}
.TagClassName
{
border-color: #FADCE5;
}
</style>