Shades of Pippin #FFDBD2
Tints of Pippin #FFDBD2
RGB
CMYK
RGB Variations
Color information
#FFDBD2 (or 0xFFDBD2) is known color: Pippin. HEX triplet: FF, DB and D2. RGB value is (255,219,210). Sum of RGB (Red+Green+Blue) = 255+219+210=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 210 (82.42% from 255 or 30.70% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBD2 is #00242D. Grayscale: #E4E4E4. Windows color (decimal): -9262 or 13818879. OLE color: 13818879.
HSL color Cylindrical-coordinate representation of color #FFDBD2: hue angle of 12º 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 #FFDBD2 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 210 | - |
| CMYK | 0 | 0.14 | 0.18 | 0 |
| HSL | 12º | 1% | 0.91% | - |
| HSV(B) | 12º | 0.18% | 1% | - |
| XYZ | 78.2 | 76.58 | 71.63 | - |
| YUV | 228.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 210 | 0 | 0.14 | 0.18 | 0 | 12 | 1 | 0.91 |
| Hex | FF | DB | D2 | 0 | E | 12 | 0 | C | 64 | 5B |
| Octal | 377 | 333 | 322 | 0 | 16 | 22 | 0 | 14 | 144 | 133 |
| Binary | 11111111 | 11011011 | 11010010 | 0 | 1110 | 10010 | 0 | 1100 | 1100100 | 1011011 |
Color Harmonies of #FFDBD2
Complementary color
Monochromatic Colors of #FFDBD2
Black with #FFDBD2
Text Example
Text Example
White with #FFDBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBD2; }
p { color: rgb(255,219,210); }
H1.HeaderClassName
{
color: #FFDBD2;
}
.AnyTagClassName
{
color: #FFDBD2;
}
</style>
background-color css
<style>
a { background-color: #FFDBD2; }
a { background-color: rgb(255,219,210); }
div.DivClassName
{
background-color: #FFDBD2;
}
.BgClassName
{
background-color: #FFDBD2;
}
</style>
border-color css
<style>
span { border-color: #FFDBD2; }
span { border-color: rgb(255,219,210); }
td.TdClassName
{
border-color: #FFDBD2;
}
.TagClassName
{
border-color: #FFDBD2;
}
</style>