Shades of Pig Pink #FADCEA
Tints of Pig Pink #FADCEA
RGB
CMYK
RGB Variations
Color information
#FADCEA (or 0xFADCEA) is known color: Pig Pink. HEX triplet: FA, DC and EA. RGB value is (250,220,234). Sum of RGB (Red+Green+Blue) = 250+220+234=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCEA is #052315. Grayscale: #E6E6E6. Windows color (decimal): -336662 or 15391994. OLE color: 15391994.
HSL color Cylindrical-coordinate representation of color #FADCEA: hue angle of 332º 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 #FADCEA is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 234 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.02 |
| HSL | 332º | 0.75% | 0.92% | - |
| HSV(B) | 332º | 0.12% | 0.98% | - |
| XYZ | 79.87 | 77.45 | 88.58 | - |
| YUV | 230.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 234 | 0 | 0.12 | 0.06 | 0.02 | 332 | 0.75 | 0.92 |
| Hex | FA | DC | EA | 0 | C | 6 | 2 | 14C | 4B | 5C |
| Octal | 372 | 334 | 352 | 0 | 14 | 6 | 2 | 514 | 113 | 134 |
| Binary | 11111010 | 11011100 | 11101010 | 0 | 1100 | 110 | 10 | 101001100 | 1001011 | 1011100 |
Color Harmonies of #FADCEA
Complementary color
Monochromatic Colors of #FADCEA
Black with #FADCEA
Text Example
Text Example
White with #FADCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCEA; }
p { color: rgb(250,220,234); }
H1.HeaderClassName
{
color: #FADCEA;
}
.AnyTagClassName
{
color: #FADCEA;
}
</style>
background-color css
<style>
a { background-color: #FADCEA; }
a { background-color: rgb(250,220,234); }
div.DivClassName
{
background-color: #FADCEA;
}
.BgClassName
{
background-color: #FADCEA;
}
</style>
border-color css
<style>
span { border-color: #FADCEA; }
span { border-color: rgb(250,220,234); }
td.TdClassName
{
border-color: #FADCEA;
}
.TagClassName
{
border-color: #FADCEA;
}
</style>