Html Css Color HEX #F3E4BA Half Colonial White
📋 copy color: '#F3E4BA'red 243 ◦ green 228 ◦ blue 186
Shades of Half Colonial White #F3E4BA
Tints of Half Colonial White #F3E4BA
RGB
CMYK
RGB Variations
Color information
#F3E4BA (or 0xF3E4BA) is known color: Half Colonial White. HEX triplet: F3, E4 and BA. RGB value is (243,228,186). Sum of RGB (Red+Green+Blue) = 243+228+186=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 186 (73.05% from 255 or 28.31% from 657); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E4BA is #0C1B45. Grayscale: #E3E3E3. Windows color (decimal): -793414 or 12248307. OLE color: 12248307.
HSL color Cylindrical-coordinate representation of color #F3E4BA: hue angle of 44.21º 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 #F3E4BA is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 228 | 186 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.05 |
| HSL | 44.21º | 0.7% | 0.84% | - |
| HSV(B) | 44.21º | 0.23% | 0.95% | - |
| XYZ | 73.57 | 78.09 | 57.65 | - |
| YUV | 227.7 | 104.47 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 228 | 186 | 0 | 0.06 | 0.23 | 0.05 | 44.21 | 0.7 | 0.84 |
| Hex | F3 | E4 | BA | 0 | 6 | 17 | 5 | 2C | 46 | 54 |
| Octal | 363 | 344 | 272 | 0 | 6 | 27 | 5 | 54 | 106 | 124 |
| Binary | 11110011 | 11100100 | 10111010 | 0 | 110 | 10111 | 101 | 101100 | 1000110 | 1010100 |
Color Harmonies of #F3E4BA
Complementary color
Monochromatic Colors of #F3E4BA
Black with #F3E4BA
Text Example
Text Example
White with #F3E4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E4BA; }
p { color: rgb(243,228,186); }
H1.HeaderClassName
{
color: #F3E4BA;
}
.AnyTagClassName
{
color: #F3E4BA;
}
</style>
background-color css
<style>
a { background-color: #F3E4BA; }
a { background-color: rgb(243,228,186); }
div.DivClassName
{
background-color: #F3E4BA;
}
.BgClassName
{
background-color: #F3E4BA;
}
</style>
border-color css
<style>
span { border-color: #F3E4BA; }
span { border-color: rgb(243,228,186); }
td.TdClassName
{
border-color: #F3E4BA;
}
.TagClassName
{
border-color: #F3E4BA;
}
</style>