Shades of Almond #F3DDCD
Tints of Almond #F3DDCD
RGB
CMYK
RGB Variations
Color information
#F3DDCD (or 0xF3DDCD) is known color: Almond. HEX triplet: F3, DD and CD. RGB value is (243,221,205). Sum of RGB (Red+Green+Blue) = 243+221+205=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DDCD is #0C2232. Grayscale: #E1E1E1. Windows color (decimal): -795187 or 13491699. OLE color: 13491699.
HSL color Cylindrical-coordinate representation of color #F3DDCD: hue angle of 25.26º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3DDCD is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 221 | 205 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.05 |
| HSL | 25.26º | 0.61% | 0.88% | - |
| HSV(B) | 25.26º | 0.16% | 0.95% | - |
| XYZ | 73.84 | 75.18 | 68.38 | - |
| YUV | 225.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 221 | 205 | 0 | 0.09 | 0.16 | 0.05 | 25.26 | 0.61 | 0.88 |
| Hex | F3 | DD | CD | 0 | 9 | 10 | 5 | 19 | 3D | 58 |
| Octal | 363 | 335 | 315 | 0 | 11 | 20 | 5 | 31 | 75 | 130 |
| Binary | 11110011 | 11011101 | 11001101 | 0 | 1001 | 10000 | 101 | 11001 | 111101 | 1011000 |
Color Harmonies of #F3DDCD
Complementary color
Monochromatic Colors of #F3DDCD
Black with #F3DDCD
Text Example
Text Example
White with #F3DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DDCD; }
p { color: rgb(243,221,205); }
H1.HeaderClassName
{
color: #F3DDCD;
}
.AnyTagClassName
{
color: #F3DDCD;
}
</style>
background-color css
<style>
a { background-color: #F3DDCD; }
a { background-color: rgb(243,221,205); }
div.DivClassName
{
background-color: #F3DDCD;
}
.BgClassName
{
background-color: #F3DDCD;
}
</style>
border-color css
<style>
span { border-color: #F3DDCD; }
span { border-color: rgb(243,221,205); }
td.TdClassName
{
border-color: #F3DDCD;
}
.TagClassName
{
border-color: #F3DDCD;
}
</style>