Shades of Pippin #FFDBD4
Tints of Pippin #FFDBD4
RGB
CMYK
RGB Variations
Color information
#FFDBD4 (or 0xFFDBD4) is known color: Pippin. HEX triplet: FF, DB and D4. RGB value is (255,219,212). Sum of RGB (Red+Green+Blue) = 255+219+212=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 212 (83.20% from 255 or 30.90% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBD4 is #00242B. Grayscale: #E5E5E5. Windows color (decimal): -9260 or 13949951. OLE color: 13949951.
HSL color Cylindrical-coordinate representation of color #FFDBD4: hue angle of 9.77º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFDBD4 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 212 | - |
| CMYK | 0 | 0.14 | 0.17 | 0 |
| HSL | 9.77º | 1% | 0.92% | - |
| HSV(B) | 9.77º | 0.17% | 1% | - |
| XYZ | 78.46 | 76.68 | 72.95 | - |
| YUV | 228.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 212 | 0 | 0.14 | 0.17 | 0 | 9.77 | 1 | 0.92 |
| Hex | FF | DB | D4 | 0 | E | 11 | 0 | A | 64 | 5C |
| Octal | 377 | 333 | 324 | 0 | 16 | 21 | 0 | 12 | 144 | 134 |
| Binary | 11111111 | 11011011 | 11010100 | 0 | 1110 | 10001 | 0 | 1010 | 1100100 | 1011100 |
Color Harmonies of #FFDBD4
Complementary color
Monochromatic Colors of #FFDBD4
Black with #FFDBD4
Text Example
Text Example
White with #FFDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBD4; }
p { color: rgb(255,219,212); }
H1.HeaderClassName
{
color: #FFDBD4;
}
.AnyTagClassName
{
color: #FFDBD4;
}
</style>
background-color css
<style>
a { background-color: #FFDBD4; }
a { background-color: rgb(255,219,212); }
div.DivClassName
{
background-color: #FFDBD4;
}
.BgClassName
{
background-color: #FFDBD4;
}
</style>
border-color css
<style>
span { border-color: #FFDBD4; }
span { border-color: rgb(255,219,212); }
td.TdClassName
{
border-color: #FFDBD4;
}
.TagClassName
{
border-color: #FFDBD4;
}
</style>