Shades of Scotch Mist #F5ECC4
Tints of Scotch Mist #F5ECC4
RGB
CMYK
RGB Variations
Color information
#F5ECC4 (or 0xF5ECC4) is known color: Scotch Mist. HEX triplet: F5, EC and C4. RGB value is (245,236,196). Sum of RGB (Red+Green+Blue) = 245+236+196=677 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.19% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 196 (76.95% from 255 or 28.95% from 677); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5ECC4 is #0A133B. Grayscale: #EAEAEA. Windows color (decimal): -660284 or 12905717. OLE color: 12905717.
HSL color Cylindrical-coordinate representation of color #F5ECC4: hue angle of 48.98º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5ECC4 is Cyan = 0, Magento = 0.04, Yellow = 0.2 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 196 | - |
| CMYK | 0 | 0.04 | 0.2 | 0.04 |
| HSL | 48.98º | 0.71% | 0.86% | - |
| HSV(B) | 48.98º | 0.2% | 0.96% | - |
| XYZ | 77.62 | 83.39 | 64.23 | - |
| YUV | 234.13 | 106.48 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 196 | 0 | 0.04 | 0.2 | 0.04 | 48.98 | 0.71 | 0.86 |
| Hex | F5 | EC | C4 | 0 | 4 | 14 | 4 | 31 | 47 | 56 |
| Octal | 365 | 354 | 304 | 0 | 4 | 24 | 4 | 61 | 107 | 126 |
| Binary | 11110101 | 11101100 | 11000100 | 0 | 100 | 10100 | 100 | 110001 | 1000111 | 1010110 |
Color Harmonies of #F5ECC4
Complementary color
Monochromatic Colors of #F5ECC4
Black with #F5ECC4
Text Example
Text Example
White with #F5ECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ECC4; }
p { color: rgb(245,236,196); }
H1.HeaderClassName
{
color: #F5ECC4;
}
.AnyTagClassName
{
color: #F5ECC4;
}
</style>
background-color css
<style>
a { background-color: #F5ECC4; }
a { background-color: rgb(245,236,196); }
div.DivClassName
{
background-color: #F5ECC4;
}
.BgClassName
{
background-color: #F5ECC4;
}
</style>
border-color css
<style>
span { border-color: #F5ECC4; }
span { border-color: rgb(245,236,196); }
td.TdClassName
{
border-color: #F5ECC4;
}
.TagClassName
{
border-color: #F5ECC4;
}
</style>