Shades of Almond #F2DAC4
Tints of Almond #F2DAC4
RGB
CMYK
RGB Variations
Color information
#F2DAC4 (or 0xF2DAC4) is known color: Almond. HEX triplet: F2, DA and C4. RGB value is (242,218,196). Sum of RGB (Red+Green+Blue) = 242+218+196=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 196 (76.95% from 255 or 29.88% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DAC4 is #0D253B. Grayscale: #DEDEDE. Windows color (decimal): -861500 or 12901106. OLE color: 12901106.
HSL color Cylindrical-coordinate representation of color #F2DAC4: hue angle of 28.7º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2DAC4 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 196 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.05 |
| HSL | 28.7º | 0.64% | 0.86% | - |
| HSV(B) | 28.7º | 0.19% | 0.95% | - |
| XYZ | 71.65 | 73.01 | 62.54 | - |
| YUV | 222.67 | 112.95 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 196 | 0 | 0.10 | 0.19 | 0.05 | 28.7 | 0.64 | 0.86 |
| Hex | F2 | DA | C4 | 0 | A | 13 | 5 | 1D | 40 | 56 |
| Octal | 362 | 332 | 304 | 0 | 12 | 23 | 5 | 35 | 100 | 126 |
| Binary | 11110010 | 11011010 | 11000100 | 0 | 1010 | 10011 | 101 | 11101 | 1000000 | 1010110 |
Color Harmonies of #F2DAC4
Complementary color
Monochromatic Colors of #F2DAC4
Black with #F2DAC4
Text Example
Text Example
White with #F2DAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DAC4; }
p { color: rgb(242,218,196); }
H1.HeaderClassName
{
color: #F2DAC4;
}
.AnyTagClassName
{
color: #F2DAC4;
}
</style>
background-color css
<style>
a { background-color: #F2DAC4; }
a { background-color: rgb(242,218,196); }
div.DivClassName
{
background-color: #F2DAC4;
}
.BgClassName
{
background-color: #F2DAC4;
}
</style>
border-color css
<style>
span { border-color: #F2DAC4; }
span { border-color: rgb(242,218,196); }
td.TdClassName
{
border-color: #F2DAC4;
}
.TagClassName
{
border-color: #F2DAC4;
}
</style>