Html Css Color HEX #F1E8BB Half Colonial White
📋 copy color: '#F1E8BB'red 241 ◦ green 232 ◦ blue 187
Shades of Half Colonial White #F1E8BB
Tints of Half Colonial White #F1E8BB
RGB
CMYK
RGB Variations
Color information
#F1E8BB (or 0xF1E8BB) is known color: Half Colonial White. HEX triplet: F1, E8 and BB. RGB value is (241,232,187). Sum of RGB (Red+Green+Blue) = 241+232+187=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 232 (91.02% from 255 or 35.15% from 660); Blue value is 187 (73.44% from 255 or 28.33% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E8BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E8BB is #0E1744. Grayscale: #E5E5E5. Windows color (decimal): -923461 or 12314865. OLE color: 12314865.
HSL color Cylindrical-coordinate representation of color #F1E8BB: hue angle of 50º degrees, saturation: 0.66, 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 #F1E8BB is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 187 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.05 |
| HSL | 50º | 0.66% | 0.84% | - |
| HSV(B) | 50º | 0.22% | 0.95% | - |
| XYZ | 74.1 | 80 | 58.55 | - |
| YUV | 229.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 187 | 0 | 0.04 | 0.22 | 0.05 | 50 | 0.66 | 0.84 |
| Hex | F1 | E8 | BB | 0 | 4 | 16 | 5 | 32 | 42 | 54 |
| Octal | 361 | 350 | 273 | 0 | 4 | 26 | 5 | 62 | 102 | 124 |
| Binary | 11110001 | 11101000 | 10111011 | 0 | 100 | 10110 | 101 | 110010 | 1000010 | 1010100 |
Color Harmonies of #F1E8BB
Complementary color
Monochromatic Colors of #F1E8BB
Black with #F1E8BB
Text Example
Text Example
White with #F1E8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E8BB; }
p { color: rgb(241,232,187); }
H1.HeaderClassName
{
color: #F1E8BB;
}
.AnyTagClassName
{
color: #F1E8BB;
}
</style>
background-color css
<style>
a { background-color: #F1E8BB; }
a { background-color: rgb(241,232,187); }
div.DivClassName
{
background-color: #F1E8BB;
}
.BgClassName
{
background-color: #F1E8BB;
}
</style>
border-color css
<style>
span { border-color: #F1E8BB; }
span { border-color: rgb(241,232,187); }
td.TdClassName
{
border-color: #F1E8BB;
}
.TagClassName
{
border-color: #F1E8BB;
}
</style>