Shades of Almond #F1DBCA
Tints of Almond #F1DBCA
RGB
CMYK
RGB Variations
Color information
#F1DBCA (or 0xF1DBCA) is known color: Almond. HEX triplet: F1, DB and CA. RGB value is (241,219,202). Sum of RGB (Red+Green+Blue) = 241+219+202=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DBCA is #0E2435. Grayscale: #DFDFDF. Windows color (decimal): -926774 or 13294577. OLE color: 13294577.
HSL color Cylindrical-coordinate representation of color #F1DBCA: hue angle of 26.15º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1DBCA is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 202 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.05 |
| HSL | 26.15º | 0.58% | 0.87% | - |
| HSV(B) | 26.15º | 0.16% | 0.95% | - |
| XYZ | 72.27 | 73.63 | 66.28 | - |
| YUV | 223.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 202 | 0 | 0.09 | 0.16 | 0.05 | 26.15 | 0.58 | 0.87 |
| Hex | F1 | DB | CA | 0 | 9 | 10 | 5 | 1A | 3A | 57 |
| Octal | 361 | 333 | 312 | 0 | 11 | 20 | 5 | 32 | 72 | 127 |
| Binary | 11110001 | 11011011 | 11001010 | 0 | 1001 | 10000 | 101 | 11010 | 111010 | 1010111 |
Color Harmonies of #F1DBCA
Complementary color
Monochromatic Colors of #F1DBCA
Black with #F1DBCA
Text Example
Text Example
White with #F1DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DBCA; }
p { color: rgb(241,219,202); }
H1.HeaderClassName
{
color: #F1DBCA;
}
.AnyTagClassName
{
color: #F1DBCA;
}
</style>
background-color css
<style>
a { background-color: #F1DBCA; }
a { background-color: rgb(241,219,202); }
div.DivClassName
{
background-color: #F1DBCA;
}
.BgClassName
{
background-color: #F1DBCA;
}
</style>
border-color css
<style>
span { border-color: #F1DBCA; }
span { border-color: rgb(241,219,202); }
td.TdClassName
{
border-color: #F1DBCA;
}
.TagClassName
{
border-color: #F1DBCA;
}
</style>