Html Css Color HEX #F1E3BC Half Colonial White
📋 copy color: '#F1E3BC'red 241 ◦ green 227 ◦ blue 188
Shades of Half Colonial White #F1E3BC
Tints of Half Colonial White #F1E3BC
RGB
CMYK
RGB Variations
Color information
#F1E3BC (or 0xF1E3BC) is known color: Half Colonial White. HEX triplet: F1, E3 and BC. RGB value is (241,227,188). Sum of RGB (Red+Green+Blue) = 241+227+188=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 188 (73.83% from 255 or 28.66% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E3BC is #0E1C43. Grayscale: #E2E2E2. Windows color (decimal): -924740 or 12379121. OLE color: 12379121.
HSL color Cylindrical-coordinate representation of color #F1E3BC: hue angle of 44.15º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1E3BC is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 227 | 188 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.05 |
| HSL | 44.15º | 0.65% | 0.84% | - |
| HSV(B) | 44.15º | 0.22% | 0.95% | - |
| XYZ | 72.82 | 77.27 | 58.65 | - |
| YUV | 226.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 227 | 188 | 0 | 0.06 | 0.22 | 0.05 | 44.15 | 0.65 | 0.84 |
| Hex | F1 | E3 | BC | 0 | 6 | 16 | 5 | 2C | 41 | 54 |
| Octal | 361 | 343 | 274 | 0 | 6 | 26 | 5 | 54 | 101 | 124 |
| Binary | 11110001 | 11100011 | 10111100 | 0 | 110 | 10110 | 101 | 101100 | 1000001 | 1010100 |
Color Harmonies of #F1E3BC
Complementary color
Monochromatic Colors of #F1E3BC
Black with #F1E3BC
Text Example
Text Example
White with #F1E3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E3BC; }
p { color: rgb(241,227,188); }
H1.HeaderClassName
{
color: #F1E3BC;
}
.AnyTagClassName
{
color: #F1E3BC;
}
</style>
background-color css
<style>
a { background-color: #F1E3BC; }
a { background-color: rgb(241,227,188); }
div.DivClassName
{
background-color: #F1E3BC;
}
.BgClassName
{
background-color: #F1E3BC;
}
</style>
border-color css
<style>
span { border-color: #F1E3BC; }
span { border-color: rgb(241,227,188); }
td.TdClassName
{
border-color: #F1E3BC;
}
.TagClassName
{
border-color: #F1E3BC;
}
</style>