Html Css Color HEX #F1E5B9 Half Colonial White
📋 copy color: '#F1E5B9'red 241 ◦ green 229 ◦ blue 185
Shades of Half Colonial White #F1E5B9
Tints of Half Colonial White #F1E5B9
RGB
CMYK
RGB Variations
Color information
#F1E5B9 (or 0xF1E5B9) is known color: Half Colonial White. HEX triplet: F1, E5 and B9. RGB value is (241,229,185). Sum of RGB (Red+Green+Blue) = 241+229+185=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 185 (72.66% from 255 or 28.24% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5B9 is #0E1A46. Grayscale: #E3E3E3. Windows color (decimal): -924231 or 12183025. OLE color: 12183025.
HSL color Cylindrical-coordinate representation of color #F1E5B9: hue angle of 47.14º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1E5B9 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 229 | 185 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.05 |
| HSL | 47.14º | 0.67% | 0.84% | - |
| HSV(B) | 47.14º | 0.23% | 0.95% | - |
| XYZ | 73.05 | 78.24 | 57.15 | - |
| YUV | 227.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 229 | 185 | 0 | 0.05 | 0.23 | 0.05 | 47.14 | 0.67 | 0.84 |
| Hex | F1 | E5 | B9 | 0 | 5 | 17 | 5 | 2F | 43 | 54 |
| Octal | 361 | 345 | 271 | 0 | 5 | 27 | 5 | 57 | 103 | 124 |
| Binary | 11110001 | 11100101 | 10111001 | 0 | 101 | 10111 | 101 | 101111 | 1000011 | 1010100 |
Color Harmonies of #F1E5B9
Complementary color
Monochromatic Colors of #F1E5B9
Black with #F1E5B9
Text Example
Text Example
White with #F1E5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E5B9; }
p { color: rgb(241,229,185); }
H1.HeaderClassName
{
color: #F1E5B9;
}
.AnyTagClassName
{
color: #F1E5B9;
}
</style>
background-color css
<style>
a { background-color: #F1E5B9; }
a { background-color: rgb(241,229,185); }
div.DivClassName
{
background-color: #F1E5B9;
}
.BgClassName
{
background-color: #F1E5B9;
}
</style>
border-color css
<style>
span { border-color: #F1E5B9; }
span { border-color: rgb(241,229,185); }
td.TdClassName
{
border-color: #F1E5B9;
}
.TagClassName
{
border-color: #F1E5B9;
}
</style>