Shades of Almond #F1DBC6
Tints of Almond #F1DBC6
RGB
CMYK
RGB Variations
Color information
#F1DBC6 (or 0xF1DBC6) is known color: Almond. HEX triplet: F1, DB and C6. RGB value is (241,219,198). Sum of RGB (Red+Green+Blue) = 241+219+198=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 198 (77.73% from 255 or 30.09% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DBC6 is #0E2439. Grayscale: #DFDFDF. Windows color (decimal): -926778 or 13032433. OLE color: 13032433.
HSL color Cylindrical-coordinate representation of color #F1DBC6: hue angle of 29.3º 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 #F1DBC6 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 198 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.05 |
| HSL | 29.3º | 0.61% | 0.86% | - |
| HSV(B) | 29.3º | 0.18% | 0.95% | - |
| XYZ | 71.8 | 73.44 | 63.82 | - |
| YUV | 223.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 198 | 0 | 0.09 | 0.18 | 0.05 | 29.3 | 0.61 | 0.86 |
| Hex | F1 | DB | C6 | 0 | 9 | 12 | 5 | 1D | 3D | 56 |
| Octal | 361 | 333 | 306 | 0 | 11 | 22 | 5 | 35 | 75 | 126 |
| Binary | 11110001 | 11011011 | 11000110 | 0 | 1001 | 10010 | 101 | 11101 | 111101 | 1010110 |
Color Harmonies of #F1DBC6
Complementary color
Monochromatic Colors of #F1DBC6
Black with #F1DBC6
Text Example
Text Example
White with #F1DBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DBC6; }
p { color: rgb(241,219,198); }
H1.HeaderClassName
{
color: #F1DBC6;
}
.AnyTagClassName
{
color: #F1DBC6;
}
</style>
background-color css
<style>
a { background-color: #F1DBC6; }
a { background-color: rgb(241,219,198); }
div.DivClassName
{
background-color: #F1DBC6;
}
.BgClassName
{
background-color: #F1DBC6;
}
</style>
border-color css
<style>
span { border-color: #F1DBC6; }
span { border-color: rgb(241,219,198); }
td.TdClassName
{
border-color: #F1DBC6;
}
.TagClassName
{
border-color: #F1DBC6;
}
</style>