Shades of Pippin #FDDCD4
Tints of Pippin #FDDCD4
RGB
CMYK
RGB Variations
Color information
#FDDCD4 (or 0xFDDCD4) is known color: Pippin. HEX triplet: FD, DC and D4. RGB value is (253,220,212). Sum of RGB (Red+Green+Blue) = 253+220+212=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 212 (83.20% from 255 or 30.95% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCD4 is #02232B. Grayscale: #E5E5E5. Windows color (decimal): -140076 or 13950205. OLE color: 13950205.
HSL color Cylindrical-coordinate representation of color #FDDCD4: hue angle of 11.71º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDDCD4 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 212 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.01 |
| HSL | 11.71º | 0.91% | 0.91% | - |
| HSV(B) | 11.71º | 0.16% | 0.99% | - |
| XYZ | 77.98 | 76.82 | 73.01 | - |
| YUV | 228.96 | 118.43 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 212 | 0 | 0.13 | 0.16 | 0.01 | 11.71 | 0.91 | 0.91 |
| Hex | FD | DC | D4 | 0 | D | 10 | 1 | C | 5B | 5B |
| Octal | 375 | 334 | 324 | 0 | 15 | 20 | 1 | 14 | 133 | 133 |
| Binary | 11111101 | 11011100 | 11010100 | 0 | 1101 | 10000 | 1 | 1100 | 1011011 | 1011011 |
Color Harmonies of #FDDCD4
Complementary color
Monochromatic Colors of #FDDCD4
Black with #FDDCD4
Text Example
Text Example
White with #FDDCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCD4; }
p { color: rgb(253,220,212); }
H1.HeaderClassName
{
color: #FDDCD4;
}
.AnyTagClassName
{
color: #FDDCD4;
}
</style>
background-color css
<style>
a { background-color: #FDDCD4; }
a { background-color: rgb(253,220,212); }
div.DivClassName
{
background-color: #FDDCD4;
}
.BgClassName
{
background-color: #FDDCD4;
}
</style>
border-color css
<style>
span { border-color: #FDDCD4; }
span { border-color: rgb(253,220,212); }
td.TdClassName
{
border-color: #FDDCD4;
}
.TagClassName
{
border-color: #FDDCD4;
}
</style>