Shades of Almond #F3D8C8
Tints of Almond #F3D8C8
RGB
CMYK
RGB Variations
Color information
#F3D8C8 (or 0xF3D8C8) is known color: Almond. HEX triplet: F3, D8 and C8. RGB value is (243,216,200). Sum of RGB (Red+Green+Blue) = 243+216+200=659 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.87% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 200 (78.52% from 255 or 30.35% from 659); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D8C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D8C8 is #0C2737. Grayscale: #DEDEDE. Windows color (decimal): -796472 or 13162739. OLE color: 13162739.
HSL color Cylindrical-coordinate representation of color #F3D8C8: hue angle of 22.33º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F3D8C8 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 216 | 200 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.05 |
| HSL | 22.33º | 0.64% | 0.87% | - |
| HSV(B) | 22.33º | 0.18% | 0.95% | - |
| XYZ | 71.94 | 72.34 | 64.81 | - |
| YUV | 222.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 216 | 200 | 0 | 0.11 | 0.18 | 0.05 | 22.33 | 0.64 | 0.87 |
| Hex | F3 | D8 | C8 | 0 | B | 12 | 5 | 16 | 40 | 57 |
| Octal | 363 | 330 | 310 | 0 | 13 | 22 | 5 | 26 | 100 | 127 |
| Binary | 11110011 | 11011000 | 11001000 | 0 | 1011 | 10010 | 101 | 10110 | 1000000 | 1010111 |
Color Harmonies of #F3D8C8
Complementary color
Monochromatic Colors of #F3D8C8
Black with #F3D8C8
Text Example
Text Example
White with #F3D8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D8C8; }
p { color: rgb(243,216,200); }
H1.HeaderClassName
{
color: #F3D8C8;
}
.AnyTagClassName
{
color: #F3D8C8;
}
</style>
background-color css
<style>
a { background-color: #F3D8C8; }
a { background-color: rgb(243,216,200); }
div.DivClassName
{
background-color: #F3D8C8;
}
.BgClassName
{
background-color: #F3D8C8;
}
</style>
border-color css
<style>
span { border-color: #F3D8C8; }
span { border-color: rgb(243,216,200); }
td.TdClassName
{
border-color: #F3D8C8;
}
.TagClassName
{
border-color: #F3D8C8;
}
</style>