Shades of Almond #F2DAC7
Tints of Almond #F2DAC7
RGB
CMYK
RGB Variations
Color information
#F2DAC7 (or 0xF2DAC7) is known color: Almond. HEX triplet: F2, DA and C7. RGB value is (242,218,199). Sum of RGB (Red+Green+Blue) = 242+218+199=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 199 (78.12% from 255 or 30.20% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DAC7 is #0D2538. Grayscale: #DFDFDF. Windows color (decimal): -861497 or 13097714. OLE color: 13097714.
HSL color Cylindrical-coordinate representation of color #F2DAC7: hue angle of 26.51º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2DAC7 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 199 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.05 |
| HSL | 26.51º | 0.62% | 0.86% | - |
| HSV(B) | 26.51º | 0.18% | 0.95% | - |
| XYZ | 72 | 73.14 | 64.36 | - |
| YUV | 223.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 199 | 0 | 0.10 | 0.18 | 0.05 | 26.51 | 0.62 | 0.86 |
| Hex | F2 | DA | C7 | 0 | A | 12 | 5 | 1B | 3E | 56 |
| Octal | 362 | 332 | 307 | 0 | 12 | 22 | 5 | 33 | 76 | 126 |
| Binary | 11110010 | 11011010 | 11000111 | 0 | 1010 | 10010 | 101 | 11011 | 111110 | 1010110 |
Color Harmonies of #F2DAC7
Complementary color
Monochromatic Colors of #F2DAC7
Black with #F2DAC7
Text Example
Text Example
White with #F2DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DAC7; }
p { color: rgb(242,218,199); }
H1.HeaderClassName
{
color: #F2DAC7;
}
.AnyTagClassName
{
color: #F2DAC7;
}
</style>
background-color css
<style>
a { background-color: #F2DAC7; }
a { background-color: rgb(242,218,199); }
div.DivClassName
{
background-color: #F2DAC7;
}
.BgClassName
{
background-color: #F2DAC7;
}
</style>
border-color css
<style>
span { border-color: #F2DAC7; }
span { border-color: rgb(242,218,199); }
td.TdClassName
{
border-color: #F2DAC7;
}
.TagClassName
{
border-color: #F2DAC7;
}
</style>