Shades of Almond #F1DAC7
Tints of Almond #F1DAC7
RGB
CMYK
RGB Variations
Color information
#F1DAC7 (or 0xF1DAC7) is known color: Almond. HEX triplet: F1, DA and C7. RGB value is (241,218,199). Sum of RGB (Red+Green+Blue) = 241+218+199=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 199 (78.12% from 255 or 30.24% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DAC7 is #0E2538. Grayscale: #DEDEDE. Windows color (decimal): -927033 or 13097713. OLE color: 13097713.
HSL color Cylindrical-coordinate representation of color #F1DAC7: hue angle of 27.14º 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 #F1DAC7 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 218 | 199 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.05 |
| HSL | 27.14º | 0.6% | 0.86% | - |
| HSV(B) | 27.14º | 0.17% | 0.95% | - |
| XYZ | 71.66 | 72.97 | 64.34 | - |
| YUV | 222.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 218 | 199 | 0 | 0.10 | 0.17 | 0.05 | 27.14 | 0.6 | 0.86 |
| Hex | F1 | DA | C7 | 0 | A | 11 | 5 | 1B | 3C | 56 |
| Octal | 361 | 332 | 307 | 0 | 12 | 21 | 5 | 33 | 74 | 126 |
| Binary | 11110001 | 11011010 | 11000111 | 0 | 1010 | 10001 | 101 | 11011 | 111100 | 1010110 |
Color Harmonies of #F1DAC7
Complementary color
Monochromatic Colors of #F1DAC7
Black with #F1DAC7
Text Example
Text Example
White with #F1DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DAC7; }
p { color: rgb(241,218,199); }
H1.HeaderClassName
{
color: #F1DAC7;
}
.AnyTagClassName
{
color: #F1DAC7;
}
</style>
background-color css
<style>
a { background-color: #F1DAC7; }
a { background-color: rgb(241,218,199); }
div.DivClassName
{
background-color: #F1DAC7;
}
.BgClassName
{
background-color: #F1DAC7;
}
</style>
border-color css
<style>
span { border-color: #F1DAC7; }
span { border-color: rgb(241,218,199); }
td.TdClassName
{
border-color: #F1DAC7;
}
.TagClassName
{
border-color: #F1DAC7;
}
</style>