Shades of Almond #F1DAC1
Tints of Almond #F1DAC1
RGB
CMYK
RGB Variations
Color information
#F1DAC1 (or 0xF1DAC1) is known color: Almond. HEX triplet: F1, DA and C1. RGB value is (241,218,193). Sum of RGB (Red+Green+Blue) = 241+218+193=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 193 (75.78% from 255 or 29.60% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DAC1 is #0E253E. Grayscale: #DEDEDE. Windows color (decimal): -927039 or 12704497. OLE color: 12704497.
HSL color Cylindrical-coordinate representation of color #F1DAC1: hue angle of 31.25º 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 #F1DAC1 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 218 | 193 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.05 |
| HSL | 31.25º | 0.63% | 0.85% | - |
| HSV(B) | 31.25º | 0.2% | 0.95% | - |
| XYZ | 70.97 | 72.69 | 60.74 | - |
| YUV | 222.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 218 | 193 | 0 | 0.10 | 0.20 | 0.05 | 31.25 | 0.63 | 0.85 |
| Hex | F1 | DA | C1 | 0 | A | 14 | 5 | 1F | 3F | 55 |
| Octal | 361 | 332 | 301 | 0 | 12 | 24 | 5 | 37 | 77 | 125 |
| Binary | 11110001 | 11011010 | 11000001 | 0 | 1010 | 10100 | 101 | 11111 | 111111 | 1010101 |
Color Harmonies of #F1DAC1
Complementary color
Monochromatic Colors of #F1DAC1
Black with #F1DAC1
Text Example
Text Example
White with #F1DAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DAC1; }
p { color: rgb(241,218,193); }
H1.HeaderClassName
{
color: #F1DAC1;
}
.AnyTagClassName
{
color: #F1DAC1;
}
</style>
background-color css
<style>
a { background-color: #F1DAC1; }
a { background-color: rgb(241,218,193); }
div.DivClassName
{
background-color: #F1DAC1;
}
.BgClassName
{
background-color: #F1DAC1;
}
</style>
border-color css
<style>
span { border-color: #F1DAC1; }
span { border-color: rgb(241,218,193); }
td.TdClassName
{
border-color: #F1DAC1;
}
.TagClassName
{
border-color: #F1DAC1;
}
</style>