Shades of Pippin #F9DCD0
Tints of Pippin #F9DCD0
RGB
CMYK
RGB Variations
Color information
#F9DCD0 (or 0xF9DCD0) is known color: Pippin. HEX triplet: F9, DC and D0. RGB value is (249,220,208). Sum of RGB (Red+Green+Blue) = 249+220+208=677 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.78% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 208 (81.64% from 255 or 30.72% from 677); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCD0 is #06232F. Grayscale: #E3E3E3. Windows color (decimal): -402224 or 13688057. OLE color: 13688057.
HSL color Cylindrical-coordinate representation of color #F9DCD0: hue angle of 17.56º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F9DCD0 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 208 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.02 |
| HSL | 17.56º | 0.77% | 0.9% | - |
| HSV(B) | 17.56º | 0.16% | 0.98% | - |
| XYZ | 76.05 | 75.88 | 70.31 | - |
| YUV | 227.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 208 | 0 | 0.12 | 0.16 | 0.02 | 17.56 | 0.77 | 0.9 |
| Hex | F9 | DC | D0 | 0 | C | 10 | 2 | 12 | 4D | 5A |
| Octal | 371 | 334 | 320 | 0 | 14 | 20 | 2 | 22 | 115 | 132 |
| Binary | 11111001 | 11011100 | 11010000 | 0 | 1100 | 10000 | 10 | 10010 | 1001101 | 1011010 |
Color Harmonies of #F9DCD0
Complementary color
Monochromatic Colors of #F9DCD0
Black with #F9DCD0
Text Example
Text Example
White with #F9DCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DCD0; }
p { color: rgb(249,220,208); }
H1.HeaderClassName
{
color: #F9DCD0;
}
.AnyTagClassName
{
color: #F9DCD0;
}
</style>
background-color css
<style>
a { background-color: #F9DCD0; }
a { background-color: rgb(249,220,208); }
div.DivClassName
{
background-color: #F9DCD0;
}
.BgClassName
{
background-color: #F9DCD0;
}
</style>
border-color css
<style>
span { border-color: #F9DCD0; }
span { border-color: rgb(249,220,208); }
td.TdClassName
{
border-color: #F9DCD0;
}
.TagClassName
{
border-color: #F9DCD0;
}
</style>