Html Css Color HEX #F3E9BA Half Colonial White
📋 copy color: '#F3E9BA'red 243 ◦ green 233 ◦ blue 186
Shades of Half Colonial White #F3E9BA
Tints of Half Colonial White #F3E9BA
RGB
CMYK
RGB Variations
Color information
#F3E9BA (or 0xF3E9BA) is known color: Half Colonial White. HEX triplet: F3, E9 and BA. RGB value is (243,233,186). Sum of RGB (Red+Green+Blue) = 243+233+186=662 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.71% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3E9BA is #0C1645. Grayscale: #E6E6E6. Windows color (decimal): -792134 or 12249587. OLE color: 12249587.
HSL color Cylindrical-coordinate representation of color #F3E9BA: hue angle of 49.47º degrees, saturation: 0.7, 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 #F3E9BA is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 233 | 186 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.05 |
| HSL | 49.47º | 0.7% | 0.84% | - |
| HSV(B) | 49.47º | 0.23% | 0.95% | - |
| XYZ | 74.96 | 80.88 | 58.11 | - |
| YUV | 230.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 233 | 186 | 0 | 0.04 | 0.23 | 0.05 | 49.47 | 0.7 | 0.84 |
| Hex | F3 | E9 | BA | 0 | 4 | 17 | 5 | 31 | 46 | 54 |
| Octal | 363 | 351 | 272 | 0 | 4 | 27 | 5 | 61 | 106 | 124 |
| Binary | 11110011 | 11101001 | 10111010 | 0 | 100 | 10111 | 101 | 110001 | 1000110 | 1010100 |
Color Harmonies of #F3E9BA
Complementary color
Monochromatic Colors of #F3E9BA
Black with #F3E9BA
Text Example
Text Example
White with #F3E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E9BA; }
p { color: rgb(243,233,186); }
H1.HeaderClassName
{
color: #F3E9BA;
}
.AnyTagClassName
{
color: #F3E9BA;
}
</style>
background-color css
<style>
a { background-color: #F3E9BA; }
a { background-color: rgb(243,233,186); }
div.DivClassName
{
background-color: #F3E9BA;
}
.BgClassName
{
background-color: #F3E9BA;
}
</style>
border-color css
<style>
span { border-color: #F3E9BA; }
span { border-color: rgb(243,233,186); }
td.TdClassName
{
border-color: #F3E9BA;
}
.TagClassName
{
border-color: #F3E9BA;
}
</style>