Shades of Almond #F2D8C4
Tints of Almond #F2D8C4
RGB
CMYK
RGB Variations
Color information
#F2D8C4 (or 0xF2D8C4) is known color: Almond. HEX triplet: F2, D8 and C4. RGB value is (242,216,196). Sum of RGB (Red+Green+Blue) = 242+216+196=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 196 (76.95% from 255 or 29.97% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D8C4 is #0D273B. Grayscale: #DDDDDD. Windows color (decimal): -862012 or 12900594. OLE color: 12900594.
HSL color Cylindrical-coordinate representation of color #F2D8C4: hue angle of 26.09º 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 #F2D8C4 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 196 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.05 |
| HSL | 26.09º | 0.64% | 0.86% | - |
| HSV(B) | 26.09º | 0.19% | 0.95% | - |
| XYZ | 71.14 | 71.97 | 62.37 | - |
| YUV | 221.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 196 | 0 | 0.11 | 0.19 | 0.05 | 26.09 | 0.64 | 0.86 |
| Hex | F2 | D8 | C4 | 0 | B | 13 | 5 | 1A | 40 | 56 |
| Octal | 362 | 330 | 304 | 0 | 13 | 23 | 5 | 32 | 100 | 126 |
| Binary | 11110010 | 11011000 | 11000100 | 0 | 1011 | 10011 | 101 | 11010 | 1000000 | 1010110 |
Color Harmonies of #F2D8C4
Complementary color
Monochromatic Colors of #F2D8C4
Black with #F2D8C4
Text Example
Text Example
White with #F2D8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D8C4; }
p { color: rgb(242,216,196); }
H1.HeaderClassName
{
color: #F2D8C4;
}
.AnyTagClassName
{
color: #F2D8C4;
}
</style>
background-color css
<style>
a { background-color: #F2D8C4; }
a { background-color: rgb(242,216,196); }
div.DivClassName
{
background-color: #F2D8C4;
}
.BgClassName
{
background-color: #F2D8C4;
}
</style>
border-color css
<style>
span { border-color: #F2D8C4; }
span { border-color: rgb(242,216,196); }
td.TdClassName
{
border-color: #F2D8C4;
}
.TagClassName
{
border-color: #F2D8C4;
}
</style>