Shades of Pig Pink #FADEEC
Tints of Pig Pink #FADEEC
RGB
CMYK
RGB Variations
Color information
#FADEEC (or 0xFADEEC) is known color: Pig Pink. HEX triplet: FA, DE and EC. RGB value is (250,222,236). Sum of RGB (Red+Green+Blue) = 250+222+236=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 222 (87.11% from 255 or 31.36% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEEC is #052113. Grayscale: #E7E7E7. Windows color (decimal): -336148 or 15523578. OLE color: 15523578.
HSL color Cylindrical-coordinate representation of color #FADEEC: hue angle of 330º 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 #FADEEC is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 236 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.02 |
| HSL | 330º | 0.74% | 0.93% | - |
| HSV(B) | 330º | 0.11% | 0.98% | - |
| XYZ | 80.69 | 78.62 | 90.28 | - |
| YUV | 231.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 236 | 0 | 0.11 | 0.06 | 0.02 | 330 | 0.74 | 0.93 |
| Hex | FA | DE | EC | 0 | B | 6 | 2 | 14A | 4A | 5D |
| Octal | 372 | 336 | 354 | 0 | 13 | 6 | 2 | 512 | 112 | 135 |
| Binary | 11111010 | 11011110 | 11101100 | 0 | 1011 | 110 | 10 | 101001010 | 1001010 | 1011101 |
Color Harmonies of #FADEEC
Complementary color
Monochromatic Colors of #FADEEC
Black with #FADEEC
Text Example
Text Example
White with #FADEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEEC; }
p { color: rgb(250,222,236); }
H1.HeaderClassName
{
color: #FADEEC;
}
.AnyTagClassName
{
color: #FADEEC;
}
</style>
background-color css
<style>
a { background-color: #FADEEC; }
a { background-color: rgb(250,222,236); }
div.DivClassName
{
background-color: #FADEEC;
}
.BgClassName
{
background-color: #FADEEC;
}
</style>
border-color css
<style>
span { border-color: #FADEEC; }
span { border-color: rgb(250,222,236); }
td.TdClassName
{
border-color: #FADEEC;
}
.TagClassName
{
border-color: #FADEEC;
}
</style>