Shades of Scotch Mist #F3EBC2
Tints of Scotch Mist #F3EBC2
RGB
CMYK
RGB Variations
Color information
#F3EBC2 (or 0xF3EBC2) is known color: Scotch Mist. HEX triplet: F3, EB and C2. RGB value is (243,235,194). Sum of RGB (Red+Green+Blue) = 243+235+194=672 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.16% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 194 (76.17% from 255 or 28.87% from 672); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EBC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EBC2 is #0C143D. Grayscale: #E8E8E8. Windows color (decimal): -791614 or 12774387. OLE color: 12774387.
HSL color Cylindrical-coordinate representation of color #F3EBC2: hue angle of 50.2º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3EBC2 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 235 | 194 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.05 |
| HSL | 50.2º | 0.67% | 0.86% | - |
| HSV(B) | 50.2º | 0.2% | 0.95% | - |
| XYZ | 76.41 | 82.37 | 62.91 | - |
| YUV | 232.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 235 | 194 | 0 | 0.03 | 0.20 | 0.05 | 50.2 | 0.67 | 0.86 |
| Hex | F3 | EB | C2 | 0 | 3 | 14 | 5 | 32 | 43 | 56 |
| Octal | 363 | 353 | 302 | 0 | 3 | 24 | 5 | 62 | 103 | 126 |
| Binary | 11110011 | 11101011 | 11000010 | 0 | 11 | 10100 | 101 | 110010 | 1000011 | 1010110 |
Color Harmonies of #F3EBC2
Complementary color
Monochromatic Colors of #F3EBC2
Black with #F3EBC2
Text Example
Text Example
White with #F3EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EBC2; }
p { color: rgb(243,235,194); }
H1.HeaderClassName
{
color: #F3EBC2;
}
.AnyTagClassName
{
color: #F3EBC2;
}
</style>
background-color css
<style>
a { background-color: #F3EBC2; }
a { background-color: rgb(243,235,194); }
div.DivClassName
{
background-color: #F3EBC2;
}
.BgClassName
{
background-color: #F3EBC2;
}
</style>
border-color css
<style>
span { border-color: #F3EBC2; }
span { border-color: rgb(243,235,194); }
td.TdClassName
{
border-color: #F3EBC2;
}
.TagClassName
{
border-color: #F3EBC2;
}
</style>