Shades of Pippin #FBDCD6
Tints of Pippin #FBDCD6
RGB
CMYK
RGB Variations
Color information
#FBDCD6 (or 0xFBDCD6) is known color: Pippin. HEX triplet: FB, DC and D6. RGB value is (251,220,214). Sum of RGB (Red+Green+Blue) = 251+220+214=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 214 (83.98% from 255 or 31.24% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCD6 is #042329. Grayscale: #E4E4E4. Windows color (decimal): -271146 or 14081275. OLE color: 14081275.
HSL color Cylindrical-coordinate representation of color #FBDCD6: hue angle of 9.73º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FBDCD6 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 214 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.02 |
| HSL | 9.73º | 0.82% | 0.91% | - |
| HSV(B) | 9.73º | 0.15% | 0.98% | - |
| XYZ | 77.51 | 76.55 | 74.31 | - |
| YUV | 228.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 214 | 0 | 0.12 | 0.15 | 0.02 | 9.73 | 0.82 | 0.91 |
| Hex | FB | DC | D6 | 0 | C | F | 2 | A | 52 | 5B |
| Octal | 373 | 334 | 326 | 0 | 14 | 17 | 2 | 12 | 122 | 133 |
| Binary | 11111011 | 11011100 | 11010110 | 0 | 1100 | 1111 | 10 | 1010 | 1010010 | 1011011 |
Color Harmonies of #FBDCD6
Complementary color
Monochromatic Colors of #FBDCD6
Black with #FBDCD6
Text Example
Text Example
White with #FBDCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCD6; }
p { color: rgb(251,220,214); }
H1.HeaderClassName
{
color: #FBDCD6;
}
.AnyTagClassName
{
color: #FBDCD6;
}
</style>
background-color css
<style>
a { background-color: #FBDCD6; }
a { background-color: rgb(251,220,214); }
div.DivClassName
{
background-color: #FBDCD6;
}
.BgClassName
{
background-color: #FBDCD6;
}
</style>
border-color css
<style>
span { border-color: #FBDCD6; }
span { border-color: rgb(251,220,214); }
td.TdClassName
{
border-color: #FBDCD6;
}
.TagClassName
{
border-color: #FBDCD6;
}
</style>