Shades of Pippin #F9DDD4
Tints of Pippin #F9DDD4
RGB
CMYK
RGB Variations
Color information
#F9DDD4 (or 0xF9DDD4) is known color: Pippin. HEX triplet: F9, DD and D4. RGB value is (249,221,212). Sum of RGB (Red+Green+Blue) = 249+221+212=682 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.51% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 212 (83.20% from 255 or 31.09% from 682); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DDD4 is #06222B. Grayscale: #E4E4E4. Windows color (decimal): -401964 or 13950457. OLE color: 13950457.
HSL color Cylindrical-coordinate representation of color #F9DDD4: hue angle of 14.59º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F9DDD4 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 221 | 212 | - |
CMYK | 0 | 0.11 | 0.15 | 0.02 |
HSL | 14.59º | 0.76% | 0.9% | - |
HSV(B) | 14.59º | 0.15% | 0.98% | - |
XYZ | 76.81 | 76.61 | 73.03 | - |
YUV | 228.35 | 118.78 | 142.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 221 | 212 | 0 | 0.11 | 0.15 | 0.02 | 14.59 | 0.76 | 0.9 |
Hex | F9 | DD | D4 | 0 | B | F | 2 | F | 4C | 5A |
Octal | 371 | 335 | 324 | 0 | 13 | 17 | 2 | 17 | 114 | 132 |
Binary | 11111001 | 11011101 | 11010100 | 0 | 1011 | 1111 | 10 | 1111 | 1001100 | 1011010 |
Color Harmonies of #F9DDD4
Complementary color
Monochromatic Colors of #F9DDD4
Black with #F9DDD4
Text Example
Text Example
White with #F9DDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DDD4; }
p { color: rgb(249,221,212); }
H1.HeaderClassName
{
color: #F9DDD4;
}
.AnyTagClassName
{
color: #F9DDD4;
}
</style>
background-color css
<style>
a { background-color: #F9DDD4; }
a { background-color: rgb(249,221,212); }
div.DivClassName
{
background-color: #F9DDD4;
}
.BgClassName
{
background-color: #F9DDD4;
}
</style>
border-color css
<style>
span { border-color: #F9DDD4; }
span { border-color: rgb(249,221,212); }
td.TdClassName
{
border-color: #F9DDD4;
}
.TagClassName
{
border-color: #F9DDD4;
}
</style>