Shades of Pippin #F7DDD4
Tints of Pippin #F7DDD4
RGB
CMYK
RGB Variations
Color information
#F7DDD4 (or 0xF7DDD4) is known color: Pippin. HEX triplet: F7, DD and D4. RGB value is (247,221,212). Sum of RGB (Red+Green+Blue) = 247+221+212=680 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.32% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 212 (83.20% from 255 or 31.18% from 680); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DDD4 is #08222B. Grayscale: #E3E3E3. Windows color (decimal): -533036 or 13950455. OLE color: 13950455.
HSL color Cylindrical-coordinate representation of color #F7DDD4: hue angle of 15.43º 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 #F7DDD4 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 221 | 212 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.03 |
| HSL | 15.43º | 0.69% | 0.9% | - |
| HSV(B) | 15.43º | 0.14% | 0.97% | - |
| XYZ | 76.1 | 76.24 | 72.99 | - |
| YUV | 227.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 221 | 212 | 0 | 0.11 | 0.14 | 0.03 | 15.43 | 0.69 | 0.9 |
| Hex | F7 | DD | D4 | 0 | B | E | 3 | F | 45 | 5A |
| Octal | 367 | 335 | 324 | 0 | 13 | 16 | 3 | 17 | 105 | 132 |
| Binary | 11110111 | 11011101 | 11010100 | 0 | 1011 | 1110 | 11 | 1111 | 1000101 | 1011010 |
Color Harmonies of #F7DDD4
Complementary color
Monochromatic Colors of #F7DDD4
Black with #F7DDD4
Text Example
Text Example
White with #F7DDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DDD4; }
p { color: rgb(247,221,212); }
H1.HeaderClassName
{
color: #F7DDD4;
}
.AnyTagClassName
{
color: #F7DDD4;
}
</style>
background-color css
<style>
a { background-color: #F7DDD4; }
a { background-color: rgb(247,221,212); }
div.DivClassName
{
background-color: #F7DDD4;
}
.BgClassName
{
background-color: #F7DDD4;
}
</style>
border-color css
<style>
span { border-color: #F7DDD4; }
span { border-color: rgb(247,221,212); }
td.TdClassName
{
border-color: #F7DDD4;
}
.TagClassName
{
border-color: #F7DDD4;
}
</style>