Shades of Almond #F2DAC0
Tints of Almond #F2DAC0
RGB
CMYK
RGB Variations
Color information
#F2DAC0 (or 0xF2DAC0) is known color: Almond. HEX triplet: F2, DA and C0. RGB value is (242,218,192). Sum of RGB (Red+Green+Blue) = 242+218+192=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 192 (75.39% from 255 or 29.45% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DAC0 is #0D253F. Grayscale: #DEDEDE. Windows color (decimal): -861504 or 12638962. OLE color: 12638962.
HSL color Cylindrical-coordinate representation of color #F2DAC0: hue angle of 31.2º degrees, saturation: 0.66, 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 #F2DAC0 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 192 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.05 |
| HSL | 31.2º | 0.66% | 0.85% | - |
| HSV(B) | 31.2º | 0.21% | 0.95% | - |
| XYZ | 71.2 | 72.83 | 60.17 | - |
| YUV | 222.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 192 | 0 | 0.10 | 0.21 | 0.05 | 31.2 | 0.66 | 0.85 |
| Hex | F2 | DA | C0 | 0 | A | 15 | 5 | 1F | 42 | 55 |
| Octal | 362 | 332 | 300 | 0 | 12 | 25 | 5 | 37 | 102 | 125 |
| Binary | 11110010 | 11011010 | 11000000 | 0 | 1010 | 10101 | 101 | 11111 | 1000010 | 1010101 |
Color Harmonies of #F2DAC0
Complementary color
Monochromatic Colors of #F2DAC0
Black with #F2DAC0
Text Example
Text Example
White with #F2DAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DAC0; }
p { color: rgb(242,218,192); }
H1.HeaderClassName
{
color: #F2DAC0;
}
.AnyTagClassName
{
color: #F2DAC0;
}
</style>
background-color css
<style>
a { background-color: #F2DAC0; }
a { background-color: rgb(242,218,192); }
div.DivClassName
{
background-color: #F2DAC0;
}
.BgClassName
{
background-color: #F2DAC0;
}
</style>
border-color css
<style>
span { border-color: #F2DAC0; }
span { border-color: rgb(242,218,192); }
td.TdClassName
{
border-color: #F2DAC0;
}
.TagClassName
{
border-color: #F2DAC0;
}
</style>