Shades of Pippin #FDDBD4
Tints of Pippin #FDDBD4
RGB
CMYK
RGB Variations
Color information
#FDDBD4 (or 0xFDDBD4) is known color: Pippin. HEX triplet: FD, DB and D4. RGB value is (253,219,212). Sum of RGB (Red+Green+Blue) = 253+219+212=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 212 (83.20% from 255 or 30.99% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBD4 is #02242B. Grayscale: #E4E4E4. Windows color (decimal): -140332 or 13949949. OLE color: 13949949.
HSL color Cylindrical-coordinate representation of color #FDDBD4: hue angle of 10.24º 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 #FDDBD4 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 212 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.01 |
| HSL | 10.24º | 0.91% | 0.91% | - |
| HSV(B) | 10.24º | 0.16% | 0.99% | - |
| XYZ | 77.72 | 76.3 | 72.92 | - |
| YUV | 228.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 212 | 0 | 0.13 | 0.16 | 0.01 | 10.24 | 0.91 | 0.91 |
| Hex | FD | DB | D4 | 0 | D | 10 | 1 | A | 5B | 5B |
| Octal | 375 | 333 | 324 | 0 | 15 | 20 | 1 | 12 | 133 | 133 |
| Binary | 11111101 | 11011011 | 11010100 | 0 | 1101 | 10000 | 1 | 1010 | 1011011 | 1011011 |
Color Harmonies of #FDDBD4
Complementary color
Monochromatic Colors of #FDDBD4
Black with #FDDBD4
Text Example
Text Example
White with #FDDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBD4; }
p { color: rgb(253,219,212); }
H1.HeaderClassName
{
color: #FDDBD4;
}
.AnyTagClassName
{
color: #FDDBD4;
}
</style>
background-color css
<style>
a { background-color: #FDDBD4; }
a { background-color: rgb(253,219,212); }
div.DivClassName
{
background-color: #FDDBD4;
}
.BgClassName
{
background-color: #FDDBD4;
}
</style>
border-color css
<style>
span { border-color: #FDDBD4; }
span { border-color: rgb(253,219,212); }
td.TdClassName
{
border-color: #FDDBD4;
}
.TagClassName
{
border-color: #FDDBD4;
}
</style>