Shades of Pippin #FDDCD0
Tints of Pippin #FDDCD0
RGB
CMYK
RGB Variations
Color information
#FDDCD0 (or 0xFDDCD0) is known color: Pippin. HEX triplet: FD, DC and D0. RGB value is (253,220,208). Sum of RGB (Red+Green+Blue) = 253+220+208=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 208 (81.64% from 255 or 30.54% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCD0 is #02232F. Grayscale: #E4E4E4. Windows color (decimal): -140080 or 13688061. OLE color: 13688061.
HSL color Cylindrical-coordinate representation of color #FDDCD0: hue angle of 16º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDDCD0 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 208 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.01 |
| HSL | 16º | 0.92% | 0.9% | - |
| HSV(B) | 16º | 0.18% | 0.99% | - |
| XYZ | 77.49 | 76.62 | 70.38 | - |
| YUV | 228.5 | 116.43 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 208 | 0 | 0.13 | 0.18 | 0.01 | 16 | 0.92 | 0.9 |
| Hex | FD | DC | D0 | 0 | D | 12 | 1 | 10 | 5C | 5A |
| Octal | 375 | 334 | 320 | 0 | 15 | 22 | 1 | 20 | 134 | 132 |
| Binary | 11111101 | 11011100 | 11010000 | 0 | 1101 | 10010 | 1 | 10000 | 1011100 | 1011010 |
Color Harmonies of #FDDCD0
Complementary color
Monochromatic Colors of #FDDCD0
Black with #FDDCD0
Text Example
Text Example
White with #FDDCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCD0; }
p { color: rgb(253,220,208); }
H1.HeaderClassName
{
color: #FDDCD0;
}
.AnyTagClassName
{
color: #FDDCD0;
}
</style>
background-color css
<style>
a { background-color: #FDDCD0; }
a { background-color: rgb(253,220,208); }
div.DivClassName
{
background-color: #FDDCD0;
}
.BgClassName
{
background-color: #FDDCD0;
}
</style>
border-color css
<style>
span { border-color: #FDDCD0; }
span { border-color: rgb(253,220,208); }
td.TdClassName
{
border-color: #FDDCD0;
}
.TagClassName
{
border-color: #FDDCD0;
}
</style>