#F0E8CE

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

Shades of Scotch Mist #F0E8CE

Tints of Scotch Mist #F0E8CE

Color information

#F0E8CE (or 0xF0E8CE) is unknown color: approx Scotch Mist. HEX triplet: F0, E8 and CE. RGB value is (240,232,206). Sum of RGB (Red+Green+Blue) = 240+232+206=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 232 (91.02% from 255 or 34.22% from 678); Blue value is 206 (80.86% from 255 or 30.38% from 678); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E8CE is #0F1731. Grayscale: #E7E7E7. Windows color (decimal): -988978 or 13560048. OLE color: 13560048.

HSL color Cylindrical-coordinate representation of color #F0E8CE: hue angle of 45.88º 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 #F0E8CE is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240232206-
CMYK00.030.140.06
HSL45.88º53.12%87.45%-
HSV(B)45.88º14.17%94.12%-
XYZ75.9380.6969.97-
YUV231.43113.65134.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.40%
GREEN value IS 232 (91.02% from 255) = 34.22%
BLUE value IS 206 (80.86% from 255) = 30.38%
R=35.40%
G=34.22%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023220600.030.140.0645.8853.1287.45
HexF0E8CE03E62e3557
Octal360350316031665665127
Binary11110000111010001100111001111101101011101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E8CE; }

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

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

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

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

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

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

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

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