Shades of Almond #F1D5BE
Tints of Almond #F1D5BE
RGB
CMYK
RGB Variations
Color information
#F1D5BE (or 0xF1D5BE) is known color: Almond. HEX triplet: F1, D5 and BE. RGB value is (241,213,190). Sum of RGB (Red+Green+Blue) = 241+213+190=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 190 (74.61% from 255 or 29.50% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D5BE is #0E2A41. Grayscale: #DADADA. Windows color (decimal): -928322 or 12506609. OLE color: 12506609.
HSL color Cylindrical-coordinate representation of color #F1D5BE: hue angle of 27.06º 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 #F1D5BE is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 190 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.05 |
| HSL | 27.06º | 0.65% | 0.85% | - |
| HSV(B) | 27.06º | 0.21% | 0.95% | - |
| XYZ | 69.36 | 70.01 | 58.57 | - |
| YUV | 218.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 190 | 0 | 0.12 | 0.21 | 0.05 | 27.06 | 0.65 | 0.85 |
| Hex | F1 | D5 | BE | 0 | C | 15 | 5 | 1B | 41 | 55 |
| Octal | 361 | 325 | 276 | 0 | 14 | 25 | 5 | 33 | 101 | 125 |
| Binary | 11110001 | 11010101 | 10111110 | 0 | 1100 | 10101 | 101 | 11011 | 1000001 | 1010101 |
Color Harmonies of #F1D5BE
Complementary color
Monochromatic Colors of #F1D5BE
Black with #F1D5BE
Text Example
Text Example
White with #F1D5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D5BE; }
p { color: rgb(241,213,190); }
H1.HeaderClassName
{
color: #F1D5BE;
}
.AnyTagClassName
{
color: #F1D5BE;
}
</style>
background-color css
<style>
a { background-color: #F1D5BE; }
a { background-color: rgb(241,213,190); }
div.DivClassName
{
background-color: #F1D5BE;
}
.BgClassName
{
background-color: #F1D5BE;
}
</style>
border-color css
<style>
span { border-color: #F1D5BE; }
span { border-color: rgb(241,213,190); }
td.TdClassName
{
border-color: #F1D5BE;
}
.TagClassName
{
border-color: #F1D5BE;
}
</style>