Html Css Color HEX #F1E3BE Half Colonial White
📋 copy color: '#F1E3BE'red 241 ◦ green 227 ◦ blue 190
Shades of Half Colonial White #F1E3BE
Tints of Half Colonial White #F1E3BE
RGB
CMYK
RGB Variations
Color information
#F1E3BE (or 0xF1E3BE) is known color: Half Colonial White. HEX triplet: F1, E3 and BE. RGB value is (241,227,190). Sum of RGB (Red+Green+Blue) = 241+227+190=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 227 (89.06% from 255 or 34.50% from 658); Blue value is 190 (74.61% from 255 or 28.88% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E3BE is #0E1C41. Grayscale: #E3E3E3. Windows color (decimal): -924738 or 12510193. OLE color: 12510193.
HSL color Cylindrical-coordinate representation of color #F1E3BE: hue angle of 43.53º 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 #F1E3BE is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 227 | 190 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.05 |
| HSL | 43.53º | 0.65% | 0.85% | - |
| HSV(B) | 43.53º | 0.21% | 0.95% | - |
| XYZ | 73.04 | 77.36 | 59.8 | - |
| YUV | 226.97 | 107.14 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 227 | 190 | 0 | 0.06 | 0.21 | 0.05 | 43.53 | 0.65 | 0.85 |
| Hex | F1 | E3 | BE | 0 | 6 | 15 | 5 | 2C | 41 | 55 |
| Octal | 361 | 343 | 276 | 0 | 6 | 25 | 5 | 54 | 101 | 125 |
| Binary | 11110001 | 11100011 | 10111110 | 0 | 110 | 10101 | 101 | 101100 | 1000001 | 1010101 |
Color Harmonies of #F1E3BE
Complementary color
Monochromatic Colors of #F1E3BE
Black with #F1E3BE
Text Example
Text Example
White with #F1E3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E3BE; }
p { color: rgb(241,227,190); }
H1.HeaderClassName
{
color: #F1E3BE;
}
.AnyTagClassName
{
color: #F1E3BE;
}
</style>
background-color css
<style>
a { background-color: #F1E3BE; }
a { background-color: rgb(241,227,190); }
div.DivClassName
{
background-color: #F1E3BE;
}
.BgClassName
{
background-color: #F1E3BE;
}
</style>
border-color css
<style>
span { border-color: #F1E3BE; }
span { border-color: rgb(241,227,190); }
td.TdClassName
{
border-color: #F1E3BE;
}
.TagClassName
{
border-color: #F1E3BE;
}
</style>