Shades of Almond #F2DAC3
Tints of Almond #F2DAC3
RGB
CMYK
RGB Variations
Color information
#F2DAC3 (or 0xF2DAC3) is known color: Almond. HEX triplet: F2, DA and C3. RGB value is (242,218,195). Sum of RGB (Red+Green+Blue) = 242+218+195=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 195 (76.56% from 255 or 29.77% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DAC3 is #0D253C. Grayscale: #DEDEDE. Windows color (decimal): -861501 or 12835570. OLE color: 12835570.
HSL color Cylindrical-coordinate representation of color #F2DAC3: hue angle of 29.36º 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 #F2DAC3 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 195 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.05 |
| HSL | 29.36º | 0.64% | 0.86% | - |
| HSV(B) | 29.36º | 0.19% | 0.95% | - |
| XYZ | 71.54 | 72.96 | 61.94 | - |
| YUV | 222.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 195 | 0 | 0.10 | 0.19 | 0.05 | 29.36 | 0.64 | 0.86 |
| Hex | F2 | DA | C3 | 0 | A | 13 | 5 | 1D | 40 | 56 |
| Octal | 362 | 332 | 303 | 0 | 12 | 23 | 5 | 35 | 100 | 126 |
| Binary | 11110010 | 11011010 | 11000011 | 0 | 1010 | 10011 | 101 | 11101 | 1000000 | 1010110 |
Color Harmonies of #F2DAC3
Complementary color
Monochromatic Colors of #F2DAC3
Black with #F2DAC3
Text Example
Text Example
White with #F2DAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DAC3; }
p { color: rgb(242,218,195); }
H1.HeaderClassName
{
color: #F2DAC3;
}
.AnyTagClassName
{
color: #F2DAC3;
}
</style>
background-color css
<style>
a { background-color: #F2DAC3; }
a { background-color: rgb(242,218,195); }
div.DivClassName
{
background-color: #F2DAC3;
}
.BgClassName
{
background-color: #F2DAC3;
}
</style>
border-color css
<style>
span { border-color: #F2DAC3; }
span { border-color: rgb(242,218,195); }
td.TdClassName
{
border-color: #F2DAC3;
}
.TagClassName
{
border-color: #F2DAC3;
}
</style>