Shades of Pig Pink #FADEEF
Tints of Pig Pink #FADEEF
RGB
CMYK
RGB Variations
Color information
#FADEEF (or 0xFADEEF) is known color: Pig Pink. HEX triplet: FA, DE and EF. RGB value is (250,222,239). Sum of RGB (Red+Green+Blue) = 250+222+239=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 222 (87.11% from 255 or 31.22% from 711); Blue value is 239 (93.75% from 255 or 33.61% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEEF is #052110. Grayscale: #E8E8E8. Windows color (decimal): -336145 or 15720186. OLE color: 15720186.
HSL color Cylindrical-coordinate representation of color #FADEEF: hue angle of 323.57º 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 #FADEEF is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 239 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.02 |
| HSL | 323.57º | 0.74% | 0.93% | - |
| HSV(B) | 323.57º | 0.11% | 0.98% | - |
| XYZ | 81.13 | 78.8 | 92.6 | - |
| YUV | 232.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 239 | 0 | 0.11 | 0.04 | 0.02 | 323.57 | 0.74 | 0.93 |
| Hex | FA | DE | EF | 0 | B | 4 | 2 | 144 | 4A | 5D |
| Octal | 372 | 336 | 357 | 0 | 13 | 4 | 2 | 504 | 112 | 135 |
| Binary | 11111010 | 11011110 | 11101111 | 0 | 1011 | 100 | 10 | 101000100 | 1001010 | 1011101 |
Color Harmonies of #FADEEF
Complementary color
Monochromatic Colors of #FADEEF
Black with #FADEEF
Text Example
Text Example
White with #FADEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEEF; }
p { color: rgb(250,222,239); }
H1.HeaderClassName
{
color: #FADEEF;
}
.AnyTagClassName
{
color: #FADEEF;
}
</style>
background-color css
<style>
a { background-color: #FADEEF; }
a { background-color: rgb(250,222,239); }
div.DivClassName
{
background-color: #FADEEF;
}
.BgClassName
{
background-color: #FADEEF;
}
</style>
border-color css
<style>
span { border-color: #FADEEF; }
span { border-color: rgb(250,222,239); }
td.TdClassName
{
border-color: #FADEEF;
}
.TagClassName
{
border-color: #FADEEF;
}
</style>