Shades of Pig Pink #FADBEF
Tints of Pig Pink #FADBEF
RGB
CMYK
RGB Variations
Color information
#FADBEF (or 0xFADBEF) is known color: Pig Pink. HEX triplet: FA, DB and EF. RGB value is (250,219,239). Sum of RGB (Red+Green+Blue) = 250+219+239=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 219 (85.94% from 255 or 30.93% from 708); Blue value is 239 (93.75% from 255 or 33.76% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADBEF is #052410. Grayscale: #E6E6E6. Windows color (decimal): -336913 or 15719418. OLE color: 15719418.
HSL color Cylindrical-coordinate representation of color #FADBEF: hue angle of 321.29º 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 #FADBEF is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 239 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.02 |
| HSL | 321.29º | 0.76% | 0.92% | - |
| HSV(B) | 321.29º | 0.12% | 0.98% | - |
| XYZ | 80.34 | 77.22 | 92.33 | - |
| YUV | 230.55 | 132.77 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 239 | 0 | 0.12 | 0.04 | 0.02 | 321.29 | 0.76 | 0.92 |
| Hex | FA | DB | EF | 0 | C | 4 | 2 | 141 | 4C | 5C |
| Octal | 372 | 333 | 357 | 0 | 14 | 4 | 2 | 501 | 114 | 134 |
| Binary | 11111010 | 11011011 | 11101111 | 0 | 1100 | 100 | 10 | 101000001 | 1001100 | 1011100 |
Color Harmonies of #FADBEF
Complementary color
Monochromatic Colors of #FADBEF
Black with #FADBEF
Text Example
Text Example
White with #FADBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADBEF; }
p { color: rgb(250,219,239); }
H1.HeaderClassName
{
color: #FADBEF;
}
.AnyTagClassName
{
color: #FADBEF;
}
</style>
background-color css
<style>
a { background-color: #FADBEF; }
a { background-color: rgb(250,219,239); }
div.DivClassName
{
background-color: #FADBEF;
}
.BgClassName
{
background-color: #FADBEF;
}
</style>
border-color css
<style>
span { border-color: #FADBEF; }
span { border-color: rgb(250,219,239); }
td.TdClassName
{
border-color: #FADBEF;
}
.TagClassName
{
border-color: #FADBEF;
}
</style>