Shades of Pippin #FDDDD7
Tints of Pippin #FDDDD7
RGB
CMYK
RGB Variations
Color information
#FDDDD7 (or 0xFDDDD7) is known color: Pippin. HEX triplet: FD, DD and D7. RGB value is (253,221,215). Sum of RGB (Red+Green+Blue) = 253+221+215=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 215 (84.38% from 255 or 31.20% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDD7 is #022228. Grayscale: #E5E5E5. Windows color (decimal): -139817 or 14147069. OLE color: 14147069.
HSL color Cylindrical-coordinate representation of color #FDDDD7: hue angle of 9.47º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDDDD7 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 215 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.01 |
| HSL | 9.47º | 0.9% | 0.92% | - |
| HSV(B) | 9.47º | 0.15% | 0.99% | - |
| XYZ | 78.63 | 77.5 | 75.11 | - |
| YUV | 229.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 215 | 0 | 0.13 | 0.15 | 0.01 | 9.47 | 0.9 | 0.92 |
| Hex | FD | DD | D7 | 0 | D | F | 1 | 9 | 5A | 5C |
| Octal | 375 | 335 | 327 | 0 | 15 | 17 | 1 | 11 | 132 | 134 |
| Binary | 11111101 | 11011101 | 11010111 | 0 | 1101 | 1111 | 1 | 1001 | 1011010 | 1011100 |
Color Harmonies of #FDDDD7
Complementary color
Monochromatic Colors of #FDDDD7
Black with #FDDDD7
Text Example
Text Example
White with #FDDDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDD7; }
p { color: rgb(253,221,215); }
H1.HeaderClassName
{
color: #FDDDD7;
}
.AnyTagClassName
{
color: #FDDDD7;
}
</style>
background-color css
<style>
a { background-color: #FDDDD7; }
a { background-color: rgb(253,221,215); }
div.DivClassName
{
background-color: #FDDDD7;
}
.BgClassName
{
background-color: #FDDDD7;
}
</style>
border-color css
<style>
span { border-color: #FDDDD7; }
span { border-color: rgb(253,221,215); }
td.TdClassName
{
border-color: #FDDDD7;
}
.TagClassName
{
border-color: #FDDDD7;
}
</style>