Shades of Pig Pink #FEDCEB
Tints of Pig Pink #FEDCEB
RGB
CMYK
RGB Variations
Color information
#FEDCEB (or 0xFEDCEB) is known color: Pig Pink. HEX triplet: FE, DC and EB. RGB value is (254,220,235). Sum of RGB (Red+Green+Blue) = 254+220+235=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 220 (86.33% from 255 or 31.03% from 709); Blue value is 235 (92.19% from 255 or 33.15% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCEB is #012314. Grayscale: #E7E7E7. Windows color (decimal): -74517 or 15457534. OLE color: 15457534.
HSL color Cylindrical-coordinate representation of color #FEDCEB: hue angle of 333.53º 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 #FEDCEB is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 235 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.00 |
| HSL | 333.53º | 0.94% | 0.93% | - |
| HSV(B) | 333.53º | 0.13% | 1% | - |
| XYZ | 81.46 | 78.26 | 89.41 | - |
| YUV | 231.88 | 129.76 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 235 | 0 | 0.13 | 0.07 | 0.00 | 333.53 | 0.94 | 0.93 |
| Hex | FE | DC | EB | 0 | D | 7 | 0 | 14E | 5E | 5D |
| Octal | 376 | 334 | 353 | 0 | 15 | 7 | 0 | 516 | 136 | 135 |
| Binary | 11111110 | 11011100 | 11101011 | 0 | 1101 | 111 | 0 | 101001110 | 1011110 | 1011101 |
Color Harmonies of #FEDCEB
Complementary color
Monochromatic Colors of #FEDCEB
Black with #FEDCEB
Text Example
Text Example
White with #FEDCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCEB; }
p { color: rgb(254,220,235); }
H1.HeaderClassName
{
color: #FEDCEB;
}
.AnyTagClassName
{
color: #FEDCEB;
}
</style>
background-color css
<style>
a { background-color: #FEDCEB; }
a { background-color: rgb(254,220,235); }
div.DivClassName
{
background-color: #FEDCEB;
}
.BgClassName
{
background-color: #FEDCEB;
}
</style>
border-color css
<style>
span { border-color: #FEDCEB; }
span { border-color: rgb(254,220,235); }
td.TdClassName
{
border-color: #FEDCEB;
}
.TagClassName
{
border-color: #FEDCEB;
}
</style>