Shades of Pippin #FBDBCF
Tints of Pippin #FBDBCF
RGB
CMYK
RGB Variations
Color information
#FBDBCF (or 0xFBDBCF) is known color: Pippin. HEX triplet: FB, DB and CF. RGB value is (251,219,207). Sum of RGB (Red+Green+Blue) = 251+219+207=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBCF is #042430. Grayscale: #E3E3E3. Windows color (decimal): -271409 or 13622267. OLE color: 13622267.
HSL color Cylindrical-coordinate representation of color #FBDBCF: hue angle of 16.36º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBDBCF is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 207 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.02 |
| HSL | 16.36º | 0.85% | 0.9% | - |
| HSV(B) | 16.36º | 0.18% | 0.98% | - |
| XYZ | 76.38 | 75.68 | 69.61 | - |
| YUV | 227.2 | 116.6 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 207 | 0 | 0.13 | 0.18 | 0.02 | 16.36 | 0.85 | 0.9 |
| Hex | FB | DB | CF | 0 | D | 12 | 2 | 10 | 55 | 5A |
| Octal | 373 | 333 | 317 | 0 | 15 | 22 | 2 | 20 | 125 | 132 |
| Binary | 11111011 | 11011011 | 11001111 | 0 | 1101 | 10010 | 10 | 10000 | 1010101 | 1011010 |
Color Harmonies of #FBDBCF
Complementary color
Monochromatic Colors of #FBDBCF
Black with #FBDBCF
Text Example
Text Example
White with #FBDBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDBCF; }
p { color: rgb(251,219,207); }
H1.HeaderClassName
{
color: #FBDBCF;
}
.AnyTagClassName
{
color: #FBDBCF;
}
</style>
background-color css
<style>
a { background-color: #FBDBCF; }
a { background-color: rgb(251,219,207); }
div.DivClassName
{
background-color: #FBDBCF;
}
.BgClassName
{
background-color: #FBDBCF;
}
</style>
border-color css
<style>
span { border-color: #FBDBCF; }
span { border-color: rgb(251,219,207); }
td.TdClassName
{
border-color: #FBDBCF;
}
.TagClassName
{
border-color: #FBDBCF;
}
</style>