Shades of Almond #F3DAC5
Tints of Almond #F3DAC5
RGB
CMYK
RGB Variations
Color information
#F3DAC5 (or 0xF3DAC5) is known color: Almond. HEX triplet: F3, DA and C5. RGB value is (243,218,197). Sum of RGB (Red+Green+Blue) = 243+218+197=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 197 (77.34% from 255 or 29.94% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DAC5 is #0C253A. Grayscale: #DFDFDF. Windows color (decimal): -795963 or 12966643. OLE color: 12966643.
HSL color Cylindrical-coordinate representation of color #F3DAC5: hue angle of 27.39º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F3DAC5 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 218 | 197 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.05 |
| HSL | 27.39º | 0.66% | 0.86% | - |
| HSV(B) | 27.39º | 0.19% | 0.95% | - |
| XYZ | 72.11 | 73.23 | 63.16 | - |
| YUV | 223.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 218 | 197 | 0 | 0.10 | 0.19 | 0.05 | 27.39 | 0.66 | 0.86 |
| Hex | F3 | DA | C5 | 0 | A | 13 | 5 | 1B | 42 | 56 |
| Octal | 363 | 332 | 305 | 0 | 12 | 23 | 5 | 33 | 102 | 126 |
| Binary | 11110011 | 11011010 | 11000101 | 0 | 1010 | 10011 | 101 | 11011 | 1000010 | 1010110 |
Color Harmonies of #F3DAC5
Complementary color
Monochromatic Colors of #F3DAC5
Black with #F3DAC5
Text Example
Text Example
White with #F3DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DAC5; }
p { color: rgb(243,218,197); }
H1.HeaderClassName
{
color: #F3DAC5;
}
.AnyTagClassName
{
color: #F3DAC5;
}
</style>
background-color css
<style>
a { background-color: #F3DAC5; }
a { background-color: rgb(243,218,197); }
div.DivClassName
{
background-color: #F3DAC5;
}
.BgClassName
{
background-color: #F3DAC5;
}
</style>
border-color css
<style>
span { border-color: #F3DAC5; }
span { border-color: rgb(243,218,197); }
td.TdClassName
{
border-color: #F3DAC5;
}
.TagClassName
{
border-color: #F3DAC5;
}
</style>