Shades of Almond #F1DCC6
Tints of Almond #F1DCC6
RGB
CMYK
RGB Variations
Color information
#F1DCC6 (or 0xF1DCC6) is known color: Almond. HEX triplet: F1, DC and C6. RGB value is (241,220,198). Sum of RGB (Red+Green+Blue) = 241+220+198=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 198 (77.73% from 255 or 30.05% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCC6 is #0E2339. Grayscale: #DFDFDF. Windows color (decimal): -926522 or 13032689. OLE color: 13032689.
HSL color Cylindrical-coordinate representation of color #F1DCC6: hue angle of 30.7º 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 #F1DCC6 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 198 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.05 |
| HSL | 30.7º | 0.61% | 0.86% | - |
| HSV(B) | 30.7º | 0.18% | 0.95% | - |
| XYZ | 72.06 | 73.96 | 63.9 | - |
| YUV | 223.77 | 113.46 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 198 | 0 | 0.09 | 0.18 | 0.05 | 30.7 | 0.61 | 0.86 |
| Hex | F1 | DC | C6 | 0 | 9 | 12 | 5 | 1F | 3D | 56 |
| Octal | 361 | 334 | 306 | 0 | 11 | 22 | 5 | 37 | 75 | 126 |
| Binary | 11110001 | 11011100 | 11000110 | 0 | 1001 | 10010 | 101 | 11111 | 111101 | 1010110 |
Color Harmonies of #F1DCC6
Complementary color
Monochromatic Colors of #F1DCC6
Black with #F1DCC6
Text Example
Text Example
White with #F1DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DCC6; }
p { color: rgb(241,220,198); }
H1.HeaderClassName
{
color: #F1DCC6;
}
.AnyTagClassName
{
color: #F1DCC6;
}
</style>
background-color css
<style>
a { background-color: #F1DCC6; }
a { background-color: rgb(241,220,198); }
div.DivClassName
{
background-color: #F1DCC6;
}
.BgClassName
{
background-color: #F1DCC6;
}
</style>
border-color css
<style>
span { border-color: #F1DCC6; }
span { border-color: rgb(241,220,198); }
td.TdClassName
{
border-color: #F1DCC6;
}
.TagClassName
{
border-color: #F1DCC6;
}
</style>