Shades of Pippin #F8D9D3
Tints of Pippin #F8D9D3
RGB
CMYK
RGB Variations
Color information
#F8D9D3 (or 0xF8D9D3) is known color: Pippin. HEX triplet: F8, D9 and D3. RGB value is (248,217,211). Sum of RGB (Red+Green+Blue) = 248+217+211=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 211 (82.81% from 255 or 31.21% from 676); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D9D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D9D3 is #07262C. Grayscale: #E1E1E1. Windows color (decimal): -468525 or 13883896. OLE color: 13883896.
HSL color Cylindrical-coordinate representation of color #F8D9D3: hue angle of 9.73º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8D9D3 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 217 | 211 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.03 |
| HSL | 9.73º | 0.73% | 0.9% | - |
| HSV(B) | 9.73º | 0.15% | 0.97% | - |
| XYZ | 75.28 | 74.29 | 72 | - |
| YUV | 225.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 211 | 0 | 0.12 | 0.15 | 0.03 | 9.73 | 0.73 | 0.9 |
| Hex | F8 | D9 | D3 | 0 | C | F | 3 | A | 49 | 5A |
| Octal | 370 | 331 | 323 | 0 | 14 | 17 | 3 | 12 | 111 | 132 |
| Binary | 11111000 | 11011001 | 11010011 | 0 | 1100 | 1111 | 11 | 1010 | 1001001 | 1011010 |
Color Harmonies of #F8D9D3
Complementary color
Monochromatic Colors of #F8D9D3
Black with #F8D9D3
Text Example
Text Example
White with #F8D9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D9D3; }
p { color: rgb(248,217,211); }
H1.HeaderClassName
{
color: #F8D9D3;
}
.AnyTagClassName
{
color: #F8D9D3;
}
</style>
background-color css
<style>
a { background-color: #F8D9D3; }
a { background-color: rgb(248,217,211); }
div.DivClassName
{
background-color: #F8D9D3;
}
.BgClassName
{
background-color: #F8D9D3;
}
</style>
border-color css
<style>
span { border-color: #F8D9D3; }
span { border-color: rgb(248,217,211); }
td.TdClassName
{
border-color: #F8D9D3;
}
.TagClassName
{
border-color: #F8D9D3;
}
</style>