Shades of Pippin #FEDCD5
Tints of Pippin #FEDCD5
RGB
CMYK
RGB Variations
Color information
#FEDCD5 (or 0xFEDCD5) is known color: Pippin. HEX triplet: FE, DC and D5. RGB value is (254,220,213). Sum of RGB (Red+Green+Blue) = 254+220+213=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 213 (83.59% from 255 or 31.00% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCD5 is #01232A. Grayscale: #E5E5E5. Windows color (decimal): -74539 or 14015742. OLE color: 14015742.
HSL color Cylindrical-coordinate representation of color #FEDCD5: hue angle of 10.24º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FEDCD5 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 213 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.00 |
| HSL | 10.24º | 0.95% | 0.92% | - |
| HSV(B) | 10.24º | 0.16% | 1% | - |
| XYZ | 78.48 | 77.06 | 73.69 | - |
| YUV | 229.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 213 | 0 | 0.13 | 0.16 | 0.00 | 10.24 | 0.95 | 0.92 |
| Hex | FE | DC | D5 | 0 | D | 10 | 0 | A | 5F | 5C |
| Octal | 376 | 334 | 325 | 0 | 15 | 20 | 0 | 12 | 137 | 134 |
| Binary | 11111110 | 11011100 | 11010101 | 0 | 1101 | 10000 | 0 | 1010 | 1011111 | 1011100 |
Color Harmonies of #FEDCD5
Complementary color
Monochromatic Colors of #FEDCD5
Black with #FEDCD5
Text Example
Text Example
White with #FEDCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCD5; }
p { color: rgb(254,220,213); }
H1.HeaderClassName
{
color: #FEDCD5;
}
.AnyTagClassName
{
color: #FEDCD5;
}
</style>
background-color css
<style>
a { background-color: #FEDCD5; }
a { background-color: rgb(254,220,213); }
div.DivClassName
{
background-color: #FEDCD5;
}
.BgClassName
{
background-color: #FEDCD5;
}
</style>
border-color css
<style>
span { border-color: #FEDCD5; }
span { border-color: rgb(254,220,213); }
td.TdClassName
{
border-color: #FEDCD5;
}
.TagClassName
{
border-color: #FEDCD5;
}
</style>