Shades of Almond #F2DBC3
Tints of Almond #F2DBC3
RGB
CMYK
RGB Variations
Color information
#F2DBC3 (or 0xF2DBC3) is known color: Almond. HEX triplet: F2, DB and C3. RGB value is (242,219,195). Sum of RGB (Red+Green+Blue) = 242+219+195=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 195 (76.56% from 255 or 29.73% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBC3 is #0D243C. Grayscale: #DFDFDF. Windows color (decimal): -861245 or 12835826. OLE color: 12835826.
HSL color Cylindrical-coordinate representation of color #F2DBC3: hue angle of 30.64º 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 #F2DBC3 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 195 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.05 |
| HSL | 30.64º | 0.64% | 0.86% | - |
| HSV(B) | 30.64º | 0.19% | 0.95% | - |
| XYZ | 71.8 | 73.48 | 62.03 | - |
| YUV | 223.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 195 | 0 | 0.10 | 0.19 | 0.05 | 30.64 | 0.64 | 0.86 |
| Hex | F2 | DB | C3 | 0 | A | 13 | 5 | 1F | 40 | 56 |
| Octal | 362 | 333 | 303 | 0 | 12 | 23 | 5 | 37 | 100 | 126 |
| Binary | 11110010 | 11011011 | 11000011 | 0 | 1010 | 10011 | 101 | 11111 | 1000000 | 1010110 |
Color Harmonies of #F2DBC3
Complementary color
Monochromatic Colors of #F2DBC3
Black with #F2DBC3
Text Example
Text Example
White with #F2DBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBC3; }
p { color: rgb(242,219,195); }
H1.HeaderClassName
{
color: #F2DBC3;
}
.AnyTagClassName
{
color: #F2DBC3;
}
</style>
background-color css
<style>
a { background-color: #F2DBC3; }
a { background-color: rgb(242,219,195); }
div.DivClassName
{
background-color: #F2DBC3;
}
.BgClassName
{
background-color: #F2DBC3;
}
</style>
border-color css
<style>
span { border-color: #F2DBC3; }
span { border-color: rgb(242,219,195); }
td.TdClassName
{
border-color: #F2DBC3;
}
.TagClassName
{
border-color: #F2DBC3;
}
</style>