Shades of Pig Pink #FADFEA
Tints of Pig Pink #FADFEA
RGB
CMYK
RGB Variations
Color information
#FADFEA (or 0xFADFEA) is known color: Pig Pink. HEX triplet: FA, DF and EA. RGB value is (250,223,234). Sum of RGB (Red+Green+Blue) = 250+223+234=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 223 (87.5% from 255 or 31.54% from 707); Blue value is 234 (91.80% from 255 or 33.10% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFEA is #052015. Grayscale: #E8E8E8. Windows color (decimal): -335894 or 15392762. OLE color: 15392762.
HSL color Cylindrical-coordinate representation of color #FADFEA: hue angle of 335.56º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FADFEA is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 234 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.02 |
| HSL | 335.56º | 0.73% | 0.93% | - |
| HSV(B) | 335.56º | 0.11% | 0.98% | - |
| XYZ | 80.66 | 79.04 | 88.85 | - |
| YUV | 232.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 234 | 0 | 0.11 | 0.06 | 0.02 | 335.56 | 0.73 | 0.93 |
| Hex | FA | DF | EA | 0 | B | 6 | 2 | 150 | 49 | 5D |
| Octal | 372 | 337 | 352 | 0 | 13 | 6 | 2 | 520 | 111 | 135 |
| Binary | 11111010 | 11011111 | 11101010 | 0 | 1011 | 110 | 10 | 101010000 | 1001001 | 1011101 |
Color Harmonies of #FADFEA
Complementary color
Monochromatic Colors of #FADFEA
Black with #FADFEA
Text Example
Text Example
White with #FADFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFEA; }
p { color: rgb(250,223,234); }
H1.HeaderClassName
{
color: #FADFEA;
}
.AnyTagClassName
{
color: #FADFEA;
}
</style>
background-color css
<style>
a { background-color: #FADFEA; }
a { background-color: rgb(250,223,234); }
div.DivClassName
{
background-color: #FADFEA;
}
.BgClassName
{
background-color: #FADFEA;
}
</style>
border-color css
<style>
span { border-color: #FADFEA; }
span { border-color: rgb(250,223,234); }
td.TdClassName
{
border-color: #FADFEA;
}
.TagClassName
{
border-color: #FADFEA;
}
</style>