Shades of Almond #F1D9C0
Tints of Almond #F1D9C0
RGB
CMYK
RGB Variations
Color information
#F1D9C0 (or 0xF1D9C0) is known color: Almond. HEX triplet: F1, D9 and C0. RGB value is (241,217,192). Sum of RGB (Red+Green+Blue) = 241+217+192=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 217 (85.16% from 255 or 33.38% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D9C0 is #0E263F. Grayscale: #DDDDDD. Windows color (decimal): -927296 or 12638705. OLE color: 12638705.
HSL color Cylindrical-coordinate representation of color #F1D9C0: hue angle of 30.61º degrees, saturation: 0.64, 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 #F1D9C0 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 192 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.05 |
| HSL | 30.61º | 0.64% | 0.85% | - |
| HSV(B) | 30.61º | 0.2% | 0.95% | - |
| XYZ | 70.6 | 72.13 | 60.07 | - |
| YUV | 221.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 192 | 0 | 0.10 | 0.20 | 0.05 | 30.61 | 0.64 | 0.85 |
| Hex | F1 | D9 | C0 | 0 | A | 14 | 5 | 1F | 40 | 55 |
| Octal | 361 | 331 | 300 | 0 | 12 | 24 | 5 | 37 | 100 | 125 |
| Binary | 11110001 | 11011001 | 11000000 | 0 | 1010 | 10100 | 101 | 11111 | 1000000 | 1010101 |
Color Harmonies of #F1D9C0
Complementary color
Monochromatic Colors of #F1D9C0
Black with #F1D9C0
Text Example
Text Example
White with #F1D9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D9C0; }
p { color: rgb(241,217,192); }
H1.HeaderClassName
{
color: #F1D9C0;
}
.AnyTagClassName
{
color: #F1D9C0;
}
</style>
background-color css
<style>
a { background-color: #F1D9C0; }
a { background-color: rgb(241,217,192); }
div.DivClassName
{
background-color: #F1D9C0;
}
.BgClassName
{
background-color: #F1D9C0;
}
</style>
border-color css
<style>
span { border-color: #F1D9C0; }
span { border-color: rgb(241,217,192); }
td.TdClassName
{
border-color: #F1D9C0;
}
.TagClassName
{
border-color: #F1D9C0;
}
</style>