Shades of Pippin #FBDDD0
Tints of Pippin #FBDDD0
RGB
CMYK
RGB Variations
Color information
#FBDDD0 (or 0xFBDDD0) is known color: Pippin. HEX triplet: FB, DD and D0. RGB value is (251,221,208). Sum of RGB (Red+Green+Blue) = 251+221+208=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 208 (81.64% from 255 or 30.59% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDD0 is #04222F. Grayscale: #E4E4E4. Windows color (decimal): -270896 or 13688315. OLE color: 13688315.
HSL color Cylindrical-coordinate representation of color #FBDDD0: hue angle of 18.14º 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 #FBDDD0 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 208 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.02 |
| HSL | 18.14º | 0.84% | 0.9% | - |
| HSV(B) | 18.14º | 0.17% | 0.98% | - |
| XYZ | 77.03 | 76.78 | 70.43 | - |
| YUV | 228.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 208 | 0 | 0.12 | 0.17 | 0.02 | 18.14 | 0.84 | 0.9 |
| Hex | FB | DD | D0 | 0 | C | 11 | 2 | 12 | 54 | 5A |
| Octal | 373 | 335 | 320 | 0 | 14 | 21 | 2 | 22 | 124 | 132 |
| Binary | 11111011 | 11011101 | 11010000 | 0 | 1100 | 10001 | 10 | 10010 | 1010100 | 1011010 |
Color Harmonies of #FBDDD0
Complementary color
Monochromatic Colors of #FBDDD0
Black with #FBDDD0
Text Example
Text Example
White with #FBDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDD0; }
p { color: rgb(251,221,208); }
H1.HeaderClassName
{
color: #FBDDD0;
}
.AnyTagClassName
{
color: #FBDDD0;
}
</style>
background-color css
<style>
a { background-color: #FBDDD0; }
a { background-color: rgb(251,221,208); }
div.DivClassName
{
background-color: #FBDDD0;
}
.BgClassName
{
background-color: #FBDDD0;
}
</style>
border-color css
<style>
span { border-color: #FBDDD0; }
span { border-color: rgb(251,221,208); }
td.TdClassName
{
border-color: #FBDDD0;
}
.TagClassName
{
border-color: #FBDDD0;
}
</style>