Shades of Almond #F1D9C3
Tints of Almond #F1D9C3
RGB
CMYK
RGB Variations
Color information
#F1D9C3 (or 0xF1D9C3) is known color: Almond. HEX triplet: F1, D9 and C3. RGB value is (241,217,195). Sum of RGB (Red+Green+Blue) = 241+217+195=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 195 (76.56% from 255 or 29.86% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D9C3 is #0E263C. Grayscale: #DDDDDD. Windows color (decimal): -927293 or 12835313. OLE color: 12835313.
HSL color Cylindrical-coordinate representation of color #F1D9C3: hue angle of 28.7º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1D9C3 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 195 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.05 |
| HSL | 28.7º | 0.62% | 0.85% | - |
| HSV(B) | 28.7º | 0.19% | 0.95% | - |
| XYZ | 70.94 | 72.27 | 61.84 | - |
| YUV | 221.67 | 112.95 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 195 | 0 | 0.10 | 0.19 | 0.05 | 28.7 | 0.62 | 0.85 |
| Hex | F1 | D9 | C3 | 0 | A | 13 | 5 | 1D | 3E | 55 |
| Octal | 361 | 331 | 303 | 0 | 12 | 23 | 5 | 35 | 76 | 125 |
| Binary | 11110001 | 11011001 | 11000011 | 0 | 1010 | 10011 | 101 | 11101 | 111110 | 1010101 |
Color Harmonies of #F1D9C3
Complementary color
Monochromatic Colors of #F1D9C3
Black with #F1D9C3
Text Example
Text Example
White with #F1D9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D9C3; }
p { color: rgb(241,217,195); }
H1.HeaderClassName
{
color: #F1D9C3;
}
.AnyTagClassName
{
color: #F1D9C3;
}
</style>
background-color css
<style>
a { background-color: #F1D9C3; }
a { background-color: rgb(241,217,195); }
div.DivClassName
{
background-color: #F1D9C3;
}
.BgClassName
{
background-color: #F1D9C3;
}
</style>
border-color css
<style>
span { border-color: #F1D9C3; }
span { border-color: rgb(241,217,195); }
td.TdClassName
{
border-color: #F1D9C3;
}
.TagClassName
{
border-color: #F1D9C3;
}
</style>