Shades of Almond #F1D4BE
Tints of Almond #F1D4BE
RGB
CMYK
RGB Variations
Color information
#F1D4BE (or 0xF1D4BE) is known color: Almond. HEX triplet: F1, D4 and BE. RGB value is (241,212,190). Sum of RGB (Red+Green+Blue) = 241+212+190=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 190 (74.61% from 255 or 29.55% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D4BE is #0E2B41. Grayscale: #DADADA. Windows color (decimal): -928578 or 12506353. OLE color: 12506353.
HSL color Cylindrical-coordinate representation of color #F1D4BE: hue angle of 25.88º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1D4BE is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 190 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.05 |
| HSL | 25.88º | 0.65% | 0.85% | - |
| HSV(B) | 25.88º | 0.21% | 0.95% | - |
| XYZ | 69.11 | 69.51 | 58.49 | - |
| YUV | 218.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 190 | 0 | 0.12 | 0.21 | 0.05 | 25.88 | 0.65 | 0.85 |
| Hex | F1 | D4 | BE | 0 | C | 15 | 5 | 1A | 41 | 55 |
| Octal | 361 | 324 | 276 | 0 | 14 | 25 | 5 | 32 | 101 | 125 |
| Binary | 11110001 | 11010100 | 10111110 | 0 | 1100 | 10101 | 101 | 11010 | 1000001 | 1010101 |
Color Harmonies of #F1D4BE
Complementary color
Monochromatic Colors of #F1D4BE
Black with #F1D4BE
Text Example
Text Example
White with #F1D4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D4BE; }
p { color: rgb(241,212,190); }
H1.HeaderClassName
{
color: #F1D4BE;
}
.AnyTagClassName
{
color: #F1D4BE;
}
</style>
background-color css
<style>
a { background-color: #F1D4BE; }
a { background-color: rgb(241,212,190); }
div.DivClassName
{
background-color: #F1D4BE;
}
.BgClassName
{
background-color: #F1D4BE;
}
</style>
border-color css
<style>
span { border-color: #F1D4BE; }
span { border-color: rgb(241,212,190); }
td.TdClassName
{
border-color: #F1D4BE;
}
.TagClassName
{
border-color: #F1D4BE;
}
</style>