Shades of Wheat #F3DCB1
Tints of Wheat #F3DCB1
RGB
CMYK
RGB Variations
Color information
#F3DCB1 (or 0xF3DCB1) is known color: Wheat. HEX triplet: F3, DC and B1. RGB value is (243,220,177). Sum of RGB (Red+Green+Blue) = 243+220+177=640 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.97% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 177 (69.53% from 255 or 27.66% from 640); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DCB1 is #0C234E. Grayscale: #DEDEDE. Windows color (decimal): -795471 or 11656435. OLE color: 11656435.
HSL color Cylindrical-coordinate representation of color #F3DCB1: hue angle of 39.09º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F3DCB1 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 177 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.05 |
| HSL | 39.09º | 0.73% | 0.82% | - |
| HSV(B) | 39.09º | 0.27% | 0.95% | - |
| XYZ | 70.49 | 73.42 | 52.05 | - |
| YUV | 221.98 | 102.62 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 177 | 0 | 0.09 | 0.27 | 0.05 | 39.09 | 0.73 | 0.82 |
| Hex | F3 | DC | B1 | 0 | 9 | 1B | 5 | 27 | 49 | 52 |
| Octal | 363 | 334 | 261 | 0 | 11 | 33 | 5 | 47 | 111 | 122 |
| Binary | 11110011 | 11011100 | 10110001 | 0 | 1001 | 11011 | 101 | 100111 | 1001001 | 1010010 |
Color Harmonies of #F3DCB1
Complementary color
Monochromatic Colors of #F3DCB1
Black with #F3DCB1
Text Example
Text Example
White with #F3DCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DCB1; }
p { color: rgb(243,220,177); }
H1.HeaderClassName
{
color: #F3DCB1;
}
.AnyTagClassName
{
color: #F3DCB1;
}
</style>
background-color css
<style>
a { background-color: #F3DCB1; }
a { background-color: rgb(243,220,177); }
div.DivClassName
{
background-color: #F3DCB1;
}
.BgClassName
{
background-color: #F3DCB1;
}
</style>
border-color css
<style>
span { border-color: #F3DCB1; }
span { border-color: rgb(243,220,177); }
td.TdClassName
{
border-color: #F3DCB1;
}
.TagClassName
{
border-color: #F3DCB1;
}
</style>