Shades of Almond #F1DCCB
Tints of Almond #F1DCCB
RGB
CMYK
RGB Variations
Color information
#F1DCCB (or 0xF1DCCB) is known color: Almond. HEX triplet: F1, DC and CB. RGB value is (241,220,203). Sum of RGB (Red+Green+Blue) = 241+220+203=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCCB is #0E2334. Grayscale: #E0E0E0. Windows color (decimal): -926517 or 13360369. OLE color: 13360369.
HSL color Cylindrical-coordinate representation of color #F1DCCB: hue angle of 26.84º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1DCCB is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 203 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.05 |
| HSL | 26.84º | 0.58% | 0.87% | - |
| HSV(B) | 26.84º | 0.16% | 0.95% | - |
| XYZ | 72.65 | 74.2 | 66.99 | - |
| YUV | 224.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 203 | 0 | 0.09 | 0.16 | 0.05 | 26.84 | 0.58 | 0.87 |
| Hex | F1 | DC | CB | 0 | 9 | 10 | 5 | 1B | 3A | 57 |
| Octal | 361 | 334 | 313 | 0 | 11 | 20 | 5 | 33 | 72 | 127 |
| Binary | 11110001 | 11011100 | 11001011 | 0 | 1001 | 10000 | 101 | 11011 | 111010 | 1010111 |
Color Harmonies of #F1DCCB
Complementary color
Monochromatic Colors of #F1DCCB
Black with #F1DCCB
Text Example
Text Example
White with #F1DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DCCB; }
p { color: rgb(241,220,203); }
H1.HeaderClassName
{
color: #F1DCCB;
}
.AnyTagClassName
{
color: #F1DCCB;
}
</style>
background-color css
<style>
a { background-color: #F1DCCB; }
a { background-color: rgb(241,220,203); }
div.DivClassName
{
background-color: #F1DCCB;
}
.BgClassName
{
background-color: #F1DCCB;
}
</style>
border-color css
<style>
span { border-color: #F1DCCB; }
span { border-color: rgb(241,220,203); }
td.TdClassName
{
border-color: #F1DCCB;
}
.TagClassName
{
border-color: #F1DCCB;
}
</style>