Shades of Pippin #F6D9D3
Tints of Pippin #F6D9D3
RGB
CMYK
RGB Variations
Color information
#F6D9D3 (or 0xF6D9D3) is known color: Pippin. HEX triplet: F6, D9 and D3. RGB value is (246,217,211). Sum of RGB (Red+Green+Blue) = 246+217+211=674 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.50% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 211 (82.81% from 255 or 31.31% from 674); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D9D3 is #09262C. Grayscale: #E1E1E1. Windows color (decimal): -599597 or 13883894. OLE color: 13883894.
HSL color Cylindrical-coordinate representation of color #F6D9D3: hue angle of 10.29º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F6D9D3 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 217 | 211 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.04 |
| HSL | 10.29º | 0.66% | 0.9% | - |
| HSV(B) | 10.29º | 0.14% | 0.96% | - |
| XYZ | 74.58 | 73.92 | 71.97 | - |
| YUV | 224.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 217 | 211 | 0 | 0.12 | 0.14 | 0.04 | 10.29 | 0.66 | 0.9 |
| Hex | F6 | D9 | D3 | 0 | C | E | 4 | A | 42 | 5A |
| Octal | 366 | 331 | 323 | 0 | 14 | 16 | 4 | 12 | 102 | 132 |
| Binary | 11110110 | 11011001 | 11010011 | 0 | 1100 | 1110 | 100 | 1010 | 1000010 | 1011010 |
Color Harmonies of #F6D9D3
Complementary color
Monochromatic Colors of #F6D9D3
Black with #F6D9D3
Text Example
Text Example
White with #F6D9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D9D3; }
p { color: rgb(246,217,211); }
H1.HeaderClassName
{
color: #F6D9D3;
}
.AnyTagClassName
{
color: #F6D9D3;
}
</style>
background-color css
<style>
a { background-color: #F6D9D3; }
a { background-color: rgb(246,217,211); }
div.DivClassName
{
background-color: #F6D9D3;
}
.BgClassName
{
background-color: #F6D9D3;
}
</style>
border-color css
<style>
span { border-color: #F6D9D3; }
span { border-color: rgb(246,217,211); }
td.TdClassName
{
border-color: #F6D9D3;
}
.TagClassName
{
border-color: #F6D9D3;
}
</style>