Shades of Pig Pink #FADEF2
Tints of Pig Pink #FADEF2
RGB
CMYK
RGB Variations
Color information
#FADEF2 (or 0xFADEF2) is known color: Pig Pink. HEX triplet: FA, DE and F2. RGB value is (250,222,242). Sum of RGB (Red+Green+Blue) = 250+222+242=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 222 (87.11% from 255 or 31.09% from 714); Blue value is 242 (94.92% from 255 or 33.89% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEF2 is #05210D. Grayscale: #E8E8E8. Windows color (decimal): -336142 or 15916794. OLE color: 15916794.
HSL color Cylindrical-coordinate representation of color #FADEF2: hue angle of 317.14º 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 #FADEF2 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 242 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.02 |
| HSL | 317.14º | 0.74% | 0.93% | - |
| HSV(B) | 317.14º | 0.11% | 0.98% | - |
| XYZ | 81.57 | 78.98 | 94.95 | - |
| YUV | 232.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 242 | 0 | 0.11 | 0.03 | 0.02 | 317.14 | 0.74 | 0.93 |
| Hex | FA | DE | F2 | 0 | B | 3 | 2 | 13D | 4A | 5D |
| Octal | 372 | 336 | 362 | 0 | 13 | 3 | 2 | 475 | 112 | 135 |
| Binary | 11111010 | 11011110 | 11110010 | 0 | 1011 | 11 | 10 | 100111101 | 1001010 | 1011101 |
Color Harmonies of #FADEF2
Complementary color
Monochromatic Colors of #FADEF2
Black with #FADEF2
Text Example
Text Example
White with #FADEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEF2; }
p { color: rgb(250,222,242); }
H1.HeaderClassName
{
color: #FADEF2;
}
.AnyTagClassName
{
color: #FADEF2;
}
</style>
background-color css
<style>
a { background-color: #FADEF2; }
a { background-color: rgb(250,222,242); }
div.DivClassName
{
background-color: #FADEF2;
}
.BgClassName
{
background-color: #FADEF2;
}
</style>
border-color css
<style>
span { border-color: #FADEF2; }
span { border-color: rgb(250,222,242); }
td.TdClassName
{
border-color: #FADEF2;
}
.TagClassName
{
border-color: #FADEF2;
}
</style>