Shades of Almond #F0DCCB
Tints of Almond #F0DCCB
RGB
CMYK
RGB Variations
Color information
#F0DCCB (or 0xF0DCCB) is known color: Almond. HEX triplet: F0, DC and CB. RGB value is (240,220,203). Sum of RGB (Red+Green+Blue) = 240+220+203=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCCB is #0F2334. Grayscale: #E0E0E0. Windows color (decimal): -992053 or 13360368. OLE color: 13360368.
HSL color Cylindrical-coordinate representation of color #F0DCCB: hue angle of 27.57º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0DCCB is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 203 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.06 |
| HSL | 27.57º | 0.55% | 0.87% | - |
| HSV(B) | 27.57º | 0.15% | 0.94% | - |
| XYZ | 72.31 | 74.02 | 66.98 | - |
| YUV | 224.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 203 | 0 | 0.08 | 0.15 | 0.06 | 27.57 | 0.55 | 0.87 |
| Hex | F0 | DC | CB | 0 | 8 | F | 6 | 1C | 37 | 57 |
| Octal | 360 | 334 | 313 | 0 | 10 | 17 | 6 | 34 | 67 | 127 |
| Binary | 11110000 | 11011100 | 11001011 | 0 | 1000 | 1111 | 110 | 11100 | 110111 | 1010111 |
Color Harmonies of #F0DCCB
Complementary color
Monochromatic Colors of #F0DCCB
Black with #F0DCCB
Text Example
Text Example
White with #F0DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DCCB; }
p { color: rgb(240,220,203); }
H1.HeaderClassName
{
color: #F0DCCB;
}
.AnyTagClassName
{
color: #F0DCCB;
}
</style>
background-color css
<style>
a { background-color: #F0DCCB; }
a { background-color: rgb(240,220,203); }
div.DivClassName
{
background-color: #F0DCCB;
}
.BgClassName
{
background-color: #F0DCCB;
}
</style>
border-color css
<style>
span { border-color: #F0DCCB; }
span { border-color: rgb(240,220,203); }
td.TdClassName
{
border-color: #F0DCCB;
}
.TagClassName
{
border-color: #F0DCCB;
}
</style>