Shades of Almond #F3DBCA
Tints of Almond #F3DBCA
RGB
CMYK
RGB Variations
Color information
#F3DBCA (or 0xF3DBCA) is known color: Almond. HEX triplet: F3, DB and CA. RGB value is (243,219,202). Sum of RGB (Red+Green+Blue) = 243+219+202=664 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.60% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 202 (79.30% from 255 or 30.42% from 664); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DBCA is #0C2435. Grayscale: #E0E0E0. Windows color (decimal): -795702 or 13294579. OLE color: 13294579.
HSL color Cylindrical-coordinate representation of color #F3DBCA: hue angle of 24.88º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3DBCA is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 202 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.05 |
| HSL | 24.88º | 0.63% | 0.87% | - |
| HSV(B) | 24.88º | 0.17% | 0.95% | - |
| XYZ | 72.95 | 73.98 | 66.31 | - |
| YUV | 224.24 | 115.45 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 202 | 0 | 0.10 | 0.17 | 0.05 | 24.88 | 0.63 | 0.87 |
| Hex | F3 | DB | CA | 0 | A | 11 | 5 | 19 | 3F | 57 |
| Octal | 363 | 333 | 312 | 0 | 12 | 21 | 5 | 31 | 77 | 127 |
| Binary | 11110011 | 11011011 | 11001010 | 0 | 1010 | 10001 | 101 | 11001 | 111111 | 1010111 |
Color Harmonies of #F3DBCA
Complementary color
Monochromatic Colors of #F3DBCA
Black with #F3DBCA
Text Example
Text Example
White with #F3DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DBCA; }
p { color: rgb(243,219,202); }
H1.HeaderClassName
{
color: #F3DBCA;
}
.AnyTagClassName
{
color: #F3DBCA;
}
</style>
background-color css
<style>
a { background-color: #F3DBCA; }
a { background-color: rgb(243,219,202); }
div.DivClassName
{
background-color: #F3DBCA;
}
.BgClassName
{
background-color: #F3DBCA;
}
</style>
border-color css
<style>
span { border-color: #F3DBCA; }
span { border-color: rgb(243,219,202); }
td.TdClassName
{
border-color: #F3DBCA;
}
.TagClassName
{
border-color: #F3DBCA;
}
</style>