Shades of Pippin #F9DDD6
Tints of Pippin #F9DDD6
RGB
CMYK
RGB Variations
Color information
#F9DDD6 (or 0xF9DDD6) is known color: Pippin. HEX triplet: F9, DD and D6. RGB value is (249,221,214). Sum of RGB (Red+Green+Blue) = 249+221+214=684 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.40% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 214 (83.98% from 255 or 31.29% from 684); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DDD6 is #062229. Grayscale: #E4E4E4. Windows color (decimal): -401962 or 14081529. OLE color: 14081529.
HSL color Cylindrical-coordinate representation of color #F9DDD6: hue angle of 12º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F9DDD6 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 214 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.02 |
| HSL | 12º | 0.74% | 0.91% | - |
| HSV(B) | 12º | 0.14% | 0.98% | - |
| XYZ | 77.06 | 76.71 | 74.36 | - |
| YUV | 228.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 214 | 0 | 0.11 | 0.14 | 0.02 | 12 | 0.74 | 0.91 |
| Hex | F9 | DD | D6 | 0 | B | E | 2 | C | 4A | 5B |
| Octal | 371 | 335 | 326 | 0 | 13 | 16 | 2 | 14 | 112 | 133 |
| Binary | 11111001 | 11011101 | 11010110 | 0 | 1011 | 1110 | 10 | 1100 | 1001010 | 1011011 |
Color Harmonies of #F9DDD6
Complementary color
Monochromatic Colors of #F9DDD6
Black with #F9DDD6
Text Example
Text Example
White with #F9DDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DDD6; }
p { color: rgb(249,221,214); }
H1.HeaderClassName
{
color: #F9DDD6;
}
.AnyTagClassName
{
color: #F9DDD6;
}
</style>
background-color css
<style>
a { background-color: #F9DDD6; }
a { background-color: rgb(249,221,214); }
div.DivClassName
{
background-color: #F9DDD6;
}
.BgClassName
{
background-color: #F9DDD6;
}
</style>
border-color css
<style>
span { border-color: #F9DDD6; }
span { border-color: rgb(249,221,214); }
td.TdClassName
{
border-color: #F9DDD6;
}
.TagClassName
{
border-color: #F9DDD6;
}
</style>