Shades of Almond #F2D8BF
Tints of Almond #F2D8BF
RGB
CMYK
RGB Variations
Color information
#F2D8BF (or 0xF2D8BF) is known color: Almond. HEX triplet: F2, D8 and BF. RGB value is (242,216,191). Sum of RGB (Red+Green+Blue) = 242+216+191=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 216 (84.77% from 255 or 33.28% from 649); Blue value is 191 (75% from 255 or 29.43% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D8BF is #0D2740. Grayscale: #DDDDDD. Windows color (decimal): -862017 or 12572914. OLE color: 12572914.
HSL color Cylindrical-coordinate representation of color #F2D8BF: hue angle of 29.41º 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 #F2D8BF is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 191 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.05 |
| HSL | 29.41º | 0.66% | 0.85% | - |
| HSV(B) | 29.41º | 0.21% | 0.95% | - |
| XYZ | 70.58 | 71.75 | 59.42 | - |
| YUV | 220.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 191 | 0 | 0.11 | 0.21 | 0.05 | 29.41 | 0.66 | 0.85 |
| Hex | F2 | D8 | BF | 0 | B | 15 | 5 | 1D | 42 | 55 |
| Octal | 362 | 330 | 277 | 0 | 13 | 25 | 5 | 35 | 102 | 125 |
| Binary | 11110010 | 11011000 | 10111111 | 0 | 1011 | 10101 | 101 | 11101 | 1000010 | 1010101 |
Color Harmonies of #F2D8BF
Complementary color
Monochromatic Colors of #F2D8BF
Black with #F2D8BF
Text Example
Text Example
White with #F2D8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D8BF; }
p { color: rgb(242,216,191); }
H1.HeaderClassName
{
color: #F2D8BF;
}
.AnyTagClassName
{
color: #F2D8BF;
}
</style>
background-color css
<style>
a { background-color: #F2D8BF; }
a { background-color: rgb(242,216,191); }
div.DivClassName
{
background-color: #F2D8BF;
}
.BgClassName
{
background-color: #F2D8BF;
}
</style>
border-color css
<style>
span { border-color: #F2D8BF; }
span { border-color: rgb(242,216,191); }
td.TdClassName
{
border-color: #F2D8BF;
}
.TagClassName
{
border-color: #F2D8BF;
}
</style>