#F3EDCB

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

Shades of Scotch Mist #F3EDCB

Tints of Scotch Mist #F3EDCB

Color information

#F3EDCB (or 0xF3EDCB) is unknown color: approx Scotch Mist. HEX triplet: F3, ED and CB. RGB value is (243,237,203). Sum of RGB (Red+Green+Blue) = 243+237+203=683 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.58% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 203 (79.69% from 255 or 29.72% from 683); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EDCB is #0C1234. Grayscale: #EBEBEB. Windows color (decimal): -791093 or 13364723. OLE color: 13364723.

HSL color Cylindrical-coordinate representation of color #F3EDCB: hue angle of 51º 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 #F3EDCB is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243237203-
CMYK00.020.160.05
HSL51º62.5%87.45%-
HSV(B)51º16.46%95.29%-
XYZ78.0383.9368.59-
YUV234.92109.99133.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.58%
GREEN value IS 237 (92.97% from 255) = 34.70%
BLUE value IS 203 (79.69% from 255) = 29.72%
R=35.58%
G=34.70%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323720300.020.160.055162.587.45
HexF3EDCB02105333e57
Octal363355313022056376127
Binary111100111110110111001011010100001011100111111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EDCB; }

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

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

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

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

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

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

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

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