Shades of Pig Pink #FEDCE9
Tints of Pig Pink #FEDCE9
RGB
CMYK
RGB Variations
Color information
#FEDCE9 (or 0xFEDCE9) is known color: Pig Pink. HEX triplet: FE, DC and E9. RGB value is (254,220,233). Sum of RGB (Red+Green+Blue) = 254+220+233=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 233 (91.41% from 255 or 32.96% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCE9 is #012316. Grayscale: #E7E7E7. Windows color (decimal): -74519 or 15326462. OLE color: 15326462.
HSL color Cylindrical-coordinate representation of color #FEDCE9: hue angle of 337.06º 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 #FEDCE9 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 233 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.00 |
| HSL | 337.06º | 0.94% | 0.93% | - |
| HSV(B) | 337.06º | 0.13% | 1% | - |
| XYZ | 81.17 | 78.14 | 87.9 | - |
| YUV | 231.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 233 | 0 | 0.13 | 0.08 | 0.00 | 337.06 | 0.94 | 0.93 |
| Hex | FE | DC | E9 | 0 | D | 8 | 0 | 151 | 5E | 5D |
| Octal | 376 | 334 | 351 | 0 | 15 | 10 | 0 | 521 | 136 | 135 |
| Binary | 11111110 | 11011100 | 11101001 | 0 | 1101 | 1000 | 0 | 101010001 | 1011110 | 1011101 |
Color Harmonies of #FEDCE9
Complementary color
Monochromatic Colors of #FEDCE9
Black with #FEDCE9
Text Example
Text Example
White with #FEDCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCE9; }
p { color: rgb(254,220,233); }
H1.HeaderClassName
{
color: #FEDCE9;
}
.AnyTagClassName
{
color: #FEDCE9;
}
</style>
background-color css
<style>
a { background-color: #FEDCE9; }
a { background-color: rgb(254,220,233); }
div.DivClassName
{
background-color: #FEDCE9;
}
.BgClassName
{
background-color: #FEDCE9;
}
</style>
border-color css
<style>
span { border-color: #FEDCE9; }
span { border-color: rgb(254,220,233); }
td.TdClassName
{
border-color: #FEDCE9;
}
.TagClassName
{
border-color: #FEDCE9;
}
</style>