Shades of Pippin #F9DED7
Tints of Pippin #F9DED7
RGB
CMYK
RGB Variations
Color information
#F9DED7 (or 0xF9DED7) is known color: Pippin. HEX triplet: F9, DE and D7. RGB value is (249,222,215). Sum of RGB (Red+Green+Blue) = 249+222+215=686 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.30% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 215 (84.38% from 255 or 31.34% from 686); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DED7 is #062128. Grayscale: #E5E5E5. Windows color (decimal): -401705 or 14147321. OLE color: 14147321.
HSL color Cylindrical-coordinate representation of color #F9DED7: hue angle of 12.35º 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 #F9DED7 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 222 | 215 | - |
CMYK | 0 | 0.11 | 0.14 | 0.02 |
HSL | 12.35º | 0.74% | 0.91% | - |
HSV(B) | 12.35º | 0.14% | 0.98% | - |
XYZ | 77.45 | 77.29 | 75.13 | - |
YUV | 229.28 | 119.95 | 142.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 222 | 215 | 0 | 0.11 | 0.14 | 0.02 | 12.35 | 0.74 | 0.91 |
Hex | F9 | DE | D7 | 0 | B | E | 2 | C | 4A | 5B |
Octal | 371 | 336 | 327 | 0 | 13 | 16 | 2 | 14 | 112 | 133 |
Binary | 11111001 | 11011110 | 11010111 | 0 | 1011 | 1110 | 10 | 1100 | 1001010 | 1011011 |
Color Harmonies of #F9DED7
Complementary color
Monochromatic Colors of #F9DED7
Black with #F9DED7
Text Example
Text Example
White with #F9DED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DED7; }
p { color: rgb(249,222,215); }
H1.HeaderClassName
{
color: #F9DED7;
}
.AnyTagClassName
{
color: #F9DED7;
}
</style>
background-color css
<style>
a { background-color: #F9DED7; }
a { background-color: rgb(249,222,215); }
div.DivClassName
{
background-color: #F9DED7;
}
.BgClassName
{
background-color: #F9DED7;
}
</style>
border-color css
<style>
span { border-color: #F9DED7; }
span { border-color: rgb(249,222,215); }
td.TdClassName
{
border-color: #F9DED7;
}
.TagClassName
{
border-color: #F9DED7;
}
</style>