Shades of Pippin #FFDBD0
Tints of Pippin #FFDBD0
RGB
CMYK
RGB Variations
Color information
#FFDBD0 (or 0xFFDBD0) is known color: Pippin. HEX triplet: FF, DB and D0. RGB value is (255,219,208). Sum of RGB (Red+Green+Blue) = 255+219+208=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 208 (81.64% from 255 or 30.50% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBD0 is #00242F. Grayscale: #E4E4E4. Windows color (decimal): -9264 or 13687807. OLE color: 13687807.
HSL color Cylindrical-coordinate representation of color #FFDBD0: hue angle of 14.04º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFDBD0 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 208 | - |
| CMYK | 0 | 0.14 | 0.18 | 0 |
| HSL | 14.04º | 1% | 0.91% | - |
| HSV(B) | 14.04º | 0.18% | 1% | - |
| XYZ | 77.96 | 76.48 | 70.33 | - |
| YUV | 228.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 208 | 0 | 0.14 | 0.18 | 0 | 14.04 | 1 | 0.91 |
| Hex | FF | DB | D0 | 0 | E | 12 | 0 | E | 64 | 5B |
| Octal | 377 | 333 | 320 | 0 | 16 | 22 | 0 | 16 | 144 | 133 |
| Binary | 11111111 | 11011011 | 11010000 | 0 | 1110 | 10010 | 0 | 1110 | 1100100 | 1011011 |
Color Harmonies of #FFDBD0
Complementary color
Monochromatic Colors of #FFDBD0
Black with #FFDBD0
Text Example
Text Example
White with #FFDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBD0; }
p { color: rgb(255,219,208); }
H1.HeaderClassName
{
color: #FFDBD0;
}
.AnyTagClassName
{
color: #FFDBD0;
}
</style>
background-color css
<style>
a { background-color: #FFDBD0; }
a { background-color: rgb(255,219,208); }
div.DivClassName
{
background-color: #FFDBD0;
}
.BgClassName
{
background-color: #FFDBD0;
}
</style>
border-color css
<style>
span { border-color: #FFDBD0; }
span { border-color: rgb(255,219,208); }
td.TdClassName
{
border-color: #FFDBD0;
}
.TagClassName
{
border-color: #FFDBD0;
}
</style>