Shades of Barley White #F1E4B4
Tints of Barley White #F1E4B4
RGB
CMYK
RGB Variations
Color information
#F1E4B4 (or 0xF1E4B4) is known color: Barley White. HEX triplet: F1, E4 and B4. RGB value is (241,228,180). Sum of RGB (Red+Green+Blue) = 241+228+180=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 180 (70.70% from 255 or 27.73% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E4B4 is #0E1B4B. Grayscale: #E2E2E2. Windows color (decimal): -924492 or 11855089. OLE color: 11855089.
HSL color Cylindrical-coordinate representation of color #F1E4B4: hue angle of 47.21º degrees, saturation: 0.69, 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 #F1E4B4 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 228 | 180 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.05 |
| HSL | 47.21º | 0.69% | 0.83% | - |
| HSV(B) | 47.21º | 0.25% | 0.95% | - |
| XYZ | 72.26 | 77.48 | 54.33 | - |
| YUV | 226.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 228 | 180 | 0 | 0.05 | 0.25 | 0.05 | 47.21 | 0.69 | 0.83 |
| Hex | F1 | E4 | B4 | 0 | 5 | 19 | 5 | 2F | 45 | 53 |
| Octal | 361 | 344 | 264 | 0 | 5 | 31 | 5 | 57 | 105 | 123 |
| Binary | 11110001 | 11100100 | 10110100 | 0 | 101 | 11001 | 101 | 101111 | 1000101 | 1010011 |
Color Harmonies of #F1E4B4
Complementary color
Monochromatic Colors of #F1E4B4
Black with #F1E4B4
Text Example
Text Example
White with #F1E4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E4B4; }
p { color: rgb(241,228,180); }
H1.HeaderClassName
{
color: #F1E4B4;
}
.AnyTagClassName
{
color: #F1E4B4;
}
</style>
background-color css
<style>
a { background-color: #F1E4B4; }
a { background-color: rgb(241,228,180); }
div.DivClassName
{
background-color: #F1E4B4;
}
.BgClassName
{
background-color: #F1E4B4;
}
</style>
border-color css
<style>
span { border-color: #F1E4B4; }
span { border-color: rgb(241,228,180); }
td.TdClassName
{
border-color: #F1E4B4;
}
.TagClassName
{
border-color: #F1E4B4;
}
</style>