Html Css Color HEX #F1E4B9 Half Colonial White
📋 copy color: '#F1E4B9'red 241 ◦ green 228 ◦ blue 185
Shades of Half Colonial White #F1E4B9
Tints of Half Colonial White #F1E4B9
RGB
CMYK
RGB Variations
Color information
#F1E4B9 (or 0xF1E4B9) is known color: Half Colonial White. HEX triplet: F1, E4 and B9. RGB value is (241,228,185). Sum of RGB (Red+Green+Blue) = 241+228+185=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 185 (72.66% from 255 or 28.29% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E4B9 is #0E1B46. Grayscale: #E3E3E3. Windows color (decimal): -924487 or 12182769. OLE color: 12182769.
HSL color Cylindrical-coordinate representation of color #F1E4B9: hue angle of 46.07º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1E4B9 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 228 | 185 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.05 |
| HSL | 46.07º | 0.67% | 0.84% | - |
| HSV(B) | 46.07º | 0.23% | 0.95% | - |
| XYZ | 72.78 | 77.69 | 57.06 | - |
| YUV | 226.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 228 | 185 | 0 | 0.05 | 0.23 | 0.05 | 46.07 | 0.67 | 0.84 |
| Hex | F1 | E4 | B9 | 0 | 5 | 17 | 5 | 2E | 43 | 54 |
| Octal | 361 | 344 | 271 | 0 | 5 | 27 | 5 | 56 | 103 | 124 |
| Binary | 11110001 | 11100100 | 10111001 | 0 | 101 | 10111 | 101 | 101110 | 1000011 | 1010100 |
Color Harmonies of #F1E4B9
Complementary color
Monochromatic Colors of #F1E4B9
Black with #F1E4B9
Text Example
Text Example
White with #F1E4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E4B9; }
p { color: rgb(241,228,185); }
H1.HeaderClassName
{
color: #F1E4B9;
}
.AnyTagClassName
{
color: #F1E4B9;
}
</style>
background-color css
<style>
a { background-color: #F1E4B9; }
a { background-color: rgb(241,228,185); }
div.DivClassName
{
background-color: #F1E4B9;
}
.BgClassName
{
background-color: #F1E4B9;
}
</style>
border-color css
<style>
span { border-color: #F1E4B9; }
span { border-color: rgb(241,228,185); }
td.TdClassName
{
border-color: #F1E4B9;
}
.TagClassName
{
border-color: #F1E4B9;
}
</style>