Shades of Pig Pink #FADBED
Tints of Pig Pink #FADBED
RGB
CMYK
RGB Variations
Color information
#FADBED (or 0xFADBED) is known color: Pig Pink. HEX triplet: FA, DB and ED. RGB value is (250,219,237). Sum of RGB (Red+Green+Blue) = 250+219+237=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 219 (85.94% from 255 or 31.02% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADBED is #052412. Grayscale: #E6E6E6. Windows color (decimal): -336915 or 15588346. OLE color: 15588346.
HSL color Cylindrical-coordinate representation of color #FADBED: hue angle of 325.16º degrees, saturation: 0.76, 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 #FADBED is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 237 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.02 |
| HSL | 325.16º | 0.76% | 0.92% | - |
| HSV(B) | 325.16º | 0.12% | 0.98% | - |
| XYZ | 80.04 | 77.1 | 90.78 | - |
| YUV | 230.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 237 | 0 | 0.12 | 0.05 | 0.02 | 325.16 | 0.76 | 0.92 |
| Hex | FA | DB | ED | 0 | C | 5 | 2 | 145 | 4C | 5C |
| Octal | 372 | 333 | 355 | 0 | 14 | 5 | 2 | 505 | 114 | 134 |
| Binary | 11111010 | 11011011 | 11101101 | 0 | 1100 | 101 | 10 | 101000101 | 1001100 | 1011100 |
Color Harmonies of #FADBED
Complementary color
Monochromatic Colors of #FADBED
Black with #FADBED
Text Example
Text Example
White with #FADBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADBED; }
p { color: rgb(250,219,237); }
H1.HeaderClassName
{
color: #FADBED;
}
.AnyTagClassName
{
color: #FADBED;
}
</style>
background-color css
<style>
a { background-color: #FADBED; }
a { background-color: rgb(250,219,237); }
div.DivClassName
{
background-color: #FADBED;
}
.BgClassName
{
background-color: #FADBED;
}
</style>
border-color css
<style>
span { border-color: #FADBED; }
span { border-color: rgb(250,219,237); }
td.TdClassName
{
border-color: #FADBED;
}
.TagClassName
{
border-color: #FADBED;
}
</style>