Shades of Pippin #FBDBD0
Tints of Pippin #FBDBD0
RGB
CMYK
RGB Variations
Color information
#FBDBD0 (or 0xFBDBD0) is known color: Pippin. HEX triplet: FB, DB and D0. RGB value is (251,219,208). Sum of RGB (Red+Green+Blue) = 251+219+208=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 208 (81.64% from 255 or 30.68% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBD0 is #04242F. Grayscale: #E3E3E3. Windows color (decimal): -271408 or 13687803. OLE color: 13687803.
HSL color Cylindrical-coordinate representation of color #FBDBD0: hue angle of 15.35º 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 #FBDBD0 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 219 | 208 | - |
CMYK | 0 | 0.13 | 0.17 | 0.02 |
HSL | 15.35º | 0.84% | 0.9% | - |
HSV(B) | 15.35º | 0.17% | 0.98% | - |
XYZ | 76.5 | 75.73 | 70.26 | - |
YUV | 227.31 | 117.1 | 144.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 219 | 208 | 0 | 0.13 | 0.17 | 0.02 | 15.35 | 0.84 | 0.9 |
Hex | FB | DB | D0 | 0 | D | 11 | 2 | F | 54 | 5A |
Octal | 373 | 333 | 320 | 0 | 15 | 21 | 2 | 17 | 124 | 132 |
Binary | 11111011 | 11011011 | 11010000 | 0 | 1101 | 10001 | 10 | 1111 | 1010100 | 1011010 |
Color Harmonies of #FBDBD0
Complementary color
Monochromatic Colors of #FBDBD0
Black with #FBDBD0
Text Example
Text Example
White with #FBDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDBD0; }
p { color: rgb(251,219,208); }
H1.HeaderClassName
{
color: #FBDBD0;
}
.AnyTagClassName
{
color: #FBDBD0;
}
</style>
background-color css
<style>
a { background-color: #FBDBD0; }
a { background-color: rgb(251,219,208); }
div.DivClassName
{
background-color: #FBDBD0;
}
.BgClassName
{
background-color: #FBDBD0;
}
</style>
border-color css
<style>
span { border-color: #FBDBD0; }
span { border-color: rgb(251,219,208); }
td.TdClassName
{
border-color: #FBDBD0;
}
.TagClassName
{
border-color: #FBDBD0;
}
</style>