Shades of Pig Pink #FADCF0
Tints of Pig Pink #FADCF0
RGB
CMYK
RGB Variations
Color information
#FADCF0 (or 0xFADCF0) is known color: Pig Pink. HEX triplet: FA, DC and F0. RGB value is (250,220,240). Sum of RGB (Red+Green+Blue) = 250+220+240=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 220 (86.33% from 255 or 30.99% from 710); Blue value is 240 (94.14% from 255 or 33.80% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCF0 is #05230F. Grayscale: #E7E7E7. Windows color (decimal): -336656 or 15785210. OLE color: 15785210.
HSL color Cylindrical-coordinate representation of color #FADCF0: hue angle of 320º 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 #FADCF0 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 240 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.02 |
| HSL | 320º | 0.75% | 0.92% | - |
| HSV(B) | 320º | 0.12% | 0.98% | - |
| XYZ | 80.75 | 77.8 | 93.2 | - |
| YUV | 231.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 240 | 0 | 0.12 | 0.04 | 0.02 | 320 | 0.75 | 0.92 |
| Hex | FA | DC | F0 | 0 | C | 4 | 2 | 140 | 4B | 5C |
| Octal | 372 | 334 | 360 | 0 | 14 | 4 | 2 | 500 | 113 | 134 |
| Binary | 11111010 | 11011100 | 11110000 | 0 | 1100 | 100 | 10 | 101000000 | 1001011 | 1011100 |
Color Harmonies of #FADCF0
Complementary color
Monochromatic Colors of #FADCF0
Black with #FADCF0
Text Example
Text Example
White with #FADCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCF0; }
p { color: rgb(250,220,240); }
H1.HeaderClassName
{
color: #FADCF0;
}
.AnyTagClassName
{
color: #FADCF0;
}
</style>
background-color css
<style>
a { background-color: #FADCF0; }
a { background-color: rgb(250,220,240); }
div.DivClassName
{
background-color: #FADCF0;
}
.BgClassName
{
background-color: #FADCF0;
}
</style>
border-color css
<style>
span { border-color: #FADCF0; }
span { border-color: rgb(250,220,240); }
td.TdClassName
{
border-color: #FADCF0;
}
.TagClassName
{
border-color: #FADCF0;
}
</style>