Shades of Pippin #FBDDD1
Tints of Pippin #FBDDD1
RGB
CMYK
RGB Variations
Color information
#FBDDD1 (or 0xFBDDD1) is known color: Pippin. HEX triplet: FB, DD and D1. RGB value is (251,221,209). Sum of RGB (Red+Green+Blue) = 251+221+209=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 209 (82.03% from 255 or 30.69% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDD1 is #04222E. Grayscale: #E4E4E4. Windows color (decimal): -270895 or 13753851. OLE color: 13753851.
HSL color Cylindrical-coordinate representation of color #FBDDD1: hue angle of 17.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 #FBDDD1 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 209 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.02 |
| HSL | 17.14º | 0.84% | 0.9% | - |
| HSV(B) | 17.14º | 0.17% | 0.98% | - |
| XYZ | 77.15 | 76.83 | 71.08 | - |
| YUV | 228.6 | 116.94 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 209 | 0 | 0.12 | 0.17 | 0.02 | 17.14 | 0.84 | 0.9 |
| Hex | FB | DD | D1 | 0 | C | 11 | 2 | 11 | 54 | 5A |
| Octal | 373 | 335 | 321 | 0 | 14 | 21 | 2 | 21 | 124 | 132 |
| Binary | 11111011 | 11011101 | 11010001 | 0 | 1100 | 10001 | 10 | 10001 | 1010100 | 1011010 |
Color Harmonies of #FBDDD1
Complementary color
Monochromatic Colors of #FBDDD1
Black with #FBDDD1
Text Example
Text Example
White with #FBDDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDD1; }
p { color: rgb(251,221,209); }
H1.HeaderClassName
{
color: #FBDDD1;
}
.AnyTagClassName
{
color: #FBDDD1;
}
</style>
background-color css
<style>
a { background-color: #FBDDD1; }
a { background-color: rgb(251,221,209); }
div.DivClassName
{
background-color: #FBDDD1;
}
.BgClassName
{
background-color: #FBDDD1;
}
</style>
border-color css
<style>
span { border-color: #FBDDD1; }
span { border-color: rgb(251,221,209); }
td.TdClassName
{
border-color: #FBDDD1;
}
.TagClassName
{
border-color: #FBDDD1;
}
</style>