Shades of Pig Pink #FADCEB
Tints of Pig Pink #FADCEB
RGB
CMYK
RGB Variations
Color information
#FADCEB (or 0xFADCEB) is known color: Pig Pink. HEX triplet: FA, DC and EB. RGB value is (250,220,235). Sum of RGB (Red+Green+Blue) = 250+220+235=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 235 (92.19% from 255 or 33.33% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCEB is #052314. Grayscale: #E6E6E6. Windows color (decimal): -336661 or 15457530. OLE color: 15457530.
HSL color Cylindrical-coordinate representation of color #FADCEB: hue angle of 330º 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 #FADCEB is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 235 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.02 |
| HSL | 330º | 0.75% | 0.92% | - |
| HSV(B) | 330º | 0.12% | 0.98% | - |
| XYZ | 80.01 | 77.51 | 89.34 | - |
| YUV | 230.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 235 | 0 | 0.12 | 0.06 | 0.02 | 330 | 0.75 | 0.92 |
| Hex | FA | DC | EB | 0 | C | 6 | 2 | 14A | 4B | 5C |
| Octal | 372 | 334 | 353 | 0 | 14 | 6 | 2 | 512 | 113 | 134 |
| Binary | 11111010 | 11011100 | 11101011 | 0 | 1100 | 110 | 10 | 101001010 | 1001011 | 1011100 |
Color Harmonies of #FADCEB
Complementary color
Monochromatic Colors of #FADCEB
Black with #FADCEB
Text Example
Text Example
White with #FADCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCEB; }
p { color: rgb(250,220,235); }
H1.HeaderClassName
{
color: #FADCEB;
}
.AnyTagClassName
{
color: #FADCEB;
}
</style>
background-color css
<style>
a { background-color: #FADCEB; }
a { background-color: rgb(250,220,235); }
div.DivClassName
{
background-color: #FADCEB;
}
.BgClassName
{
background-color: #FADCEB;
}
</style>
border-color css
<style>
span { border-color: #FADCEB; }
span { border-color: rgb(250,220,235); }
td.TdClassName
{
border-color: #FADCEB;
}
.TagClassName
{
border-color: #FADCEB;
}
</style>