Shades of Almond #F2DAC5
Tints of Almond #F2DAC5
RGB
CMYK
RGB Variations
Color information
#F2DAC5 (or 0xF2DAC5) is known color: Almond. HEX triplet: F2, DA and C5. RGB value is (242,218,197). Sum of RGB (Red+Green+Blue) = 242+218+197=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 197 (77.34% from 255 or 29.98% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DAC5 is #0D253A. Grayscale: #DEDEDE. Windows color (decimal): -861499 or 12966642. OLE color: 12966642.
HSL color Cylindrical-coordinate representation of color #F2DAC5: hue angle of 28º degrees, saturation: 0.63, 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 #F2DAC5 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 197 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.05 |
| HSL | 28º | 0.63% | 0.86% | - |
| HSV(B) | 28º | 0.19% | 0.95% | - |
| XYZ | 71.77 | 73.05 | 63.14 | - |
| YUV | 222.78 | 113.45 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 197 | 0 | 0.10 | 0.19 | 0.05 | 28 | 0.63 | 0.86 |
| Hex | F2 | DA | C5 | 0 | A | 13 | 5 | 1C | 3F | 56 |
| Octal | 362 | 332 | 305 | 0 | 12 | 23 | 5 | 34 | 77 | 126 |
| Binary | 11110010 | 11011010 | 11000101 | 0 | 1010 | 10011 | 101 | 11100 | 111111 | 1010110 |
Color Harmonies of #F2DAC5
Complementary color
Monochromatic Colors of #F2DAC5
Black with #F2DAC5
Text Example
Text Example
White with #F2DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DAC5; }
p { color: rgb(242,218,197); }
H1.HeaderClassName
{
color: #F2DAC5;
}
.AnyTagClassName
{
color: #F2DAC5;
}
</style>
background-color css
<style>
a { background-color: #F2DAC5; }
a { background-color: rgb(242,218,197); }
div.DivClassName
{
background-color: #F2DAC5;
}
.BgClassName
{
background-color: #F2DAC5;
}
</style>
border-color css
<style>
span { border-color: #F2DAC5; }
span { border-color: rgb(242,218,197); }
td.TdClassName
{
border-color: #F2DAC5;
}
.TagClassName
{
border-color: #F2DAC5;
}
</style>