Shades of Pippin #F7DBD4
Tints of Pippin #F7DBD4
RGB
CMYK
RGB Variations
Color information
#F7DBD4 (or 0xF7DBD4) is known color: Pippin. HEX triplet: F7, DB and D4. RGB value is (247,219,212). Sum of RGB (Red+Green+Blue) = 247+219+212=678 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.43% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 212 (83.20% from 255 or 31.27% from 678); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DBD4 is #08242B. Grayscale: #E2E2E2. Windows color (decimal): -533548 or 13949943. OLE color: 13949943.
HSL color Cylindrical-coordinate representation of color #F7DBD4: hue angle of 12º 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 #F7DBD4 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 212 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.03 |
| HSL | 12º | 0.69% | 0.9% | - |
| HSV(B) | 12º | 0.14% | 0.97% | - |
| XYZ | 75.57 | 75.19 | 72.82 | - |
| YUV | 226.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 212 | 0 | 0.11 | 0.14 | 0.03 | 12 | 0.69 | 0.9 |
| Hex | F7 | DB | D4 | 0 | B | E | 3 | C | 45 | 5A |
| Octal | 367 | 333 | 324 | 0 | 13 | 16 | 3 | 14 | 105 | 132 |
| Binary | 11110111 | 11011011 | 11010100 | 0 | 1011 | 1110 | 11 | 1100 | 1000101 | 1011010 |
Color Harmonies of #F7DBD4
Complementary color
Monochromatic Colors of #F7DBD4
Black with #F7DBD4
Text Example
Text Example
White with #F7DBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DBD4; }
p { color: rgb(247,219,212); }
H1.HeaderClassName
{
color: #F7DBD4;
}
.AnyTagClassName
{
color: #F7DBD4;
}
</style>
background-color css
<style>
a { background-color: #F7DBD4; }
a { background-color: rgb(247,219,212); }
div.DivClassName
{
background-color: #F7DBD4;
}
.BgClassName
{
background-color: #F7DBD4;
}
</style>
border-color css
<style>
span { border-color: #F7DBD4; }
span { border-color: rgb(247,219,212); }
td.TdClassName
{
border-color: #F7DBD4;
}
.TagClassName
{
border-color: #F7DBD4;
}
</style>