Shades of Barley White #F1E7B5
Tints of Barley White #F1E7B5
RGB
CMYK
RGB Variations
Color information
#F1E7B5 (or 0xF1E7B5) is known color: Barley White. HEX triplet: F1, E7 and B5. RGB value is (241,231,181). Sum of RGB (Red+Green+Blue) = 241+231+181=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 231 (90.62% from 255 or 35.38% from 653); Blue value is 181 (71.09% from 255 or 27.72% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E7B5 is #0E184A. Grayscale: #E4E4E4. Windows color (decimal): -923723 or 11921393. OLE color: 11921393.
HSL color Cylindrical-coordinate representation of color #F1E7B5: hue angle of 50º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1E7B5 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 231 | 181 | - |
CMYK | 0 | 0.04 | 0.25 | 0.05 |
HSL | 50º | 0.68% | 0.83% | - |
HSV(B) | 50º | 0.25% | 0.95% | - |
XYZ | 73.19 | 79.19 | 55.14 | - |
YUV | 228.29 | 101.31 | 137.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 231 | 181 | 0 | 0.04 | 0.25 | 0.05 | 50 | 0.68 | 0.83 |
Hex | F1 | E7 | B5 | 0 | 4 | 19 | 5 | 32 | 44 | 53 |
Octal | 361 | 347 | 265 | 0 | 4 | 31 | 5 | 62 | 104 | 123 |
Binary | 11110001 | 11100111 | 10110101 | 0 | 100 | 11001 | 101 | 110010 | 1000100 | 1010011 |
Color Harmonies of #F1E7B5
Complementary color
Monochromatic Colors of #F1E7B5
Black with #F1E7B5
Text Example
Text Example
White with #F1E7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E7B5; }
p { color: rgb(241,231,181); }
H1.HeaderClassName
{
color: #F1E7B5;
}
.AnyTagClassName
{
color: #F1E7B5;
}
</style>
background-color css
<style>
a { background-color: #F1E7B5; }
a { background-color: rgb(241,231,181); }
div.DivClassName
{
background-color: #F1E7B5;
}
.BgClassName
{
background-color: #F1E7B5;
}
</style>
border-color css
<style>
span { border-color: #F1E7B5; }
span { border-color: rgb(241,231,181); }
td.TdClassName
{
border-color: #F1E7B5;
}
.TagClassName
{
border-color: #F1E7B5;
}
</style>