Shades of Pippin #FDDCD1
Tints of Pippin #FDDCD1
RGB
CMYK
RGB Variations
Color information
#FDDCD1 (or 0xFDDCD1) is known color: Pippin. HEX triplet: FD, DC and D1. RGB value is (253,220,209). Sum of RGB (Red+Green+Blue) = 253+220+209=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 209 (82.03% from 255 or 30.65% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCD1 is #02232E. Grayscale: #E4E4E4. Windows color (decimal): -140079 or 13753597. OLE color: 13753597.
HSL color Cylindrical-coordinate representation of color #FDDCD1: hue angle of 15º 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 #FDDCD1 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 220 | 209 | - |
CMYK | 0 | 0.13 | 0.17 | 0.01 |
HSL | 15º | 0.92% | 0.91% | - |
HSV(B) | 15º | 0.17% | 0.99% | - |
XYZ | 77.61 | 76.67 | 71.03 | - |
YUV | 228.61 | 116.93 | 145.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 220 | 209 | 0 | 0.13 | 0.17 | 0.01 | 15 | 0.92 | 0.91 |
Hex | FD | DC | D1 | 0 | D | 11 | 1 | F | 5C | 5B |
Octal | 375 | 334 | 321 | 0 | 15 | 21 | 1 | 17 | 134 | 133 |
Binary | 11111101 | 11011100 | 11010001 | 0 | 1101 | 10001 | 1 | 1111 | 1011100 | 1011011 |
Color Harmonies of #FDDCD1
Complementary color
Monochromatic Colors of #FDDCD1
Black with #FDDCD1
Text Example
Text Example
White with #FDDCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCD1; }
p { color: rgb(253,220,209); }
H1.HeaderClassName
{
color: #FDDCD1;
}
.AnyTagClassName
{
color: #FDDCD1;
}
</style>
background-color css
<style>
a { background-color: #FDDCD1; }
a { background-color: rgb(253,220,209); }
div.DivClassName
{
background-color: #FDDCD1;
}
.BgClassName
{
background-color: #FDDCD1;
}
</style>
border-color css
<style>
span { border-color: #FDDCD1; }
span { border-color: rgb(253,220,209); }
td.TdClassName
{
border-color: #FDDCD1;
}
.TagClassName
{
border-color: #FDDCD1;
}
</style>