Shades of Pig Pink #FEDDEC
Tints of Pig Pink #FEDDEC
RGB
CMYK
RGB Variations
Color information
#FEDDEC (or 0xFEDDEC) is known color: Pig Pink. HEX triplet: FE, DD and EC. RGB value is (254,221,236). Sum of RGB (Red+Green+Blue) = 254+221+236=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 221 (86.72% from 255 or 31.08% from 711); Blue value is 236 (92.58% from 255 or 33.19% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDEC is #012213. Grayscale: #E8E8E8. Windows color (decimal): -74260 or 15523326. OLE color: 15523326.
HSL color Cylindrical-coordinate representation of color #FEDDEC: hue angle of 332.73º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDDEC is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 236 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.00 |
| HSL | 332.73º | 0.94% | 0.93% | - |
| HSV(B) | 332.73º | 0.13% | 1% | - |
| XYZ | 81.87 | 78.84 | 90.26 | - |
| YUV | 232.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 236 | 0 | 0.13 | 0.07 | 0.00 | 332.73 | 0.94 | 0.93 |
| Hex | FE | DD | EC | 0 | D | 7 | 0 | 14D | 5E | 5D |
| Octal | 376 | 335 | 354 | 0 | 15 | 7 | 0 | 515 | 136 | 135 |
| Binary | 11111110 | 11011101 | 11101100 | 0 | 1101 | 111 | 0 | 101001101 | 1011110 | 1011101 |
Color Harmonies of #FEDDEC
Complementary color
Monochromatic Colors of #FEDDEC
Black with #FEDDEC
Text Example
Text Example
White with #FEDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDEC; }
p { color: rgb(254,221,236); }
H1.HeaderClassName
{
color: #FEDDEC;
}
.AnyTagClassName
{
color: #FEDDEC;
}
</style>
background-color css
<style>
a { background-color: #FEDDEC; }
a { background-color: rgb(254,221,236); }
div.DivClassName
{
background-color: #FEDDEC;
}
.BgClassName
{
background-color: #FEDDEC;
}
</style>
border-color css
<style>
span { border-color: #FEDDEC; }
span { border-color: rgb(254,221,236); }
td.TdClassName
{
border-color: #FEDDEC;
}
.TagClassName
{
border-color: #FEDDEC;
}
</style>