Html Css Color HEX #F1E8BE Half Colonial White
📋 copy color: '#F1E8BE'red 241 ◦ green 232 ◦ blue 190
Shades of Half Colonial White #F1E8BE
Tints of Half Colonial White #F1E8BE
RGB
CMYK
RGB Variations
Color information
#F1E8BE (or 0xF1E8BE) is known color: Half Colonial White. HEX triplet: F1, E8 and BE. RGB value is (241,232,190). Sum of RGB (Red+Green+Blue) = 241+232+190=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 232 (91.02% from 255 or 34.99% from 663); Blue value is 190 (74.61% from 255 or 28.66% from 663); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E8BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E8BE is #0E1741. Grayscale: #E6E6E6. Windows color (decimal): -923458 or 12511473. OLE color: 12511473.
HSL color Cylindrical-coordinate representation of color #F1E8BE: hue angle of 49.41º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1E8BE is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 190 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.05 |
| HSL | 49.41º | 0.65% | 0.85% | - |
| HSV(B) | 49.41º | 0.21% | 0.95% | - |
| XYZ | 74.43 | 80.13 | 60.26 | - |
| YUV | 229.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 190 | 0 | 0.04 | 0.21 | 0.05 | 49.41 | 0.65 | 0.85 |
| Hex | F1 | E8 | BE | 0 | 4 | 15 | 5 | 31 | 41 | 55 |
| Octal | 361 | 350 | 276 | 0 | 4 | 25 | 5 | 61 | 101 | 125 |
| Binary | 11110001 | 11101000 | 10111110 | 0 | 100 | 10101 | 101 | 110001 | 1000001 | 1010101 |
Color Harmonies of #F1E8BE
Complementary color
Monochromatic Colors of #F1E8BE
Black with #F1E8BE
Text Example
Text Example
White with #F1E8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E8BE; }
p { color: rgb(241,232,190); }
H1.HeaderClassName
{
color: #F1E8BE;
}
.AnyTagClassName
{
color: #F1E8BE;
}
</style>
background-color css
<style>
a { background-color: #F1E8BE; }
a { background-color: rgb(241,232,190); }
div.DivClassName
{
background-color: #F1E8BE;
}
.BgClassName
{
background-color: #F1E8BE;
}
</style>
border-color css
<style>
span { border-color: #F1E8BE; }
span { border-color: rgb(241,232,190); }
td.TdClassName
{
border-color: #F1E8BE;
}
.TagClassName
{
border-color: #F1E8BE;
}
</style>