Shades of Almond #F1D6C5
Tints of Almond #F1D6C5
RGB
CMYK
RGB Variations
Color information
#F1D6C5 (or 0xF1D6C5) is known color: Almond. HEX triplet: F1, D6 and C5. RGB value is (241,214,197). Sum of RGB (Red+Green+Blue) = 241+214+197=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 214 (83.98% from 255 or 32.82% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D6C5 is #0E293A. Grayscale: #DCDCDC. Windows color (decimal): -928059 or 12965617. OLE color: 12965617.
HSL color Cylindrical-coordinate representation of color #F1D6C5: hue angle of 23.18º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1D6C5 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 214 | 197 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.05 |
| HSL | 23.18º | 0.61% | 0.86% | - |
| HSV(B) | 23.18º | 0.18% | 0.95% | - |
| XYZ | 70.4 | 70.83 | 62.78 | - |
| YUV | 220.14 | 114.95 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 214 | 197 | 0 | 0.11 | 0.18 | 0.05 | 23.18 | 0.61 | 0.86 |
| Hex | F1 | D6 | C5 | 0 | B | 12 | 5 | 17 | 3D | 56 |
| Octal | 361 | 326 | 305 | 0 | 13 | 22 | 5 | 27 | 75 | 126 |
| Binary | 11110001 | 11010110 | 11000101 | 0 | 1011 | 10010 | 101 | 10111 | 111101 | 1010110 |
Color Harmonies of #F1D6C5
Complementary color
Monochromatic Colors of #F1D6C5
Black with #F1D6C5
Text Example
Text Example
White with #F1D6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D6C5; }
p { color: rgb(241,214,197); }
H1.HeaderClassName
{
color: #F1D6C5;
}
.AnyTagClassName
{
color: #F1D6C5;
}
</style>
background-color css
<style>
a { background-color: #F1D6C5; }
a { background-color: rgb(241,214,197); }
div.DivClassName
{
background-color: #F1D6C5;
}
.BgClassName
{
background-color: #F1D6C5;
}
</style>
border-color css
<style>
span { border-color: #F1D6C5; }
span { border-color: rgb(241,214,197); }
td.TdClassName
{
border-color: #F1D6C5;
}
.TagClassName
{
border-color: #F1D6C5;
}
</style>