Shades of Pippin #F7DCD2
Tints of Pippin #F7DCD2
RGB
CMYK
RGB Variations
Color information
#F7DCD2 (or 0xF7DCD2) is known color: Pippin. HEX triplet: F7, DC and D2. RGB value is (247,220,210). Sum of RGB (Red+Green+Blue) = 247+220+210=677 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.48% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 210 (82.42% from 255 or 31.02% from 677); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCD2 is #08232D. Grayscale: #E2E2E2. Windows color (decimal): -533294 or 13819127. OLE color: 13819127.
HSL color Cylindrical-coordinate representation of color #F7DCD2: hue angle of 16.22º degrees, saturation: 0.7, 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 #F7DCD2 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 210 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.03 |
| HSL | 16.22º | 0.7% | 0.9% | - |
| HSV(B) | 16.22º | 0.15% | 0.97% | - |
| XYZ | 75.58 | 75.61 | 71.58 | - |
| YUV | 226.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 210 | 0 | 0.11 | 0.15 | 0.03 | 16.22 | 0.7 | 0.9 |
| Hex | F7 | DC | D2 | 0 | B | F | 3 | 10 | 46 | 5A |
| Octal | 367 | 334 | 322 | 0 | 13 | 17 | 3 | 20 | 106 | 132 |
| Binary | 11110111 | 11011100 | 11010010 | 0 | 1011 | 1111 | 11 | 10000 | 1000110 | 1011010 |
Color Harmonies of #F7DCD2
Complementary color
Monochromatic Colors of #F7DCD2
Black with #F7DCD2
Text Example
Text Example
White with #F7DCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DCD2; }
p { color: rgb(247,220,210); }
H1.HeaderClassName
{
color: #F7DCD2;
}
.AnyTagClassName
{
color: #F7DCD2;
}
</style>
background-color css
<style>
a { background-color: #F7DCD2; }
a { background-color: rgb(247,220,210); }
div.DivClassName
{
background-color: #F7DCD2;
}
.BgClassName
{
background-color: #F7DCD2;
}
</style>
border-color css
<style>
span { border-color: #F7DCD2; }
span { border-color: rgb(247,220,210); }
td.TdClassName
{
border-color: #F7DCD2;
}
.TagClassName
{
border-color: #F7DCD2;
}
</style>