Shades of Pippin #FEDED1
Tints of Pippin #FEDED1
RGB
CMYK
RGB Variations
Color information
#FEDED1 (or 0xFEDED1) is known color: Pippin. HEX triplet: FE, DE and D1. RGB value is (254,222,209). Sum of RGB (Red+Green+Blue) = 254+222+209=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 209 (82.03% from 255 or 30.51% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDED1 is #01212E. Grayscale: #E6E6E6. Windows color (decimal): -74031 or 13754110. OLE color: 13754110.
HSL color Cylindrical-coordinate representation of color #FEDED1: hue angle of 17.33º 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 #FEDED1 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 209 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.00 |
| HSL | 17.33º | 0.96% | 0.91% | - |
| HSV(B) | 17.33º | 0.18% | 1% | - |
| XYZ | 78.5 | 77.92 | 71.22 | - |
| YUV | 230.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 209 | 0 | 0.13 | 0.18 | 0.00 | 17.33 | 0.96 | 0.91 |
| Hex | FE | DE | D1 | 0 | D | 12 | 0 | 11 | 60 | 5B |
| Octal | 376 | 336 | 321 | 0 | 15 | 22 | 0 | 21 | 140 | 133 |
| Binary | 11111110 | 11011110 | 11010001 | 0 | 1101 | 10010 | 0 | 10001 | 1100000 | 1011011 |
Color Harmonies of #FEDED1
Complementary color
Monochromatic Colors of #FEDED1
Black with #FEDED1
Text Example
Text Example
White with #FEDED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDED1; }
p { color: rgb(254,222,209); }
H1.HeaderClassName
{
color: #FEDED1;
}
.AnyTagClassName
{
color: #FEDED1;
}
</style>
background-color css
<style>
a { background-color: #FEDED1; }
a { background-color: rgb(254,222,209); }
div.DivClassName
{
background-color: #FEDED1;
}
.BgClassName
{
background-color: #FEDED1;
}
</style>
border-color css
<style>
span { border-color: #FEDED1; }
span { border-color: rgb(254,222,209); }
td.TdClassName
{
border-color: #FEDED1;
}
.TagClassName
{
border-color: #FEDED1;
}
</style>