Html Css Color HEX #F1E8BC Half Colonial White
📋 copy color: '#F1E8BC'red 241 ◦ green 232 ◦ blue 188
Shades of Half Colonial White #F1E8BC
Tints of Half Colonial White #F1E8BC
RGB
CMYK
RGB Variations
Color information
#F1E8BC (or 0xF1E8BC) is known color: Half Colonial White. HEX triplet: F1, E8 and BC. RGB value is (241,232,188). Sum of RGB (Red+Green+Blue) = 241+232+188=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 188 (73.83% from 255 or 28.44% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E8BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E8BC is #0E1743. Grayscale: #E5E5E5. Windows color (decimal): -923460 or 12380401. OLE color: 12380401.
HSL color Cylindrical-coordinate representation of color #F1E8BC: hue angle of 49.81º 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 #F1E8BC is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 188 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.05 |
| HSL | 49.81º | 0.65% | 0.84% | - |
| HSV(B) | 49.81º | 0.22% | 0.95% | - |
| XYZ | 74.21 | 80.04 | 59.12 | - |
| YUV | 229.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 188 | 0 | 0.04 | 0.22 | 0.05 | 49.81 | 0.65 | 0.84 |
| Hex | F1 | E8 | BC | 0 | 4 | 16 | 5 | 32 | 41 | 54 |
| Octal | 361 | 350 | 274 | 0 | 4 | 26 | 5 | 62 | 101 | 124 |
| Binary | 11110001 | 11101000 | 10111100 | 0 | 100 | 10110 | 101 | 110010 | 1000001 | 1010100 |
Color Harmonies of #F1E8BC
Complementary color
Monochromatic Colors of #F1E8BC
Black with #F1E8BC
Text Example
Text Example
White with #F1E8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E8BC; }
p { color: rgb(241,232,188); }
H1.HeaderClassName
{
color: #F1E8BC;
}
.AnyTagClassName
{
color: #F1E8BC;
}
</style>
background-color css
<style>
a { background-color: #F1E8BC; }
a { background-color: rgb(241,232,188); }
div.DivClassName
{
background-color: #F1E8BC;
}
.BgClassName
{
background-color: #F1E8BC;
}
</style>
border-color css
<style>
span { border-color: #F1E8BC; }
span { border-color: rgb(241,232,188); }
td.TdClassName
{
border-color: #F1E8BC;
}
.TagClassName
{
border-color: #F1E8BC;
}
</style>