Shades of Barley White #F3E5B7
Tints of Barley White #F3E5B7
RGB
CMYK
RGB Variations
Color information
#F3E5B7 (or 0xF3E5B7) is known color: Barley White. HEX triplet: F3, E5 and B7. RGB value is (243,229,183). Sum of RGB (Red+Green+Blue) = 243+229+183=655 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.10% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 183 (71.88% from 255 or 27.94% from 655); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E5B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E5B7 is #0C1A48. Grayscale: #E4E4E4. Windows color (decimal): -793161 or 12051955. OLE color: 12051955.
HSL color Cylindrical-coordinate representation of color #F3E5B7: hue angle of 46º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F3E5B7 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 229 | 183 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.05 |
| HSL | 46º | 0.71% | 0.84% | - |
| HSV(B) | 46º | 0.25% | 0.95% | - |
| XYZ | 73.53 | 78.51 | 56.08 | - |
| YUV | 227.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 229 | 183 | 0 | 0.06 | 0.25 | 0.05 | 46 | 0.71 | 0.84 |
| Hex | F3 | E5 | B7 | 0 | 6 | 19 | 5 | 2E | 47 | 54 |
| Octal | 363 | 345 | 267 | 0 | 6 | 31 | 5 | 56 | 107 | 124 |
| Binary | 11110011 | 11100101 | 10110111 | 0 | 110 | 11001 | 101 | 101110 | 1000111 | 1010100 |
Color Harmonies of #F3E5B7
Complementary color
Monochromatic Colors of #F3E5B7
Black with #F3E5B7
Text Example
Text Example
White with #F3E5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E5B7; }
p { color: rgb(243,229,183); }
H1.HeaderClassName
{
color: #F3E5B7;
}
.AnyTagClassName
{
color: #F3E5B7;
}
</style>
background-color css
<style>
a { background-color: #F3E5B7; }
a { background-color: rgb(243,229,183); }
div.DivClassName
{
background-color: #F3E5B7;
}
.BgClassName
{
background-color: #F3E5B7;
}
</style>
border-color css
<style>
span { border-color: #F3E5B7; }
span { border-color: rgb(243,229,183); }
td.TdClassName
{
border-color: #F3E5B7;
}
.TagClassName
{
border-color: #F3E5B7;
}
</style>