Shades of Pig Pink #FADEE9
Tints of Pig Pink #FADEE9
RGB
CMYK
RGB Variations
Color information
#FADEE9 (or 0xFADEE9) is known color: Pig Pink. HEX triplet: FA, DE and E9. RGB value is (250,222,233). Sum of RGB (Red+Green+Blue) = 250+222+233=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 233 (91.41% from 255 or 33.05% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEE9 is #052116. Grayscale: #E7E7E7. Windows color (decimal): -336151 or 15326970. OLE color: 15326970.
HSL color Cylindrical-coordinate representation of color #FADEE9: hue angle of 336.43º 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 #FADEE9 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 233 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.02 |
| HSL | 336.43º | 0.74% | 0.93% | - |
| HSV(B) | 336.43º | 0.11% | 0.98% | - |
| XYZ | 80.25 | 78.45 | 88 | - |
| YUV | 231.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 233 | 0 | 0.11 | 0.07 | 0.02 | 336.43 | 0.74 | 0.93 |
| Hex | FA | DE | E9 | 0 | B | 7 | 2 | 150 | 4A | 5D |
| Octal | 372 | 336 | 351 | 0 | 13 | 7 | 2 | 520 | 112 | 135 |
| Binary | 11111010 | 11011110 | 11101001 | 0 | 1011 | 111 | 10 | 101010000 | 1001010 | 1011101 |
Color Harmonies of #FADEE9
Complementary color
Monochromatic Colors of #FADEE9
Black with #FADEE9
Text Example
Text Example
White with #FADEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEE9; }
p { color: rgb(250,222,233); }
H1.HeaderClassName
{
color: #FADEE9;
}
.AnyTagClassName
{
color: #FADEE9;
}
</style>
background-color css
<style>
a { background-color: #FADEE9; }
a { background-color: rgb(250,222,233); }
div.DivClassName
{
background-color: #FADEE9;
}
.BgClassName
{
background-color: #FADEE9;
}
</style>
border-color css
<style>
span { border-color: #FADEE9; }
span { border-color: rgb(250,222,233); }
td.TdClassName
{
border-color: #FADEE9;
}
.TagClassName
{
border-color: #FADEE9;
}
</style>