Shades of Almond #F2DABF
Tints of Almond #F2DABF
RGB
CMYK
RGB Variations
Color information
#F2DABF (or 0xF2DABF) is known color: Almond. HEX triplet: F2, DA and BF. RGB value is (242,218,191). Sum of RGB (Red+Green+Blue) = 242+218+191=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 191 (75% from 255 or 29.34% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DABF is #0D2540. Grayscale: #DEDEDE. Windows color (decimal): -861505 or 12573426. OLE color: 12573426.
HSL color Cylindrical-coordinate representation of color #F2DABF: hue angle of 31.76º 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 #F2DABF is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 191 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.05 |
| HSL | 31.76º | 0.66% | 0.85% | - |
| HSV(B) | 31.76º | 0.21% | 0.95% | - |
| XYZ | 71.09 | 72.78 | 59.59 | - |
| YUV | 222.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 191 | 0 | 0.10 | 0.21 | 0.05 | 31.76 | 0.66 | 0.85 |
| Hex | F2 | DA | BF | 0 | A | 15 | 5 | 20 | 42 | 55 |
| Octal | 362 | 332 | 277 | 0 | 12 | 25 | 5 | 40 | 102 | 125 |
| Binary | 11110010 | 11011010 | 10111111 | 0 | 1010 | 10101 | 101 | 100000 | 1000010 | 1010101 |
Color Harmonies of #F2DABF
Complementary color
Monochromatic Colors of #F2DABF
Black with #F2DABF
Text Example
Text Example
White with #F2DABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DABF; }
p { color: rgb(242,218,191); }
H1.HeaderClassName
{
color: #F2DABF;
}
.AnyTagClassName
{
color: #F2DABF;
}
</style>
background-color css
<style>
a { background-color: #F2DABF; }
a { background-color: rgb(242,218,191); }
div.DivClassName
{
background-color: #F2DABF;
}
.BgClassName
{
background-color: #F2DABF;
}
</style>
border-color css
<style>
span { border-color: #F2DABF; }
span { border-color: rgb(242,218,191); }
td.TdClassName
{
border-color: #F2DABF;
}
.TagClassName
{
border-color: #F2DABF;
}
</style>