Shades of Pippin #FFDBD1
Tints of Pippin #FFDBD1
RGB
CMYK
RGB Variations
Color information
#FFDBD1 (or 0xFFDBD1) is known color: Pippin. HEX triplet: FF, DB and D1. RGB value is (255,219,209). Sum of RGB (Red+Green+Blue) = 255+219+209=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 209 (82.03% from 255 or 30.60% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBD1 is #00242E. Grayscale: #E4E4E4. Windows color (decimal): -9263 or 13753343. OLE color: 13753343.
HSL color Cylindrical-coordinate representation of color #FFDBD1: hue angle of 13.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 #FFDBD1 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 209 | - |
| CMYK | 0 | 0.14 | 0.18 | 0 |
| HSL | 13.04º | 1% | 0.91% | - |
| HSV(B) | 13.04º | 0.18% | 1% | - |
| XYZ | 78.08 | 76.53 | 70.98 | - |
| YUV | 228.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 209 | 0 | 0.14 | 0.18 | 0 | 13.04 | 1 | 0.91 |
| Hex | FF | DB | D1 | 0 | E | 12 | 0 | D | 64 | 5B |
| Octal | 377 | 333 | 321 | 0 | 16 | 22 | 0 | 15 | 144 | 133 |
| Binary | 11111111 | 11011011 | 11010001 | 0 | 1110 | 10010 | 0 | 1101 | 1100100 | 1011011 |
Color Harmonies of #FFDBD1
Complementary color
Monochromatic Colors of #FFDBD1
Black with #FFDBD1
Text Example
Text Example
White with #FFDBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBD1; }
p { color: rgb(255,219,209); }
H1.HeaderClassName
{
color: #FFDBD1;
}
.AnyTagClassName
{
color: #FFDBD1;
}
</style>
background-color css
<style>
a { background-color: #FFDBD1; }
a { background-color: rgb(255,219,209); }
div.DivClassName
{
background-color: #FFDBD1;
}
.BgClassName
{
background-color: #FFDBD1;
}
</style>
border-color css
<style>
span { border-color: #FFDBD1; }
span { border-color: rgb(255,219,209); }
td.TdClassName
{
border-color: #FFDBD1;
}
.TagClassName
{
border-color: #FFDBD1;
}
</style>