Shades of Wheat #F1DDB3
Tints of Wheat #F1DDB3
RGB
CMYK
RGB Variations
Color information
#F1DDB3 (or 0xF1DDB3) is known color: Wheat. HEX triplet: F1, DD and B3. RGB value is (241,221,179). Sum of RGB (Red+Green+Blue) = 241+221+179=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 179 (70.31% from 255 or 27.93% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDB3 is #0E224C. Grayscale: #DEDEDE. Windows color (decimal): -926285 or 11787761. OLE color: 11787761.
HSL color Cylindrical-coordinate representation of color #F1DDB3: hue angle of 40.65º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1DDB3 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 179 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.05 |
| HSL | 40.65º | 0.69% | 0.82% | - |
| HSV(B) | 40.65º | 0.26% | 0.95% | - |
| XYZ | 70.27 | 73.67 | 53.16 | - |
| YUV | 222.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 179 | 0 | 0.08 | 0.26 | 0.05 | 40.65 | 0.69 | 0.82 |
| Hex | F1 | DD | B3 | 0 | 8 | 1A | 5 | 29 | 45 | 52 |
| Octal | 361 | 335 | 263 | 0 | 10 | 32 | 5 | 51 | 105 | 122 |
| Binary | 11110001 | 11011101 | 10110011 | 0 | 1000 | 11010 | 101 | 101001 | 1000101 | 1010010 |
Color Harmonies of #F1DDB3
Complementary color
Monochromatic Colors of #F1DDB3
Black with #F1DDB3
Text Example
Text Example
White with #F1DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DDB3; }
p { color: rgb(241,221,179); }
H1.HeaderClassName
{
color: #F1DDB3;
}
.AnyTagClassName
{
color: #F1DDB3;
}
</style>
background-color css
<style>
a { background-color: #F1DDB3; }
a { background-color: rgb(241,221,179); }
div.DivClassName
{
background-color: #F1DDB3;
}
.BgClassName
{
background-color: #F1DDB3;
}
</style>
border-color css
<style>
span { border-color: #F1DDB3; }
span { border-color: rgb(241,221,179); }
td.TdClassName
{
border-color: #F1DDB3;
}
.TagClassName
{
border-color: #F1DDB3;
}
</style>