Shades of Pig Pink #FEDCE8
Tints of Pig Pink #FEDCE8
RGB
CMYK
RGB Variations
Color information
#FEDCE8 (or 0xFEDCE8) is known color: Pig Pink. HEX triplet: FE, DC and E8. RGB value is (254,220,232). Sum of RGB (Red+Green+Blue) = 254+220+232=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 232 (91.02% from 255 or 32.86% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCE8 is #012317. Grayscale: #E7E7E7. Windows color (decimal): -74520 or 15260926. OLE color: 15260926.
HSL color Cylindrical-coordinate representation of color #FEDCE8: hue angle of 338.82º 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 #FEDCE8 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 232 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.00 |
| HSL | 338.82º | 0.94% | 0.93% | - |
| HSV(B) | 338.82º | 0.13% | 1% | - |
| XYZ | 81.03 | 78.08 | 87.14 | - |
| YUV | 231.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 232 | 0 | 0.13 | 0.09 | 0.00 | 338.82 | 0.94 | 0.93 |
| Hex | FE | DC | E8 | 0 | D | 9 | 0 | 153 | 5E | 5D |
| Octal | 376 | 334 | 350 | 0 | 15 | 11 | 0 | 523 | 136 | 135 |
| Binary | 11111110 | 11011100 | 11101000 | 0 | 1101 | 1001 | 0 | 101010011 | 1011110 | 1011101 |
Color Harmonies of #FEDCE8
Complementary color
Monochromatic Colors of #FEDCE8
Black with #FEDCE8
Text Example
Text Example
White with #FEDCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCE8; }
p { color: rgb(254,220,232); }
H1.HeaderClassName
{
color: #FEDCE8;
}
.AnyTagClassName
{
color: #FEDCE8;
}
</style>
background-color css
<style>
a { background-color: #FEDCE8; }
a { background-color: rgb(254,220,232); }
div.DivClassName
{
background-color: #FEDCE8;
}
.BgClassName
{
background-color: #FEDCE8;
}
</style>
border-color css
<style>
span { border-color: #FEDCE8; }
span { border-color: rgb(254,220,232); }
td.TdClassName
{
border-color: #FEDCE8;
}
.TagClassName
{
border-color: #FEDCE8;
}
</style>