Shades of Pippin #FBDCD3
Tints of Pippin #FBDCD3
RGB
CMYK
RGB Variations
Color information
#FBDCD3 (or 0xFBDCD3) is known color: Pippin. HEX triplet: FB, DC and D3. RGB value is (251,220,211). Sum of RGB (Red+Green+Blue) = 251+220+211=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 211 (82.81% from 255 or 30.94% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCD3 is #04232C. Grayscale: #E4E4E4. Windows color (decimal): -271149 or 13884667. OLE color: 13884667.
HSL color Cylindrical-coordinate representation of color #FBDCD3: hue angle of 13.5º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBDCD3 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 211 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.02 |
| HSL | 13.5º | 0.83% | 0.91% | - |
| HSV(B) | 13.5º | 0.16% | 0.98% | - |
| XYZ | 77.13 | 76.4 | 72.31 | - |
| YUV | 228.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 211 | 0 | 0.12 | 0.16 | 0.02 | 13.5 | 0.83 | 0.91 |
| Hex | FB | DC | D3 | 0 | C | 10 | 2 | E | 53 | 5B |
| Octal | 373 | 334 | 323 | 0 | 14 | 20 | 2 | 16 | 123 | 133 |
| Binary | 11111011 | 11011100 | 11010011 | 0 | 1100 | 10000 | 10 | 1110 | 1010011 | 1011011 |
Color Harmonies of #FBDCD3
Complementary color
Monochromatic Colors of #FBDCD3
Black with #FBDCD3
Text Example
Text Example
White with #FBDCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCD3; }
p { color: rgb(251,220,211); }
H1.HeaderClassName
{
color: #FBDCD3;
}
.AnyTagClassName
{
color: #FBDCD3;
}
</style>
background-color css
<style>
a { background-color: #FBDCD3; }
a { background-color: rgb(251,220,211); }
div.DivClassName
{
background-color: #FBDCD3;
}
.BgClassName
{
background-color: #FBDCD3;
}
</style>
border-color css
<style>
span { border-color: #FBDCD3; }
span { border-color: rgb(251,220,211); }
td.TdClassName
{
border-color: #FBDCD3;
}
.TagClassName
{
border-color: #FBDCD3;
}
</style>