Shades of Almond #F1DBC2
Tints of Almond #F1DBC2
RGB
CMYK
RGB Variations
Color information
#F1DBC2 (or 0xF1DBC2) is known color: Almond. HEX triplet: F1, DB and C2. RGB value is (241,219,194). Sum of RGB (Red+Green+Blue) = 241+219+194=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 194 (76.17% from 255 or 29.66% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DBC2 is #0E243D. Grayscale: #DEDEDE. Windows color (decimal): -926782 or 12770289. OLE color: 12770289.
HSL color Cylindrical-coordinate representation of color #F1DBC2: hue angle of 31.91º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1DBC2 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 194 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.05 |
| HSL | 31.91º | 0.63% | 0.85% | - |
| HSV(B) | 31.91º | 0.2% | 0.95% | - |
| XYZ | 71.34 | 73.26 | 61.42 | - |
| YUV | 222.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 194 | 0 | 0.09 | 0.20 | 0.05 | 31.91 | 0.63 | 0.85 |
| Hex | F1 | DB | C2 | 0 | 9 | 14 | 5 | 20 | 3F | 55 |
| Octal | 361 | 333 | 302 | 0 | 11 | 24 | 5 | 40 | 77 | 125 |
| Binary | 11110001 | 11011011 | 11000010 | 0 | 1001 | 10100 | 101 | 100000 | 111111 | 1010101 |
Color Harmonies of #F1DBC2
Complementary color
Monochromatic Colors of #F1DBC2
Black with #F1DBC2
Text Example
Text Example
White with #F1DBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DBC2; }
p { color: rgb(241,219,194); }
H1.HeaderClassName
{
color: #F1DBC2;
}
.AnyTagClassName
{
color: #F1DBC2;
}
</style>
background-color css
<style>
a { background-color: #F1DBC2; }
a { background-color: rgb(241,219,194); }
div.DivClassName
{
background-color: #F1DBC2;
}
.BgClassName
{
background-color: #F1DBC2;
}
</style>
border-color css
<style>
span { border-color: #F1DBC2; }
span { border-color: rgb(241,219,194); }
td.TdClassName
{
border-color: #F1DBC2;
}
.TagClassName
{
border-color: #F1DBC2;
}
</style>