Shades of Pippin #FDDCD3
Tints of Pippin #FDDCD3
RGB
CMYK
RGB Variations
Color information
#FDDCD3 (or 0xFDDCD3) is known color: Pippin. HEX triplet: FD, DC and D3. RGB value is (253,220,211). Sum of RGB (Red+Green+Blue) = 253+220+211=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 211 (82.81% from 255 or 30.85% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCD3 is #02232C. Grayscale: #E4E4E4. Windows color (decimal): -140077 or 13884669. OLE color: 13884669.
HSL color Cylindrical-coordinate representation of color #FDDCD3: hue angle of 12.86º degrees, saturation: 0.91, 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 #FDDCD3 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 211 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.01 |
| HSL | 12.86º | 0.91% | 0.91% | - |
| HSV(B) | 12.86º | 0.17% | 0.99% | - |
| XYZ | 77.86 | 76.77 | 72.34 | - |
| YUV | 228.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 211 | 0 | 0.13 | 0.17 | 0.01 | 12.86 | 0.91 | 0.91 |
| Hex | FD | DC | D3 | 0 | D | 11 | 1 | D | 5B | 5B |
| Octal | 375 | 334 | 323 | 0 | 15 | 21 | 1 | 15 | 133 | 133 |
| Binary | 11111101 | 11011100 | 11010011 | 0 | 1101 | 10001 | 1 | 1101 | 1011011 | 1011011 |
Color Harmonies of #FDDCD3
Complementary color
Monochromatic Colors of #FDDCD3
Black with #FDDCD3
Text Example
Text Example
White with #FDDCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCD3; }
p { color: rgb(253,220,211); }
H1.HeaderClassName
{
color: #FDDCD3;
}
.AnyTagClassName
{
color: #FDDCD3;
}
</style>
background-color css
<style>
a { background-color: #FDDCD3; }
a { background-color: rgb(253,220,211); }
div.DivClassName
{
background-color: #FDDCD3;
}
.BgClassName
{
background-color: #FDDCD3;
}
</style>
border-color css
<style>
span { border-color: #FDDCD3; }
span { border-color: rgb(253,220,211); }
td.TdClassName
{
border-color: #FDDCD3;
}
.TagClassName
{
border-color: #FDDCD3;
}
</style>