Shades of Pippin #F8DDD1
Tints of Pippin #F8DDD1
RGB
CMYK
RGB Variations
Color information
#F8DDD1 (or 0xF8DDD1) is known color: Pippin. HEX triplet: F8, DD and D1. RGB value is (248,221,209). Sum of RGB (Red+Green+Blue) = 248+221+209=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 209 (82.03% from 255 or 30.83% from 678); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DDD1 is #07222E. Grayscale: #E3E3E3. Windows color (decimal): -467503 or 13753848. OLE color: 13753848.
HSL color Cylindrical-coordinate representation of color #F8DDD1: hue angle of 18.46º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F8DDD1 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 209 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.03 |
| HSL | 18.46º | 0.74% | 0.9% | - |
| HSV(B) | 18.46º | 0.16% | 0.97% | - |
| XYZ | 76.08 | 76.27 | 71.03 | - |
| YUV | 227.71 | 117.45 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 209 | 0 | 0.11 | 0.16 | 0.03 | 18.46 | 0.74 | 0.9 |
| Hex | F8 | DD | D1 | 0 | B | 10 | 3 | 12 | 4A | 5A |
| Octal | 370 | 335 | 321 | 0 | 13 | 20 | 3 | 22 | 112 | 132 |
| Binary | 11111000 | 11011101 | 11010001 | 0 | 1011 | 10000 | 11 | 10010 | 1001010 | 1011010 |
Color Harmonies of #F8DDD1
Complementary color
Monochromatic Colors of #F8DDD1
Black with #F8DDD1
Text Example
Text Example
White with #F8DDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DDD1; }
p { color: rgb(248,221,209); }
H1.HeaderClassName
{
color: #F8DDD1;
}
.AnyTagClassName
{
color: #F8DDD1;
}
</style>
background-color css
<style>
a { background-color: #F8DDD1; }
a { background-color: rgb(248,221,209); }
div.DivClassName
{
background-color: #F8DDD1;
}
.BgClassName
{
background-color: #F8DDD1;
}
</style>
border-color css
<style>
span { border-color: #F8DDD1; }
span { border-color: rgb(248,221,209); }
td.TdClassName
{
border-color: #F8DDD1;
}
.TagClassName
{
border-color: #F8DDD1;
}
</style>