Shades of Pippin #F7DCD4
Tints of Pippin #F7DCD4
RGB
CMYK
RGB Variations
Color information
#F7DCD4 (or 0xF7DCD4) is known color: Pippin. HEX triplet: F7, DC and D4. RGB value is (247,220,212). Sum of RGB (Red+Green+Blue) = 247+220+212=679 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.38% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 212 (83.20% from 255 or 31.22% from 679); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCD4 is #08232B. Grayscale: #E3E3E3. Windows color (decimal): -533292 or 13950199. OLE color: 13950199.
HSL color Cylindrical-coordinate representation of color #F7DCD4: hue angle of 13.71º degrees, saturation: 0.69, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F7DCD4 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 212 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.03 |
| HSL | 13.71º | 0.69% | 0.9% | - |
| HSV(B) | 13.71º | 0.14% | 0.97% | - |
| XYZ | 75.83 | 75.71 | 72.9 | - |
| YUV | 227.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 212 | 0 | 0.11 | 0.14 | 0.03 | 13.71 | 0.69 | 0.9 |
| Hex | F7 | DC | D4 | 0 | B | E | 3 | E | 45 | 5A |
| Octal | 367 | 334 | 324 | 0 | 13 | 16 | 3 | 16 | 105 | 132 |
| Binary | 11110111 | 11011100 | 11010100 | 0 | 1011 | 1110 | 11 | 1110 | 1000101 | 1011010 |
Color Harmonies of #F7DCD4
Complementary color
Monochromatic Colors of #F7DCD4
Black with #F7DCD4
Text Example
Text Example
White with #F7DCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DCD4; }
p { color: rgb(247,220,212); }
H1.HeaderClassName
{
color: #F7DCD4;
}
.AnyTagClassName
{
color: #F7DCD4;
}
</style>
background-color css
<style>
a { background-color: #F7DCD4; }
a { background-color: rgb(247,220,212); }
div.DivClassName
{
background-color: #F7DCD4;
}
.BgClassName
{
background-color: #F7DCD4;
}
</style>
border-color css
<style>
span { border-color: #F7DCD4; }
span { border-color: rgb(247,220,212); }
td.TdClassName
{
border-color: #F7DCD4;
}
.TagClassName
{
border-color: #F7DCD4;
}
</style>