Html Css Color HEX #F1E8B9 Half Colonial White
📋 copy color: '#F1E8B9'red 241 ◦ green 232 ◦ blue 185
Shades of Half Colonial White #F1E8B9
Tints of Half Colonial White #F1E8B9
RGB
CMYK
RGB Variations
Color information
#F1E8B9 (or 0xF1E8B9) is known color: Half Colonial White. HEX triplet: F1, E8 and B9. RGB value is (241,232,185). Sum of RGB (Red+Green+Blue) = 241+232+185=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 232 (91.02% from 255 or 35.26% from 658); Blue value is 185 (72.66% from 255 or 28.12% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E8B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E8B9 is #0E1746. Grayscale: #E5E5E5. Windows color (decimal): -923463 or 12183793. OLE color: 12183793.
HSL color Cylindrical-coordinate representation of color #F1E8B9: hue angle of 50.36º 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 #F1E8B9 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 185 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.05 |
| HSL | 50.36º | 0.67% | 0.84% | - |
| HSV(B) | 50.36º | 0.23% | 0.95% | - |
| XYZ | 73.89 | 79.92 | 57.43 | - |
| YUV | 229.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 185 | 0 | 0.04 | 0.23 | 0.05 | 50.36 | 0.67 | 0.84 |
| Hex | F1 | E8 | B9 | 0 | 4 | 17 | 5 | 32 | 43 | 54 |
| Octal | 361 | 350 | 271 | 0 | 4 | 27 | 5 | 62 | 103 | 124 |
| Binary | 11110001 | 11101000 | 10111001 | 0 | 100 | 10111 | 101 | 110010 | 1000011 | 1010100 |
Color Harmonies of #F1E8B9
Complementary color
Monochromatic Colors of #F1E8B9
Black with #F1E8B9
Text Example
Text Example
White with #F1E8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E8B9; }
p { color: rgb(241,232,185); }
H1.HeaderClassName
{
color: #F1E8B9;
}
.AnyTagClassName
{
color: #F1E8B9;
}
</style>
background-color css
<style>
a { background-color: #F1E8B9; }
a { background-color: rgb(241,232,185); }
div.DivClassName
{
background-color: #F1E8B9;
}
.BgClassName
{
background-color: #F1E8B9;
}
</style>
border-color css
<style>
span { border-color: #F1E8B9; }
span { border-color: rgb(241,232,185); }
td.TdClassName
{
border-color: #F1E8B9;
}
.TagClassName
{
border-color: #F1E8B9;
}
</style>