Html Css Color HEX #F3EBBF Half Colonial White
📋 copy color: '#F3EBBF'red 243 ◦ green 235 ◦ blue 191
Shades of Half Colonial White #F3EBBF
Tints of Half Colonial White #F3EBBF
RGB
CMYK
RGB Variations
Color information
#F3EBBF (or 0xF3EBBF) is known color: Half Colonial White. HEX triplet: F3, EB and BF. RGB value is (243,235,191). Sum of RGB (Red+Green+Blue) = 243+235+191=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 191 (75% from 255 or 28.55% from 669); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EBBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EBBF is #0C1440. Grayscale: #E8E8E8. Windows color (decimal): -791617 or 12577779. OLE color: 12577779.
HSL color Cylindrical-coordinate representation of color #F3EBBF: hue angle of 50.77º degrees, saturation: 0.68, 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 #F3EBBF is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 235 | 191 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.05 |
| HSL | 50.77º | 0.68% | 0.85% | - |
| HSV(B) | 50.77º | 0.21% | 0.95% | - |
| XYZ | 76.07 | 82.23 | 61.15 | - |
| YUV | 232.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 235 | 191 | 0 | 0.03 | 0.21 | 0.05 | 50.77 | 0.68 | 0.85 |
| Hex | F3 | EB | BF | 0 | 3 | 15 | 5 | 33 | 44 | 55 |
| Octal | 363 | 353 | 277 | 0 | 3 | 25 | 5 | 63 | 104 | 125 |
| Binary | 11110011 | 11101011 | 10111111 | 0 | 11 | 10101 | 101 | 110011 | 1000100 | 1010101 |
Color Harmonies of #F3EBBF
Complementary color
Monochromatic Colors of #F3EBBF
Black with #F3EBBF
Text Example
Text Example
White with #F3EBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EBBF; }
p { color: rgb(243,235,191); }
H1.HeaderClassName
{
color: #F3EBBF;
}
.AnyTagClassName
{
color: #F3EBBF;
}
</style>
background-color css
<style>
a { background-color: #F3EBBF; }
a { background-color: rgb(243,235,191); }
div.DivClassName
{
background-color: #F3EBBF;
}
.BgClassName
{
background-color: #F3EBBF;
}
</style>
border-color css
<style>
span { border-color: #F3EBBF; }
span { border-color: rgb(243,235,191); }
td.TdClassName
{
border-color: #F3EBBF;
}
.TagClassName
{
border-color: #F3EBBF;
}
</style>