Shades of Almond #F1DDCD
Tints of Almond #F1DDCD
RGB
CMYK
RGB Variations
Color information
#F1DDCD (or 0xF1DDCD) is known color: Almond. HEX triplet: F1, DD and CD. RGB value is (241,221,205). Sum of RGB (Red+Green+Blue) = 241+221+205=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDCD is #0E2232. Grayscale: #E1E1E1. Windows color (decimal): -926259 or 13491697. OLE color: 13491697.
HSL color Cylindrical-coordinate representation of color #F1DDCD: hue angle of 26.67º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1DDCD is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 205 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.05 |
| HSL | 26.67º | 0.56% | 0.87% | - |
| HSV(B) | 26.67º | 0.15% | 0.95% | - |
| XYZ | 73.15 | 74.82 | 68.34 | - |
| YUV | 225.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 205 | 0 | 0.08 | 0.15 | 0.05 | 26.67 | 0.56 | 0.87 |
| Hex | F1 | DD | CD | 0 | 8 | F | 5 | 1B | 38 | 57 |
| Octal | 361 | 335 | 315 | 0 | 10 | 17 | 5 | 33 | 70 | 127 |
| Binary | 11110001 | 11011101 | 11001101 | 0 | 1000 | 1111 | 101 | 11011 | 111000 | 1010111 |
Color Harmonies of #F1DDCD
Complementary color
Monochromatic Colors of #F1DDCD
Black with #F1DDCD
Text Example
Text Example
White with #F1DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DDCD; }
p { color: rgb(241,221,205); }
H1.HeaderClassName
{
color: #F1DDCD;
}
.AnyTagClassName
{
color: #F1DDCD;
}
</style>
background-color css
<style>
a { background-color: #F1DDCD; }
a { background-color: rgb(241,221,205); }
div.DivClassName
{
background-color: #F1DDCD;
}
.BgClassName
{
background-color: #F1DDCD;
}
</style>
border-color css
<style>
span { border-color: #F1DDCD; }
span { border-color: rgb(241,221,205); }
td.TdClassName
{
border-color: #F1DDCD;
}
.TagClassName
{
border-color: #F1DDCD;
}
</style>