#F4EDCB

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

Shades of Scotch Mist #F4EDCB

Tints of Scotch Mist #F4EDCB

Color information

#F4EDCB (or 0xF4EDCB) is unknown color: approx Scotch Mist. HEX triplet: F4, ED and CB. RGB value is (244,237,203). Sum of RGB (Red+Green+Blue) = 244+237+203=684 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.67% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 203 (79.69% from 255 or 29.68% from 684); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EDCB is #0B1234. Grayscale: #EBEBEB. Windows color (decimal): -725557 or 13364724. OLE color: 13364724.

HSL color Cylindrical-coordinate representation of color #F4EDCB: hue angle of 49.76º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4EDCB is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB244237203-
CMYK00.030.170.04
HSL49.76º65.08%87.65%-
HSV(B)49.76º16.8%95.69%-
XYZ78.3784.1168.6-
YUV235.22109.82134.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.67%
GREEN value IS 237 (92.97% from 255) = 34.65%
BLUE value IS 203 (79.69% from 255) = 29.68%
R=35.67%
G=34.65%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423720300.030.170.0449.7665.0887.65
HexF4EDCB03114324158
Octal3643553130321462101130
Binary1111010011101101110010110111000110011001010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EDCB; }

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

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

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

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

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

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

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

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