Shades of Almond #F3DAC1
Tints of Almond #F3DAC1
RGB
CMYK
RGB Variations
Color information
#F3DAC1 (or 0xF3DAC1) is known color: Almond. HEX triplet: F3, DA and C1. RGB value is (243,218,193). Sum of RGB (Red+Green+Blue) = 243+218+193=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 193 (75.78% from 255 or 29.51% from 654); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DAC1 is #0C253E. Grayscale: #DEDEDE. Windows color (decimal): -795967 or 12704499. OLE color: 12704499.
HSL color Cylindrical-coordinate representation of color #F3DAC1: hue angle of 30º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3DAC1 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 218 | 193 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.05 |
| HSL | 30º | 0.68% | 0.85% | - |
| HSV(B) | 30º | 0.21% | 0.95% | - |
| XYZ | 71.66 | 73.05 | 60.77 | - |
| YUV | 222.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 218 | 193 | 0 | 0.10 | 0.21 | 0.05 | 30 | 0.68 | 0.85 |
| Hex | F3 | DA | C1 | 0 | A | 15 | 5 | 1E | 44 | 55 |
| Octal | 363 | 332 | 301 | 0 | 12 | 25 | 5 | 36 | 104 | 125 |
| Binary | 11110011 | 11011010 | 11000001 | 0 | 1010 | 10101 | 101 | 11110 | 1000100 | 1010101 |
Color Harmonies of #F3DAC1
Complementary color
Monochromatic Colors of #F3DAC1
Black with #F3DAC1
Text Example
Text Example
White with #F3DAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DAC1; }
p { color: rgb(243,218,193); }
H1.HeaderClassName
{
color: #F3DAC1;
}
.AnyTagClassName
{
color: #F3DAC1;
}
</style>
background-color css
<style>
a { background-color: #F3DAC1; }
a { background-color: rgb(243,218,193); }
div.DivClassName
{
background-color: #F3DAC1;
}
.BgClassName
{
background-color: #F3DAC1;
}
</style>
border-color css
<style>
span { border-color: #F3DAC1; }
span { border-color: rgb(243,218,193); }
td.TdClassName
{
border-color: #F3DAC1;
}
.TagClassName
{
border-color: #F3DAC1;
}
</style>