Shades of Scotch Mist #F3EBC1
Tints of Scotch Mist #F3EBC1
RGB
CMYK
RGB Variations
Color information
#F3EBC1 (or 0xF3EBC1) is known color: Scotch Mist. HEX triplet: F3, EB and C1. RGB value is (243,235,193). Sum of RGB (Red+Green+Blue) = 243+235+193=671 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.21% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 193 (75.78% from 255 or 28.76% from 671); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EBC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EBC1 is #0C143E. Grayscale: #E8E8E8. Windows color (decimal): -791615 or 12708851. OLE color: 12708851.
HSL color Cylindrical-coordinate representation of color #F3EBC1: hue angle of 50.4º 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 #F3EBC1 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 235 | 193 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.05 |
| HSL | 50.4º | 0.68% | 0.85% | - |
| HSV(B) | 50.4º | 0.21% | 0.95% | - |
| XYZ | 76.3 | 82.32 | 62.32 | - |
| YUV | 232.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 235 | 193 | 0 | 0.03 | 0.21 | 0.05 | 50.4 | 0.68 | 0.85 |
| Hex | F3 | EB | C1 | 0 | 3 | 15 | 5 | 32 | 44 | 55 |
| Octal | 363 | 353 | 301 | 0 | 3 | 25 | 5 | 62 | 104 | 125 |
| Binary | 11110011 | 11101011 | 11000001 | 0 | 11 | 10101 | 101 | 110010 | 1000100 | 1010101 |
Color Harmonies of #F3EBC1
Complementary color
Monochromatic Colors of #F3EBC1
Black with #F3EBC1
Text Example
Text Example
White with #F3EBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EBC1; }
p { color: rgb(243,235,193); }
H1.HeaderClassName
{
color: #F3EBC1;
}
.AnyTagClassName
{
color: #F3EBC1;
}
</style>
background-color css
<style>
a { background-color: #F3EBC1; }
a { background-color: rgb(243,235,193); }
div.DivClassName
{
background-color: #F3EBC1;
}
.BgClassName
{
background-color: #F3EBC1;
}
</style>
border-color css
<style>
span { border-color: #F3EBC1; }
span { border-color: rgb(243,235,193); }
td.TdClassName
{
border-color: #F3EBC1;
}
.TagClassName
{
border-color: #F3EBC1;
}
</style>