#F0EACD

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

Shades of Scotch Mist #F0EACD

Tints of Scotch Mist #F0EACD

Color information

#F0EACD (or 0xF0EACD) is unknown color: approx Scotch Mist. HEX triplet: F0, EA and CD. RGB value is (240,234,205). Sum of RGB (Red+Green+Blue) = 240+234+205=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 205 (80.47% from 255 or 30.19% from 679); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EACD is #0F1532. Grayscale: #E8E8E8. Windows color (decimal): -988467 or 13495024. OLE color: 13495024.

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

Color convert

RGB240234205-
CMYK00.020.150.06
HSL49.71º53.85%87.25%-
HSV(B)49.71º14.58%94.12%-
XYZ76.3881.7869.52-
YUV232.49112.49133.36-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.35%
GREEN value IS 234 (91.80% from 255) = 34.46%
BLUE value IS 205 (80.47% from 255) = 30.19%
R=35.35%
G=34.46%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023420500.020.150.0649.7153.8587.25
HexF0EACD02F6323657
Octal360352315021766266127
Binary11110000111010101100110101011111101100101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EACD; }

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

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

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

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

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

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

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

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