#F3EBC1

Color #F3EBC1 Scotch Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scotch Mist #F3EBC1

Tints of Scotch Mist #F3EBC1

Color information

#F3EBC1 (or 0xF3EBC1) is unknown color: approx 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

RGB243235193-
CMYK00.030.210.05
HSL50.4º67.57%85.49%-
HSV(B)50.4º20.58%95.29%-
XYZ76.382.3262.32-
YUV232.6105.65135.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 36.21%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 193 (75.78% from 255) = 28.76%
R=36.21%
G=35.02%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323519300.030.210.0550.467.5785.49
HexF3EBC103155324455
Octal3633533010325562104125
Binary1111001111101011110000010111010110111001010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>