Shades of Pig Pink #FADEF1
Tints of Pig Pink #FADEF1
RGB
CMYK
RGB Variations
Color information
#FADEF1 (or 0xFADEF1) is known color: Pig Pink. HEX triplet: FA, DE and F1. RGB value is (250,222,241). Sum of RGB (Red+Green+Blue) = 250+222+241=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 222 (87.11% from 255 or 31.14% from 713); Blue value is 241 (94.53% from 255 or 33.80% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEF1 is #05210E. Grayscale: #E8E8E8. Windows color (decimal): -336143 or 15851258. OLE color: 15851258.
HSL color Cylindrical-coordinate representation of color #FADEF1: hue angle of 319.29º degrees, saturation: 0.74, 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 #FADEF1 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 241 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.02 |
| HSL | 319.29º | 0.74% | 0.93% | - |
| HSV(B) | 319.29º | 0.11% | 0.98% | - |
| XYZ | 81.42 | 78.92 | 94.16 | - |
| YUV | 232.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 241 | 0 | 0.11 | 0.04 | 0.02 | 319.29 | 0.74 | 0.93 |
| Hex | FA | DE | F1 | 0 | B | 4 | 2 | 13F | 4A | 5D |
| Octal | 372 | 336 | 361 | 0 | 13 | 4 | 2 | 477 | 112 | 135 |
| Binary | 11111010 | 11011110 | 11110001 | 0 | 1011 | 100 | 10 | 100111111 | 1001010 | 1011101 |
Color Harmonies of #FADEF1
Complementary color
Monochromatic Colors of #FADEF1
Black with #FADEF1
Text Example
Text Example
White with #FADEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEF1; }
p { color: rgb(250,222,241); }
H1.HeaderClassName
{
color: #FADEF1;
}
.AnyTagClassName
{
color: #FADEF1;
}
</style>
background-color css
<style>
a { background-color: #FADEF1; }
a { background-color: rgb(250,222,241); }
div.DivClassName
{
background-color: #FADEF1;
}
.BgClassName
{
background-color: #FADEF1;
}
</style>
border-color css
<style>
span { border-color: #FADEF1; }
span { border-color: rgb(250,222,241); }
td.TdClassName
{
border-color: #FADEF1;
}
.TagClassName
{
border-color: #FADEF1;
}
</style>