Shades of Almond #F1DAC5
Tints of Almond #F1DAC5
RGB
CMYK
RGB Variations
Color information
#F1DAC5 (or 0xF1DAC5) is known color: Almond. HEX triplet: F1, DA and C5. RGB value is (241,218,197). Sum of RGB (Red+Green+Blue) = 241+218+197=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 197 (77.34% from 255 or 30.03% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DAC5 is #0E253A. Grayscale: #DEDEDE. Windows color (decimal): -927035 or 12966641. OLE color: 12966641.
HSL color Cylindrical-coordinate representation of color #F1DAC5: hue angle of 28.64º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1DAC5 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 218 | 197 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.05 |
| HSL | 28.64º | 0.61% | 0.86% | - |
| HSV(B) | 28.64º | 0.18% | 0.95% | - |
| XYZ | 71.43 | 72.87 | 63.13 | - |
| YUV | 222.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 218 | 197 | 0 | 0.10 | 0.18 | 0.05 | 28.64 | 0.61 | 0.86 |
| Hex | F1 | DA | C5 | 0 | A | 12 | 5 | 1D | 3D | 56 |
| Octal | 361 | 332 | 305 | 0 | 12 | 22 | 5 | 35 | 75 | 126 |
| Binary | 11110001 | 11011010 | 11000101 | 0 | 1010 | 10010 | 101 | 11101 | 111101 | 1010110 |
Color Harmonies of #F1DAC5
Complementary color
Monochromatic Colors of #F1DAC5
Black with #F1DAC5
Text Example
Text Example
White with #F1DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DAC5; }
p { color: rgb(241,218,197); }
H1.HeaderClassName
{
color: #F1DAC5;
}
.AnyTagClassName
{
color: #F1DAC5;
}
</style>
background-color css
<style>
a { background-color: #F1DAC5; }
a { background-color: rgb(241,218,197); }
div.DivClassName
{
background-color: #F1DAC5;
}
.BgClassName
{
background-color: #F1DAC5;
}
</style>
border-color css
<style>
span { border-color: #F1DAC5; }
span { border-color: rgb(241,218,197); }
td.TdClassName
{
border-color: #F1DAC5;
}
.TagClassName
{
border-color: #F1DAC5;
}
</style>