Shades of Almond #F1D9C1
Tints of Almond #F1D9C1
RGB
CMYK
RGB Variations
Color information
#F1D9C1 (or 0xF1D9C1) is known color: Almond. HEX triplet: F1, D9 and C1. RGB value is (241,217,193). Sum of RGB (Red+Green+Blue) = 241+217+193=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 193 (75.78% from 255 or 29.65% from 651); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D9C1 is #0E263E. Grayscale: #DDDDDD. Windows color (decimal): -927295 or 12704241. OLE color: 12704241.
HSL color Cylindrical-coordinate representation of color #F1D9C1: hue angle of 30º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1D9C1 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 193 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.05 |
| HSL | 30º | 0.63% | 0.85% | - |
| HSV(B) | 30º | 0.2% | 0.95% | - |
| XYZ | 70.71 | 72.18 | 60.66 | - |
| YUV | 221.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 193 | 0 | 0.10 | 0.20 | 0.05 | 30 | 0.63 | 0.85 |
| Hex | F1 | D9 | C1 | 0 | A | 14 | 5 | 1E | 3F | 55 |
| Octal | 361 | 331 | 301 | 0 | 12 | 24 | 5 | 36 | 77 | 125 |
| Binary | 11110001 | 11011001 | 11000001 | 0 | 1010 | 10100 | 101 | 11110 | 111111 | 1010101 |
Color Harmonies of #F1D9C1
Complementary color
Monochromatic Colors of #F1D9C1
Black with #F1D9C1
Text Example
Text Example
White with #F1D9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D9C1; }
p { color: rgb(241,217,193); }
H1.HeaderClassName
{
color: #F1D9C1;
}
.AnyTagClassName
{
color: #F1D9C1;
}
</style>
background-color css
<style>
a { background-color: #F1D9C1; }
a { background-color: rgb(241,217,193); }
div.DivClassName
{
background-color: #F1D9C1;
}
.BgClassName
{
background-color: #F1D9C1;
}
</style>
border-color css
<style>
span { border-color: #F1D9C1; }
span { border-color: rgb(241,217,193); }
td.TdClassName
{
border-color: #F1D9C1;
}
.TagClassName
{
border-color: #F1D9C1;
}
</style>