Html Css Color HEX #F1E4BE Half Colonial White
📋 copy color: '#F1E4BE'red 241 ◦ green 228 ◦ blue 190
Shades of Half Colonial White #F1E4BE
Tints of Half Colonial White #F1E4BE
RGB
CMYK
RGB Variations
Color information
#F1E4BE (or 0xF1E4BE) is known color: Half Colonial White. HEX triplet: F1, E4 and BE. RGB value is (241,228,190). Sum of RGB (Red+Green+Blue) = 241+228+190=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 228 (89.45% from 255 or 34.60% from 659); Blue value is 190 (74.61% from 255 or 28.83% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E4BE is #0E1B41. Grayscale: #E3E3E3. Windows color (decimal): -924482 or 12510449. OLE color: 12510449.
HSL color Cylindrical-coordinate representation of color #F1E4BE: hue angle of 44.71º 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 #F1E4BE is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 228 | 190 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.05 |
| HSL | 44.71º | 0.65% | 0.85% | - |
| HSV(B) | 44.71º | 0.21% | 0.95% | - |
| XYZ | 73.31 | 77.91 | 59.89 | - |
| YUV | 227.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 228 | 190 | 0 | 0.05 | 0.21 | 0.05 | 44.71 | 0.65 | 0.85 |
| Hex | F1 | E4 | BE | 0 | 5 | 15 | 5 | 2D | 41 | 55 |
| Octal | 361 | 344 | 276 | 0 | 5 | 25 | 5 | 55 | 101 | 125 |
| Binary | 11110001 | 11100100 | 10111110 | 0 | 101 | 10101 | 101 | 101101 | 1000001 | 1010101 |
Color Harmonies of #F1E4BE
Complementary color
Monochromatic Colors of #F1E4BE
Black with #F1E4BE
Text Example
Text Example
White with #F1E4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E4BE; }
p { color: rgb(241,228,190); }
H1.HeaderClassName
{
color: #F1E4BE;
}
.AnyTagClassName
{
color: #F1E4BE;
}
</style>
background-color css
<style>
a { background-color: #F1E4BE; }
a { background-color: rgb(241,228,190); }
div.DivClassName
{
background-color: #F1E4BE;
}
.BgClassName
{
background-color: #F1E4BE;
}
</style>
border-color css
<style>
span { border-color: #F1E4BE; }
span { border-color: rgb(241,228,190); }
td.TdClassName
{
border-color: #F1E4BE;
}
.TagClassName
{
border-color: #F1E4BE;
}
</style>