Shades of Pippin #F8DFD7
Tints of Pippin #F8DFD7
RGB
CMYK
RGB Variations
Color information
#F8DFD7 (or 0xF8DFD7) is known color: Pippin. HEX triplet: F8, DF and D7. RGB value is (248,223,215). Sum of RGB (Red+Green+Blue) = 248+223+215=686 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.15% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 215 (84.38% from 255 or 31.34% from 686); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFD7 is #072028. Grayscale: #E5E5E5. Windows color (decimal): -466985 or 14147576. OLE color: 14147576.
HSL color Cylindrical-coordinate representation of color #F8DFD7: hue angle of 14.55º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8DFD7 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 215 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.03 |
| HSL | 14.55º | 0.7% | 0.91% | - |
| HSV(B) | 14.55º | 0.13% | 0.97% | - |
| XYZ | 77.36 | 77.64 | 75.2 | - |
| YUV | 229.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 215 | 0 | 0.10 | 0.13 | 0.03 | 14.55 | 0.7 | 0.91 |
| Hex | F8 | DF | D7 | 0 | A | D | 3 | F | 46 | 5B |
| Octal | 370 | 337 | 327 | 0 | 12 | 15 | 3 | 17 | 106 | 133 |
| Binary | 11111000 | 11011111 | 11010111 | 0 | 1010 | 1101 | 11 | 1111 | 1000110 | 1011011 |
Color Harmonies of #F8DFD7
Complementary color
Monochromatic Colors of #F8DFD7
Black with #F8DFD7
Text Example
Text Example
White with #F8DFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DFD7; }
p { color: rgb(248,223,215); }
H1.HeaderClassName
{
color: #F8DFD7;
}
.AnyTagClassName
{
color: #F8DFD7;
}
</style>
background-color css
<style>
a { background-color: #F8DFD7; }
a { background-color: rgb(248,223,215); }
div.DivClassName
{
background-color: #F8DFD7;
}
.BgClassName
{
background-color: #F8DFD7;
}
</style>
border-color css
<style>
span { border-color: #F8DFD7; }
span { border-color: rgb(248,223,215); }
td.TdClassName
{
border-color: #F8DFD7;
}
.TagClassName
{
border-color: #F8DFD7;
}
</style>