Shades of Almond #F3DAC3
Tints of Almond #F3DAC3
RGB
CMYK
RGB Variations
Color information
#F3DAC3 (or 0xF3DAC3) is known color: Almond. HEX triplet: F3, DA and C3. RGB value is (243,218,195). Sum of RGB (Red+Green+Blue) = 243+218+195=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 195 (76.56% from 255 or 29.73% from 656); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DAC3 is #0C253C. Grayscale: #DEDEDE. Windows color (decimal): -795965 or 12835571. OLE color: 12835571.
HSL color Cylindrical-coordinate representation of color #F3DAC3: hue angle of 28.75º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3DAC3 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 218 | 195 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.05 |
| HSL | 28.75º | 0.67% | 0.86% | - |
| HSV(B) | 28.75º | 0.2% | 0.95% | - |
| XYZ | 71.88 | 73.14 | 61.96 | - |
| YUV | 222.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 218 | 195 | 0 | 0.10 | 0.20 | 0.05 | 28.75 | 0.67 | 0.86 |
| Hex | F3 | DA | C3 | 0 | A | 14 | 5 | 1D | 43 | 56 |
| Octal | 363 | 332 | 303 | 0 | 12 | 24 | 5 | 35 | 103 | 126 |
| Binary | 11110011 | 11011010 | 11000011 | 0 | 1010 | 10100 | 101 | 11101 | 1000011 | 1010110 |
Color Harmonies of #F3DAC3
Complementary color
Monochromatic Colors of #F3DAC3
Black with #F3DAC3
Text Example
Text Example
White with #F3DAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DAC3; }
p { color: rgb(243,218,195); }
H1.HeaderClassName
{
color: #F3DAC3;
}
.AnyTagClassName
{
color: #F3DAC3;
}
</style>
background-color css
<style>
a { background-color: #F3DAC3; }
a { background-color: rgb(243,218,195); }
div.DivClassName
{
background-color: #F3DAC3;
}
.BgClassName
{
background-color: #F3DAC3;
}
</style>
border-color css
<style>
span { border-color: #F3DAC3; }
span { border-color: rgb(243,218,195); }
td.TdClassName
{
border-color: #F3DAC3;
}
.TagClassName
{
border-color: #F3DAC3;
}
</style>