Shades of Pippin #FBDCCF
Tints of Pippin #FBDCCF
RGB
CMYK
RGB Variations
Color information
#FBDCCF (or 0xFBDCCF) is known color: Pippin. HEX triplet: FB, DC and CF. RGB value is (251,220,207). Sum of RGB (Red+Green+Blue) = 251+220+207=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 207 (81.25% from 255 or 30.53% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCCF is #042330. Grayscale: #E3E3E3. Windows color (decimal): -271153 or 13622523. OLE color: 13622523.
HSL color Cylindrical-coordinate representation of color #FBDCCF: hue angle of 17.73º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBDCCF is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 207 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.02 |
| HSL | 17.73º | 0.85% | 0.9% | - |
| HSV(B) | 17.73º | 0.18% | 0.98% | - |
| XYZ | 76.64 | 76.2 | 69.7 | - |
| YUV | 227.79 | 116.27 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 207 | 0 | 0.12 | 0.18 | 0.02 | 17.73 | 0.85 | 0.9 |
| Hex | FB | DC | CF | 0 | C | 12 | 2 | 12 | 55 | 5A |
| Octal | 373 | 334 | 317 | 0 | 14 | 22 | 2 | 22 | 125 | 132 |
| Binary | 11111011 | 11011100 | 11001111 | 0 | 1100 | 10010 | 10 | 10010 | 1010101 | 1011010 |
Color Harmonies of #FBDCCF
Complementary color
Monochromatic Colors of #FBDCCF
Black with #FBDCCF
Text Example
Text Example
White with #FBDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCCF; }
p { color: rgb(251,220,207); }
H1.HeaderClassName
{
color: #FBDCCF;
}
.AnyTagClassName
{
color: #FBDCCF;
}
</style>
background-color css
<style>
a { background-color: #FBDCCF; }
a { background-color: rgb(251,220,207); }
div.DivClassName
{
background-color: #FBDCCF;
}
.BgClassName
{
background-color: #FBDCCF;
}
</style>
border-color css
<style>
span { border-color: #FBDCCF; }
span { border-color: rgb(251,220,207); }
td.TdClassName
{
border-color: #FBDCCF;
}
.TagClassName
{
border-color: #FBDCCF;
}
</style>