#F4EDC8

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

Shades of Scotch Mist #F4EDC8

Tints of Scotch Mist #F4EDC8

Color information

#F4EDC8 (or 0xF4EDC8) is unknown color: approx Scotch Mist. HEX triplet: F4, ED and C8. RGB value is (244,237,200). Sum of RGB (Red+Green+Blue) = 244+237+200=681 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.83% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 200 (78.52% from 255 or 29.37% from 681); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EDC8 is #0B1237. Grayscale: #EBEBEB. Windows color (decimal): -725560 or 13168116. OLE color: 13168116.

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

Color convert

RGB244237200-
CMYK00.030.180.04
HSL50.45º66.67%87.06%-
HSV(B)50.45º18.03%95.69%-
XYZ78.0283.9766.74-
YUV234.88108.32134.51-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.83%
GREEN value IS 237 (92.97% from 255) = 34.80%
BLUE value IS 200 (78.52% from 255) = 29.37%
R=35.83%
G=34.80%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423720000.030.180.0450.4566.6787.06
HexF4EDC803124324357
Octal3643553100322462103127
Binary1111010011101101110010000111001010011001010000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EDC8; }

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

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

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

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

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

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

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

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