Shades of Wheat #F3DDB3
Tints of Wheat #F3DDB3
RGB
CMYK
RGB Variations
Color information
#F3DDB3 (or 0xF3DDB3) is known color: Wheat. HEX triplet: F3, DD and B3. RGB value is (243,221,179). Sum of RGB (Red+Green+Blue) = 243+221+179=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 179 (70.31% from 255 or 27.84% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DDB3 is #0C224C. Grayscale: #DEDEDE. Windows color (decimal): -795213 or 11787763. OLE color: 11787763.
HSL color Cylindrical-coordinate representation of color #F3DDB3: hue angle of 39.38º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3DDB3 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 221 | 179 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.05 |
| HSL | 39.38º | 0.73% | 0.83% | - |
| HSV(B) | 39.38º | 0.26% | 0.95% | - |
| XYZ | 70.96 | 74.02 | 53.2 | - |
| YUV | 222.79 | 103.29 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 221 | 179 | 0 | 0.09 | 0.26 | 0.05 | 39.38 | 0.73 | 0.83 |
| Hex | F3 | DD | B3 | 0 | 9 | 1A | 5 | 27 | 49 | 53 |
| Octal | 363 | 335 | 263 | 0 | 11 | 32 | 5 | 47 | 111 | 123 |
| Binary | 11110011 | 11011101 | 10110011 | 0 | 1001 | 11010 | 101 | 100111 | 1001001 | 1010011 |
Color Harmonies of #F3DDB3
Complementary color
Monochromatic Colors of #F3DDB3
Black with #F3DDB3
Text Example
Text Example
White with #F3DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DDB3; }
p { color: rgb(243,221,179); }
H1.HeaderClassName
{
color: #F3DDB3;
}
.AnyTagClassName
{
color: #F3DDB3;
}
</style>
background-color css
<style>
a { background-color: #F3DDB3; }
a { background-color: rgb(243,221,179); }
div.DivClassName
{
background-color: #F3DDB3;
}
.BgClassName
{
background-color: #F3DDB3;
}
</style>
border-color css
<style>
span { border-color: #F3DDB3; }
span { border-color: rgb(243,221,179); }
td.TdClassName
{
border-color: #F3DDB3;
}
.TagClassName
{
border-color: #F3DDB3;
}
</style>