Shades of Pippin #FBDBD1
Tints of Pippin #FBDBD1
RGB
CMYK
RGB Variations
Color information
#FBDBD1 (or 0xFBDBD1) is known color: Pippin. HEX triplet: FB, DB and D1. RGB value is (251,219,209). Sum of RGB (Red+Green+Blue) = 251+219+209=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 209 (82.03% from 255 or 30.78% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBD1 is #04242E. Grayscale: #E3E3E3. Windows color (decimal): -271407 or 13753339. OLE color: 13753339.
HSL color Cylindrical-coordinate representation of color #FBDBD1: hue angle of 14.29º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBDBD1 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 209 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.02 |
| HSL | 14.29º | 0.84% | 0.9% | - |
| HSV(B) | 14.29º | 0.17% | 0.98% | - |
| XYZ | 76.62 | 75.78 | 70.91 | - |
| YUV | 227.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 209 | 0 | 0.13 | 0.17 | 0.02 | 14.29 | 0.84 | 0.9 |
| Hex | FB | DB | D1 | 0 | D | 11 | 2 | E | 54 | 5A |
| Octal | 373 | 333 | 321 | 0 | 15 | 21 | 2 | 16 | 124 | 132 |
| Binary | 11111011 | 11011011 | 11010001 | 0 | 1101 | 10001 | 10 | 1110 | 1010100 | 1011010 |
Color Harmonies of #FBDBD1
Complementary color
Monochromatic Colors of #FBDBD1
Black with #FBDBD1
Text Example
Text Example
White with #FBDBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDBD1; }
p { color: rgb(251,219,209); }
H1.HeaderClassName
{
color: #FBDBD1;
}
.AnyTagClassName
{
color: #FBDBD1;
}
</style>
background-color css
<style>
a { background-color: #FBDBD1; }
a { background-color: rgb(251,219,209); }
div.DivClassName
{
background-color: #FBDBD1;
}
.BgClassName
{
background-color: #FBDBD1;
}
</style>
border-color css
<style>
span { border-color: #FBDBD1; }
span { border-color: rgb(251,219,209); }
td.TdClassName
{
border-color: #FBDBD1;
}
.TagClassName
{
border-color: #FBDBD1;
}
</style>