Shades of Almond #F1D7BD
Tints of Almond #F1D7BD
RGB
CMYK
RGB Variations
Color information
#F1D7BD (or 0xF1D7BD) is known color: Almond. HEX triplet: F1, D7 and BD. RGB value is (241,215,189). Sum of RGB (Red+Green+Blue) = 241+215+189=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 215 (84.38% from 255 or 33.33% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7BD is #0E2842. Grayscale: #DBDBDB. Windows color (decimal): -927811 or 12441585. OLE color: 12441585.
HSL color Cylindrical-coordinate representation of color #F1D7BD: hue angle of 30º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1D7BD is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 215 | 189 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.05 |
| HSL | 30º | 0.65% | 0.84% | - |
| HSV(B) | 30º | 0.22% | 0.95% | - |
| XYZ | 69.76 | 70.98 | 58.17 | - |
| YUV | 219.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 215 | 189 | 0 | 0.11 | 0.22 | 0.05 | 30 | 0.65 | 0.84 |
| Hex | F1 | D7 | BD | 0 | B | 16 | 5 | 1E | 41 | 54 |
| Octal | 361 | 327 | 275 | 0 | 13 | 26 | 5 | 36 | 101 | 124 |
| Binary | 11110001 | 11010111 | 10111101 | 0 | 1011 | 10110 | 101 | 11110 | 1000001 | 1010100 |
Color Harmonies of #F1D7BD
Complementary color
Monochromatic Colors of #F1D7BD
Black with #F1D7BD
Text Example
Text Example
White with #F1D7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D7BD; }
p { color: rgb(241,215,189); }
H1.HeaderClassName
{
color: #F1D7BD;
}
.AnyTagClassName
{
color: #F1D7BD;
}
</style>
background-color css
<style>
a { background-color: #F1D7BD; }
a { background-color: rgb(241,215,189); }
div.DivClassName
{
background-color: #F1D7BD;
}
.BgClassName
{
background-color: #F1D7BD;
}
</style>
border-color css
<style>
span { border-color: #F1D7BD; }
span { border-color: rgb(241,215,189); }
td.TdClassName
{
border-color: #F1D7BD;
}
.TagClassName
{
border-color: #F1D7BD;
}
</style>