Shades of Pippin #FBDCD5
Tints of Pippin #FBDCD5
RGB
CMYK
RGB Variations
Color information
#FBDCD5 (or 0xFBDCD5) is known color: Pippin. HEX triplet: FB, DC and D5. RGB value is (251,220,213). Sum of RGB (Red+Green+Blue) = 251+220+213=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 213 (83.59% from 255 or 31.14% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCD5 is #04232A. Grayscale: #E4E4E4. Windows color (decimal): -271147 or 14015739. OLE color: 14015739.
HSL color Cylindrical-coordinate representation of color #FBDCD5: hue angle of 11.05º degrees, saturation: 0.83, 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 #FBDCD5 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 213 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.02 |
| HSL | 11.05º | 0.83% | 0.91% | - |
| HSV(B) | 11.05º | 0.15% | 0.98% | - |
| XYZ | 77.39 | 76.5 | 73.64 | - |
| YUV | 228.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 213 | 0 | 0.12 | 0.15 | 0.02 | 11.05 | 0.83 | 0.91 |
| Hex | FB | DC | D5 | 0 | C | F | 2 | B | 53 | 5B |
| Octal | 373 | 334 | 325 | 0 | 14 | 17 | 2 | 13 | 123 | 133 |
| Binary | 11111011 | 11011100 | 11010101 | 0 | 1100 | 1111 | 10 | 1011 | 1010011 | 1011011 |
Color Harmonies of #FBDCD5
Complementary color
Monochromatic Colors of #FBDCD5
Black with #FBDCD5
Text Example
Text Example
White with #FBDCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCD5; }
p { color: rgb(251,220,213); }
H1.HeaderClassName
{
color: #FBDCD5;
}
.AnyTagClassName
{
color: #FBDCD5;
}
</style>
background-color css
<style>
a { background-color: #FBDCD5; }
a { background-color: rgb(251,220,213); }
div.DivClassName
{
background-color: #FBDCD5;
}
.BgClassName
{
background-color: #FBDCD5;
}
</style>
border-color css
<style>
span { border-color: #FBDCD5; }
span { border-color: rgb(251,220,213); }
td.TdClassName
{
border-color: #FBDCD5;
}
.TagClassName
{
border-color: #FBDCD5;
}
</style>