Shades of Pig Pink #FADEE6
Tints of Pig Pink #FADEE6
RGB
CMYK
RGB Variations
Color information
#FADEE6 (or 0xFADEE6) is known color: Pig Pink. HEX triplet: FA, DE and E6. RGB value is (250,222,230). Sum of RGB (Red+Green+Blue) = 250+222+230=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 230 (90.23% from 255 or 32.76% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEE6 is #052119. Grayscale: #E7E7E7. Windows color (decimal): -336154 or 15130362. OLE color: 15130362.
HSL color Cylindrical-coordinate representation of color #FADEE6: hue angle of 342.86º 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 #FADEE6 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 230 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.02 |
| HSL | 342.86º | 0.74% | 0.93% | - |
| HSV(B) | 342.86º | 0.11% | 0.98% | - |
| XYZ | 79.83 | 78.28 | 85.76 | - |
| YUV | 231.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 230 | 0 | 0.11 | 0.08 | 0.02 | 342.86 | 0.74 | 0.93 |
| Hex | FA | DE | E6 | 0 | B | 8 | 2 | 157 | 4A | 5D |
| Octal | 372 | 336 | 346 | 0 | 13 | 10 | 2 | 527 | 112 | 135 |
| Binary | 11111010 | 11011110 | 11100110 | 0 | 1011 | 1000 | 10 | 101010111 | 1001010 | 1011101 |
Color Harmonies of #FADEE6
Complementary color
Monochromatic Colors of #FADEE6
Black with #FADEE6
Text Example
Text Example
White with #FADEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEE6; }
p { color: rgb(250,222,230); }
H1.HeaderClassName
{
color: #FADEE6;
}
.AnyTagClassName
{
color: #FADEE6;
}
</style>
background-color css
<style>
a { background-color: #FADEE6; }
a { background-color: rgb(250,222,230); }
div.DivClassName
{
background-color: #FADEE6;
}
.BgClassName
{
background-color: #FADEE6;
}
</style>
border-color css
<style>
span { border-color: #FADEE6; }
span { border-color: rgb(250,222,230); }
td.TdClassName
{
border-color: #FADEE6;
}
.TagClassName
{
border-color: #FADEE6;
}
</style>