Html Css Color HEX #F3E5BA Half Colonial White
📋 copy color: '#F3E5BA'red 243 ◦ green 229 ◦ blue 186
Shades of Half Colonial White #F3E5BA
Tints of Half Colonial White #F3E5BA
RGB
CMYK
RGB Variations
Color information
#F3E5BA (or 0xF3E5BA) is known color: Half Colonial White. HEX triplet: F3, E5 and BA. RGB value is (243,229,186). Sum of RGB (Red+Green+Blue) = 243+229+186=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 186 (73.05% from 255 or 28.27% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E5BA is #0C1A45. Grayscale: #E4E4E4. Windows color (decimal): -793158 or 12248563. OLE color: 12248563.
HSL color Cylindrical-coordinate representation of color #F3E5BA: hue angle of 45.26º 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 #F3E5BA is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 229 | 186 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.05 |
| HSL | 45.26º | 0.7% | 0.84% | - |
| HSV(B) | 45.26º | 0.23% | 0.95% | - |
| XYZ | 73.84 | 78.64 | 57.74 | - |
| YUV | 228.28 | 104.14 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 229 | 186 | 0 | 0.06 | 0.23 | 0.05 | 45.26 | 0.7 | 0.84 |
| Hex | F3 | E5 | BA | 0 | 6 | 17 | 5 | 2D | 46 | 54 |
| Octal | 363 | 345 | 272 | 0 | 6 | 27 | 5 | 55 | 106 | 124 |
| Binary | 11110011 | 11100101 | 10111010 | 0 | 110 | 10111 | 101 | 101101 | 1000110 | 1010100 |
Color Harmonies of #F3E5BA
Complementary color
Monochromatic Colors of #F3E5BA
Black with #F3E5BA
Text Example
Text Example
White with #F3E5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E5BA; }
p { color: rgb(243,229,186); }
H1.HeaderClassName
{
color: #F3E5BA;
}
.AnyTagClassName
{
color: #F3E5BA;
}
</style>
background-color css
<style>
a { background-color: #F3E5BA; }
a { background-color: rgb(243,229,186); }
div.DivClassName
{
background-color: #F3E5BA;
}
.BgClassName
{
background-color: #F3E5BA;
}
</style>
border-color css
<style>
span { border-color: #F3E5BA; }
span { border-color: rgb(243,229,186); }
td.TdClassName
{
border-color: #F3E5BA;
}
.TagClassName
{
border-color: #F3E5BA;
}
</style>