#F0EACE

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

Shades of Scotch Mist #F0EACE

Tints of Scotch Mist #F0EACE

Color information

#F0EACE (or 0xF0EACE) is unknown color: approx Scotch Mist. HEX triplet: F0, EA and CE. RGB value is (240,234,206). Sum of RGB (Red+Green+Blue) = 240+234+206=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 206 (80.86% from 255 or 30.29% from 680); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EACE is #0F1531. Grayscale: #E8E8E8. Windows color (decimal): -988466 or 13560560. OLE color: 13560560.

HSL color Cylindrical-coordinate representation of color #F0EACE: hue angle of 49.41º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0EACE is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240234206-
CMYK00.020.140.06
HSL49.41º53.12%87.45%-
HSV(B)49.41º14.17%94.12%-
XYZ76.581.8370.15-
YUV232.6112.99133.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.29%
GREEN value IS 234 (91.80% from 255) = 34.41%
BLUE value IS 206 (80.86% from 255) = 30.29%
R=35.29%
G=34.41%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023420600.020.140.0649.4153.1287.45
HexF0EACE02E6313557
Octal360352316021666165127
Binary11110000111010101100111001011101101100011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EACE; }

 p { color: rgb(240,234,206); }

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

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

 a { background-color: rgb(240,234,206); }

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

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

 span { border-color: rgb(240,234,206); }

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