#F3EACB

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

Shades of Scotch Mist #F3EACB

Tints of Scotch Mist #F3EACB

Color information

#F3EACB (or 0xF3EACB) is unknown color: approx Scotch Mist. HEX triplet: F3, EA and CB. RGB value is (243,234,203). Sum of RGB (Red+Green+Blue) = 243+234+203=680 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.74% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 203 (79.69% from 255 or 29.85% from 680); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EACB is #0C1534. Grayscale: #E9E9E9. Windows color (decimal): -791861 or 13363955. OLE color: 13363955.

HSL color Cylindrical-coordinate representation of color #F3EACB: hue angle of 46.5º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3EACB is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243234203-
CMYK00.040.160.05
HSL46.5º62.5%87.45%-
HSV(B)46.5º16.46%95.29%-
XYZ77.1682.2168.3-
YUV233.16110.98135.02-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.74%
GREEN value IS 234 (91.80% from 255) = 34.41%
BLUE value IS 203 (79.69% from 255) = 29.85%
R=35.74%
G=34.41%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323420300.040.160.0546.562.587.45
HexF3EACB041052e3e57
Octal363352313042055676127
Binary1111001111101010110010110100100001011011101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EACB; }

 p { color: rgb(243,234,203); }

 H1.HeaderClassName
 {
   color: #F3EACB;
 }
 .AnyTagClassName
 {
   color: #F3EACB;
 }
</style>
background-color css

<style>
 a { background-color: #F3EACB; }

 a { background-color: rgb(243,234,203); }

 div.DivClassName
 {
   background-color: #F3EACB;
 }
 .BgClassName
 {
   background-color: #F3EACB;
 }
</style>
border-color css

<style>
 span { border-color: #F3EACB; }

 span { border-color: rgb(243,234,203); }

 td.TdClassName
 {
   border-color: #F3EACB;
 }
 .TagClassName
 {
   border-color: #F3EACB;
 }
</style>