Shades of Almond #F3D6BF
Tints of Almond #F3D6BF
RGB
CMYK
RGB Variations
Color information
#F3D6BF (or 0xF3D6BF) is known color: Almond. HEX triplet: F3, D6 and BF. RGB value is (243,214,191). Sum of RGB (Red+Green+Blue) = 243+214+191=648 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.5% from 648); Green value is 214 (83.98% from 255 or 33.02% from 648); Blue value is 191 (75% from 255 or 29.48% from 648); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D6BF is #0C2940. Grayscale: #DCDCDC. Windows color (decimal): -796993 or 12572403. OLE color: 12572403.
HSL color Cylindrical-coordinate representation of color #F3D6BF: hue angle of 26.54º 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 #F3D6BF is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 214 | 191 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.05 |
| HSL | 26.54º | 0.68% | 0.85% | - |
| HSV(B) | 26.54º | 0.21% | 0.95% | - |
| XYZ | 70.41 | 70.91 | 59.27 | - |
| YUV | 220.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 214 | 191 | 0 | 0.12 | 0.21 | 0.05 | 26.54 | 0.68 | 0.85 |
| Hex | F3 | D6 | BF | 0 | C | 15 | 5 | 1B | 44 | 55 |
| Octal | 363 | 326 | 277 | 0 | 14 | 25 | 5 | 33 | 104 | 125 |
| Binary | 11110011 | 11010110 | 10111111 | 0 | 1100 | 10101 | 101 | 11011 | 1000100 | 1010101 |
Color Harmonies of #F3D6BF
Complementary color
Monochromatic Colors of #F3D6BF
Black with #F3D6BF
Text Example
Text Example
White with #F3D6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D6BF; }
p { color: rgb(243,214,191); }
H1.HeaderClassName
{
color: #F3D6BF;
}
.AnyTagClassName
{
color: #F3D6BF;
}
</style>
background-color css
<style>
a { background-color: #F3D6BF; }
a { background-color: rgb(243,214,191); }
div.DivClassName
{
background-color: #F3D6BF;
}
.BgClassName
{
background-color: #F3D6BF;
}
</style>
border-color css
<style>
span { border-color: #F3D6BF; }
span { border-color: rgb(243,214,191); }
td.TdClassName
{
border-color: #F3D6BF;
}
.TagClassName
{
border-color: #F3D6BF;
}
</style>