Shades of Pippin #FDDFD1
Tints of Pippin #FDDFD1
RGB
CMYK
RGB Variations
Color information
#FDDFD1 (or 0xFDDFD1) is known color: Pippin. HEX triplet: FD, DF and D1. RGB value is (253,223,209). Sum of RGB (Red+Green+Blue) = 253+223+209=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 209 (82.03% from 255 or 30.51% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFD1 is #02202E. Grayscale: #E6E6E6. Windows color (decimal): -139311 or 13754365. OLE color: 13754365.
HSL color Cylindrical-coordinate representation of color #FDDFD1: hue angle of 19.09º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDDFD1 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 209 | - |
CMYK | 0 | 0.12 | 0.17 | 0.01 |
HSL | 19.09º | 0.92% | 0.91% | - |
HSV(B) | 19.09º | 0.17% | 0.99% | - |
XYZ | 78.4 | 78.26 | 71.3 | - |
YUV | 230.37 | 115.94 | 144.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 209 | 0 | 0.12 | 0.17 | 0.01 | 19.09 | 0.92 | 0.91 |
Hex | FD | DF | D1 | 0 | C | 11 | 1 | 13 | 5C | 5B |
Octal | 375 | 337 | 321 | 0 | 14 | 21 | 1 | 23 | 134 | 133 |
Binary | 11111101 | 11011111 | 11010001 | 0 | 1100 | 10001 | 1 | 10011 | 1011100 | 1011011 |
Color Harmonies of #FDDFD1
Complementary color
Monochromatic Colors of #FDDFD1
Black with #FDDFD1
Text Example
Text Example
White with #FDDFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFD1; }
p { color: rgb(253,223,209); }
H1.HeaderClassName
{
color: #FDDFD1;
}
.AnyTagClassName
{
color: #FDDFD1;
}
</style>
background-color css
<style>
a { background-color: #FDDFD1; }
a { background-color: rgb(253,223,209); }
div.DivClassName
{
background-color: #FDDFD1;
}
.BgClassName
{
background-color: #FDDFD1;
}
</style>
border-color css
<style>
span { border-color: #FDDFD1; }
span { border-color: rgb(253,223,209); }
td.TdClassName
{
border-color: #FDDFD1;
}
.TagClassName
{
border-color: #FDDFD1;
}
</style>