Shades of Almond #F4DACA
Tints of Almond #F4DACA
RGB
CMYK
RGB Variations
Color information
#F4DACA (or 0xF4DACA) is known color: Almond. HEX triplet: F4, DA and CA. RGB value is (244,218,202). Sum of RGB (Red+Green+Blue) = 244+218+202=664 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.75% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 202 (79.30% from 255 or 30.42% from 664); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DACA is #0B2535. Grayscale: #E0E0E0. Windows color (decimal): -730422 or 13294324. OLE color: 13294324.
HSL color Cylindrical-coordinate representation of color #F4DACA: hue angle of 22.86º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4DACA is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 218 | 202 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.04 |
| HSL | 22.86º | 0.66% | 0.87% | - |
| HSV(B) | 22.86º | 0.17% | 0.96% | - |
| XYZ | 73.04 | 73.64 | 66.24 | - |
| YUV | 223.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 218 | 202 | 0 | 0.11 | 0.17 | 0.04 | 22.86 | 0.66 | 0.87 |
| Hex | F4 | DA | CA | 0 | B | 11 | 4 | 17 | 42 | 57 |
| Octal | 364 | 332 | 312 | 0 | 13 | 21 | 4 | 27 | 102 | 127 |
| Binary | 11110100 | 11011010 | 11001010 | 0 | 1011 | 10001 | 100 | 10111 | 1000010 | 1010111 |
Color Harmonies of #F4DACA
Complementary color
Monochromatic Colors of #F4DACA
Black with #F4DACA
Text Example
Text Example
White with #F4DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DACA; }
p { color: rgb(244,218,202); }
H1.HeaderClassName
{
color: #F4DACA;
}
.AnyTagClassName
{
color: #F4DACA;
}
</style>
background-color css
<style>
a { background-color: #F4DACA; }
a { background-color: rgb(244,218,202); }
div.DivClassName
{
background-color: #F4DACA;
}
.BgClassName
{
background-color: #F4DACA;
}
</style>
border-color css
<style>
span { border-color: #F4DACA; }
span { border-color: rgb(244,218,202); }
td.TdClassName
{
border-color: #F4DACA;
}
.TagClassName
{
border-color: #F4DACA;
}
</style>