Shades of Almond #F1D9C7
Tints of Almond #F1D9C7
RGB
CMYK
RGB Variations
Color information
#F1D9C7 (or 0xF1D9C7) is known color: Almond. HEX triplet: F1, D9 and C7. RGB value is (241,217,199). Sum of RGB (Red+Green+Blue) = 241+217+199=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 199 (78.12% from 255 or 30.29% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D9C7 is #0E2638. Grayscale: #DEDEDE. Windows color (decimal): -927289 or 13097457. OLE color: 13097457.
HSL color Cylindrical-coordinate representation of color #F1D9C7: hue angle of 25.71º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1D9C7 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 199 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.05 |
| HSL | 25.71º | 0.6% | 0.86% | - |
| HSV(B) | 25.71º | 0.17% | 0.95% | - |
| XYZ | 71.4 | 72.45 | 64.25 | - |
| YUV | 222.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 199 | 0 | 0.10 | 0.17 | 0.05 | 25.71 | 0.6 | 0.86 |
| Hex | F1 | D9 | C7 | 0 | A | 11 | 5 | 1A | 3C | 56 |
| Octal | 361 | 331 | 307 | 0 | 12 | 21 | 5 | 32 | 74 | 126 |
| Binary | 11110001 | 11011001 | 11000111 | 0 | 1010 | 10001 | 101 | 11010 | 111100 | 1010110 |
Color Harmonies of #F1D9C7
Complementary color
Monochromatic Colors of #F1D9C7
Black with #F1D9C7
Text Example
Text Example
White with #F1D9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D9C7; }
p { color: rgb(241,217,199); }
H1.HeaderClassName
{
color: #F1D9C7;
}
.AnyTagClassName
{
color: #F1D9C7;
}
</style>
background-color css
<style>
a { background-color: #F1D9C7; }
a { background-color: rgb(241,217,199); }
div.DivClassName
{
background-color: #F1D9C7;
}
.BgClassName
{
background-color: #F1D9C7;
}
</style>
border-color css
<style>
span { border-color: #F1D9C7; }
span { border-color: rgb(241,217,199); }
td.TdClassName
{
border-color: #F1D9C7;
}
.TagClassName
{
border-color: #F1D9C7;
}
</style>