Html Css Color HEX #F1E3B9 Half Colonial White
📋 copy color: '#F1E3B9'red 241 ◦ green 227 ◦ blue 185
Shades of Half Colonial White #F1E3B9
Tints of Half Colonial White #F1E3B9
RGB
CMYK
RGB Variations
Color information
#F1E3B9 (or 0xF1E3B9) is known color: Half Colonial White. HEX triplet: F1, E3 and B9. RGB value is (241,227,185). Sum of RGB (Red+Green+Blue) = 241+227+185=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 185 (72.66% from 255 or 28.33% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E3B9 is #0E1C46. Grayscale: #E2E2E2. Windows color (decimal): -924743 or 12182513. OLE color: 12182513.
HSL color Cylindrical-coordinate representation of color #F1E3B9: hue angle of 45º 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 #F1E3B9 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 227 | 185 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.05 |
| HSL | 45º | 0.67% | 0.84% | - |
| HSV(B) | 45º | 0.23% | 0.95% | - |
| XYZ | 72.5 | 77.14 | 56.97 | - |
| YUV | 226.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 227 | 185 | 0 | 0.06 | 0.23 | 0.05 | 45 | 0.67 | 0.84 |
| Hex | F1 | E3 | B9 | 0 | 6 | 17 | 5 | 2D | 43 | 54 |
| Octal | 361 | 343 | 271 | 0 | 6 | 27 | 5 | 55 | 103 | 124 |
| Binary | 11110001 | 11100011 | 10111001 | 0 | 110 | 10111 | 101 | 101101 | 1000011 | 1010100 |
Color Harmonies of #F1E3B9
Complementary color
Monochromatic Colors of #F1E3B9
Black with #F1E3B9
Text Example
Text Example
White with #F1E3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E3B9; }
p { color: rgb(241,227,185); }
H1.HeaderClassName
{
color: #F1E3B9;
}
.AnyTagClassName
{
color: #F1E3B9;
}
</style>
background-color css
<style>
a { background-color: #F1E3B9; }
a { background-color: rgb(241,227,185); }
div.DivClassName
{
background-color: #F1E3B9;
}
.BgClassName
{
background-color: #F1E3B9;
}
</style>
border-color css
<style>
span { border-color: #F1E3B9; }
span { border-color: rgb(241,227,185); }
td.TdClassName
{
border-color: #F1E3B9;
}
.TagClassName
{
border-color: #F1E3B9;
}
</style>