Shades of Pippin #FFDED4
Tints of Pippin #FFDED4
RGB
CMYK
RGB Variations
Color information
#FFDED4 (or 0xFFDED4) is known color: Pippin. HEX triplet: FF, DE and D4. RGB value is (255,222,212). Sum of RGB (Red+Green+Blue) = 255+222+212=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 212 (83.20% from 255 or 30.77% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDED4 is #00212B. Grayscale: #E6E6E6. Windows color (decimal): -8492 or 13950719. OLE color: 13950719.
HSL color Cylindrical-coordinate representation of color #FFDED4: hue angle of 13.95º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFDED4 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 212 | - |
| CMYK | 0 | 0.13 | 0.17 | 0 |
| HSL | 13.95º | 1% | 0.92% | - |
| HSV(B) | 13.95º | 0.17% | 1% | - |
| XYZ | 79.24 | 78.26 | 73.22 | - |
| YUV | 230.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 212 | 0 | 0.13 | 0.17 | 0 | 13.95 | 1 | 0.92 |
| Hex | FF | DE | D4 | 0 | D | 11 | 0 | E | 64 | 5C |
| Octal | 377 | 336 | 324 | 0 | 15 | 21 | 0 | 16 | 144 | 134 |
| Binary | 11111111 | 11011110 | 11010100 | 0 | 1101 | 10001 | 0 | 1110 | 1100100 | 1011100 |
Color Harmonies of #FFDED4
Complementary color
Monochromatic Colors of #FFDED4
Black with #FFDED4
Text Example
Text Example
White with #FFDED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDED4; }
p { color: rgb(255,222,212); }
H1.HeaderClassName
{
color: #FFDED4;
}
.AnyTagClassName
{
color: #FFDED4;
}
</style>
background-color css
<style>
a { background-color: #FFDED4; }
a { background-color: rgb(255,222,212); }
div.DivClassName
{
background-color: #FFDED4;
}
.BgClassName
{
background-color: #FFDED4;
}
</style>
border-color css
<style>
span { border-color: #FFDED4; }
span { border-color: rgb(255,222,212); }
td.TdClassName
{
border-color: #FFDED4;
}
.TagClassName
{
border-color: #FFDED4;
}
</style>