Shades of Almond #F2D5BE
Tints of Almond #F2D5BE
RGB
CMYK
RGB Variations
Color information
#F2D5BE (or 0xF2D5BE) is known color: Almond. HEX triplet: F2, D5 and BE. RGB value is (242,213,190). Sum of RGB (Red+Green+Blue) = 242+213+190=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 213 (83.59% from 255 or 33.02% from 645); Blue value is 190 (74.61% from 255 or 29.46% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D5BE is #0D2A41. Grayscale: #DBDBDB. Windows color (decimal): -862786 or 12506610. OLE color: 12506610.
HSL color Cylindrical-coordinate representation of color #F2D5BE: hue angle of 26.54º degrees, saturation: 0.67, 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 #F2D5BE is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 190 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.05 |
| HSL | 26.54º | 0.67% | 0.85% | - |
| HSV(B) | 26.54º | 0.21% | 0.95% | - |
| XYZ | 69.71 | 70.18 | 58.59 | - |
| YUV | 219.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 190 | 0 | 0.12 | 0.21 | 0.05 | 26.54 | 0.67 | 0.85 |
| Hex | F2 | D5 | BE | 0 | C | 15 | 5 | 1B | 43 | 55 |
| Octal | 362 | 325 | 276 | 0 | 14 | 25 | 5 | 33 | 103 | 125 |
| Binary | 11110010 | 11010101 | 10111110 | 0 | 1100 | 10101 | 101 | 11011 | 1000011 | 1010101 |
Color Harmonies of #F2D5BE
Complementary color
Monochromatic Colors of #F2D5BE
Black with #F2D5BE
Text Example
Text Example
White with #F2D5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D5BE; }
p { color: rgb(242,213,190); }
H1.HeaderClassName
{
color: #F2D5BE;
}
.AnyTagClassName
{
color: #F2D5BE;
}
</style>
background-color css
<style>
a { background-color: #F2D5BE; }
a { background-color: rgb(242,213,190); }
div.DivClassName
{
background-color: #F2D5BE;
}
.BgClassName
{
background-color: #F2D5BE;
}
</style>
border-color css
<style>
span { border-color: #F2D5BE; }
span { border-color: rgb(242,213,190); }
td.TdClassName
{
border-color: #F2D5BE;
}
.TagClassName
{
border-color: #F2D5BE;
}
</style>