Shades of Pippin #FED9D1
Tints of Pippin #FED9D1
RGB
CMYK
RGB Variations
Color information
#FED9D1 (or 0xFED9D1) is known color: Pippin. HEX triplet: FE, D9 and D1. RGB value is (254,217,209). Sum of RGB (Red+Green+Blue) = 254+217+209=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 217 (85.16% from 255 or 31.91% from 680); Blue value is 209 (82.03% from 255 or 30.74% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9D1 is #01262E. Grayscale: #E3E3E3. Windows color (decimal): -75311 or 13752830. OLE color: 13752830.
HSL color Cylindrical-coordinate representation of color #FED9D1: hue angle of 10.67º 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 #FED9D1 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 209 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.00 |
| HSL | 10.67º | 0.96% | 0.91% | - |
| HSV(B) | 10.67º | 0.18% | 1% | - |
| XYZ | 77.19 | 75.3 | 70.79 | - |
| YUV | 227.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 209 | 0 | 0.15 | 0.18 | 0.00 | 10.67 | 0.96 | 0.91 |
| Hex | FE | D9 | D1 | 0 | F | 12 | 0 | B | 60 | 5B |
| Octal | 376 | 331 | 321 | 0 | 17 | 22 | 0 | 13 | 140 | 133 |
| Binary | 11111110 | 11011001 | 11010001 | 0 | 1111 | 10010 | 0 | 1011 | 1100000 | 1011011 |
Color Harmonies of #FED9D1
Complementary color
Monochromatic Colors of #FED9D1
Black with #FED9D1
Text Example
Text Example
White with #FED9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9D1; }
p { color: rgb(254,217,209); }
H1.HeaderClassName
{
color: #FED9D1;
}
.AnyTagClassName
{
color: #FED9D1;
}
</style>
background-color css
<style>
a { background-color: #FED9D1; }
a { background-color: rgb(254,217,209); }
div.DivClassName
{
background-color: #FED9D1;
}
.BgClassName
{
background-color: #FED9D1;
}
</style>
border-color css
<style>
span { border-color: #FED9D1; }
span { border-color: rgb(254,217,209); }
td.TdClassName
{
border-color: #FED9D1;
}
.TagClassName
{
border-color: #FED9D1;
}
</style>