Shades of Wheat #F1DCAC
Tints of Wheat #F1DCAC
RGB
CMYK
RGB Variations
Color information
#F1DCAC (or 0xF1DCAC) is known color: Wheat. HEX triplet: F1, DC and AC. RGB value is (241,220,172). Sum of RGB (Red+Green+Blue) = 241+220+172=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 172 (67.58% from 255 or 27.17% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DCAC is #0E2353. Grayscale: #DDDDDD. Windows color (decimal): -926548 or 11328753. OLE color: 11328753.
HSL color Cylindrical-coordinate representation of color #F1DCAC: hue angle of 41.74º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1DCAC is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 172 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.05 |
| HSL | 41.74º | 0.71% | 0.81% | - |
| HSV(B) | 41.74º | 0.29% | 0.95% | - |
| XYZ | 69.32 | 72.87 | 49.44 | - |
| YUV | 220.81 | 100.46 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 172 | 0 | 0.09 | 0.29 | 0.05 | 41.74 | 0.71 | 0.81 |
| Hex | F1 | DC | AC | 0 | 9 | 1D | 5 | 2A | 47 | 51 |
| Octal | 361 | 334 | 254 | 0 | 11 | 35 | 5 | 52 | 107 | 121 |
| Binary | 11110001 | 11011100 | 10101100 | 0 | 1001 | 11101 | 101 | 101010 | 1000111 | 1010001 |
Color Harmonies of #F1DCAC
Complementary color
Monochromatic Colors of #F1DCAC
Black with #F1DCAC
Text Example
Text Example
White with #F1DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DCAC; }
p { color: rgb(241,220,172); }
H1.HeaderClassName
{
color: #F1DCAC;
}
.AnyTagClassName
{
color: #F1DCAC;
}
</style>
background-color css
<style>
a { background-color: #F1DCAC; }
a { background-color: rgb(241,220,172); }
div.DivClassName
{
background-color: #F1DCAC;
}
.BgClassName
{
background-color: #F1DCAC;
}
</style>
border-color css
<style>
span { border-color: #F1DCAC; }
span { border-color: rgb(241,220,172); }
td.TdClassName
{
border-color: #F1DCAC;
}
.TagClassName
{
border-color: #F1DCAC;
}
</style>