Shades of Pippin #FEDCD0
Tints of Pippin #FEDCD0
RGB
CMYK
RGB Variations
Color information
#FEDCD0 (or 0xFEDCD0) is known color: Pippin. HEX triplet: FE, DC and D0. RGB value is (254,220,208). Sum of RGB (Red+Green+Blue) = 254+220+208=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 208 (81.64% from 255 or 30.50% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCD0 is #01232F. Grayscale: #E4E4E4. Windows color (decimal): -74544 or 13688062. OLE color: 13688062.
HSL color Cylindrical-coordinate representation of color #FEDCD0: hue angle of 15.65º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FEDCD0 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 208 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.00 |
| HSL | 15.65º | 0.96% | 0.91% | - |
| HSV(B) | 15.65º | 0.18% | 1% | - |
| XYZ | 77.85 | 76.81 | 70.4 | - |
| YUV | 228.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 208 | 0 | 0.13 | 0.18 | 0.00 | 15.65 | 0.96 | 0.91 |
| Hex | FE | DC | D0 | 0 | D | 12 | 0 | 10 | 60 | 5B |
| Octal | 376 | 334 | 320 | 0 | 15 | 22 | 0 | 20 | 140 | 133 |
| Binary | 11111110 | 11011100 | 11010000 | 0 | 1101 | 10010 | 0 | 10000 | 1100000 | 1011011 |
Color Harmonies of #FEDCD0
Complementary color
Monochromatic Colors of #FEDCD0
Black with #FEDCD0
Text Example
Text Example
White with #FEDCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCD0; }
p { color: rgb(254,220,208); }
H1.HeaderClassName
{
color: #FEDCD0;
}
.AnyTagClassName
{
color: #FEDCD0;
}
</style>
background-color css
<style>
a { background-color: #FEDCD0; }
a { background-color: rgb(254,220,208); }
div.DivClassName
{
background-color: #FEDCD0;
}
.BgClassName
{
background-color: #FEDCD0;
}
</style>
border-color css
<style>
span { border-color: #FEDCD0; }
span { border-color: rgb(254,220,208); }
td.TdClassName
{
border-color: #FEDCD0;
}
.TagClassName
{
border-color: #FEDCD0;
}
</style>