Shades of Pippin #FEDED6
Tints of Pippin #FEDED6
RGB
CMYK
RGB Variations
Color information
#FEDED6 (or 0xFEDED6) is known color: Pippin. HEX triplet: FE, DE and D6. RGB value is (254,222,214). Sum of RGB (Red+Green+Blue) = 254+222+214=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 214 (83.98% from 255 or 31.01% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDED6 is #012129. Grayscale: #E6E6E6. Windows color (decimal): -74026 or 14081790. OLE color: 14081790.
HSL color Cylindrical-coordinate representation of color #FEDED6: hue angle of 12º 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 #FEDED6 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 214 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.00 |
| HSL | 12º | 0.95% | 0.92% | - |
| HSV(B) | 12º | 0.16% | 1% | - |
| XYZ | 79.13 | 78.17 | 74.54 | - |
| YUV | 230.66 | 118.6 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 214 | 0 | 0.13 | 0.16 | 0.00 | 12 | 0.95 | 0.92 |
| Hex | FE | DE | D6 | 0 | D | 10 | 0 | C | 5F | 5C |
| Octal | 376 | 336 | 326 | 0 | 15 | 20 | 0 | 14 | 137 | 134 |
| Binary | 11111110 | 11011110 | 11010110 | 0 | 1101 | 10000 | 0 | 1100 | 1011111 | 1011100 |
Color Harmonies of #FEDED6
Complementary color
Monochromatic Colors of #FEDED6
Black with #FEDED6
Text Example
Text Example
White with #FEDED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDED6; }
p { color: rgb(254,222,214); }
H1.HeaderClassName
{
color: #FEDED6;
}
.AnyTagClassName
{
color: #FEDED6;
}
</style>
background-color css
<style>
a { background-color: #FEDED6; }
a { background-color: rgb(254,222,214); }
div.DivClassName
{
background-color: #FEDED6;
}
.BgClassName
{
background-color: #FEDED6;
}
</style>
border-color css
<style>
span { border-color: #FEDED6; }
span { border-color: rgb(254,222,214); }
td.TdClassName
{
border-color: #FEDED6;
}
.TagClassName
{
border-color: #FEDED6;
}
</style>