Html Css Color HEX #F1E7BF Half Colonial White
📋 copy color: '#F1E7BF'red 241 ◦ green 231 ◦ blue 191
Shades of Half Colonial White #F1E7BF
Tints of Half Colonial White #F1E7BF
RGB
CMYK
RGB Variations
Color information
#F1E7BF (or 0xF1E7BF) is known color: Half Colonial White. HEX triplet: F1, E7 and BF. RGB value is (241,231,191). Sum of RGB (Red+Green+Blue) = 241+231+191=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 231 (90.62% from 255 or 34.84% from 663); Blue value is 191 (75% from 255 or 28.81% from 663); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E7BF is #0E1840. Grayscale: #E5E5E5. Windows color (decimal): -923713 or 12576753. OLE color: 12576753.
HSL color Cylindrical-coordinate representation of color #F1E7BF: hue angle of 48º degrees, saturation: 0.64, 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 #F1E7BF is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 231 | 191 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.05 |
| HSL | 48º | 0.64% | 0.85% | - |
| HSV(B) | 48º | 0.21% | 0.95% | - |
| XYZ | 74.26 | 79.61 | 60.74 | - |
| YUV | 229.43 | 106.31 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 231 | 191 | 0 | 0.04 | 0.21 | 0.05 | 48 | 0.64 | 0.85 |
| Hex | F1 | E7 | BF | 0 | 4 | 15 | 5 | 30 | 40 | 55 |
| Octal | 361 | 347 | 277 | 0 | 4 | 25 | 5 | 60 | 100 | 125 |
| Binary | 11110001 | 11100111 | 10111111 | 0 | 100 | 10101 | 101 | 110000 | 1000000 | 1010101 |
Color Harmonies of #F1E7BF
Complementary color
Monochromatic Colors of #F1E7BF
Black with #F1E7BF
Text Example
Text Example
White with #F1E7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E7BF; }
p { color: rgb(241,231,191); }
H1.HeaderClassName
{
color: #F1E7BF;
}
.AnyTagClassName
{
color: #F1E7BF;
}
</style>
background-color css
<style>
a { background-color: #F1E7BF; }
a { background-color: rgb(241,231,191); }
div.DivClassName
{
background-color: #F1E7BF;
}
.BgClassName
{
background-color: #F1E7BF;
}
</style>
border-color css
<style>
span { border-color: #F1E7BF; }
span { border-color: rgb(241,231,191); }
td.TdClassName
{
border-color: #F1E7BF;
}
.TagClassName
{
border-color: #F1E7BF;
}
</style>