Shades of Pippin #FBDCD2
Tints of Pippin #FBDCD2
RGB
CMYK
RGB Variations
Color information
#FBDCD2 (or 0xFBDCD2) is known color: Pippin. HEX triplet: FB, DC and D2. RGB value is (251,220,210). Sum of RGB (Red+Green+Blue) = 251+220+210=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 210 (82.42% from 255 or 30.84% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCD2 is #04232D. Grayscale: #E4E4E4. Windows color (decimal): -271150 or 13819131. OLE color: 13819131.
HSL color Cylindrical-coordinate representation of color #FBDCD2: hue angle of 14.63º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBDCD2 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 210 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.02 |
| HSL | 14.63º | 0.84% | 0.9% | - |
| HSV(B) | 14.63º | 0.16% | 0.98% | - |
| XYZ | 77.01 | 76.35 | 71.65 | - |
| YUV | 228.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 210 | 0 | 0.12 | 0.16 | 0.02 | 14.63 | 0.84 | 0.9 |
| Hex | FB | DC | D2 | 0 | C | 10 | 2 | F | 54 | 5A |
| Octal | 373 | 334 | 322 | 0 | 14 | 20 | 2 | 17 | 124 | 132 |
| Binary | 11111011 | 11011100 | 11010010 | 0 | 1100 | 10000 | 10 | 1111 | 1010100 | 1011010 |
Color Harmonies of #FBDCD2
Complementary color
Monochromatic Colors of #FBDCD2
Black with #FBDCD2
Text Example
Text Example
White with #FBDCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCD2; }
p { color: rgb(251,220,210); }
H1.HeaderClassName
{
color: #FBDCD2;
}
.AnyTagClassName
{
color: #FBDCD2;
}
</style>
background-color css
<style>
a { background-color: #FBDCD2; }
a { background-color: rgb(251,220,210); }
div.DivClassName
{
background-color: #FBDCD2;
}
.BgClassName
{
background-color: #FBDCD2;
}
</style>
border-color css
<style>
span { border-color: #FBDCD2; }
span { border-color: rgb(251,220,210); }
td.TdClassName
{
border-color: #FBDCD2;
}
.TagClassName
{
border-color: #FBDCD2;
}
</style>