#F0E8C8

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

Shades of Scotch Mist #F0E8C8

Tints of Scotch Mist #F0E8C8

Color information

#F0E8C8 (or 0xF0E8C8) is unknown color: approx Scotch Mist. HEX triplet: F0, E8 and C8. RGB value is (240,232,200). Sum of RGB (Red+Green+Blue) = 240+232+200=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 232 (91.02% from 255 or 34.52% from 672); Blue value is 200 (78.52% from 255 or 29.76% from 672); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E8C8 is #0F1737. Grayscale: #E6E6E6. Windows color (decimal): -988984 or 13166832. OLE color: 13166832.

HSL color Cylindrical-coordinate representation of color #F0E8C8: hue angle of 48º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0E8C8 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB240232200-
CMYK00.030.170.06
HSL48º57.14%86.27%-
HSV(B)48º16.67%94.12%-
XYZ75.2280.4166.2-
YUV230.74110.65134.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.71%
GREEN value IS 232 (91.02% from 255) = 34.52%
BLUE value IS 200 (78.52% from 255) = 29.76%
R=35.71%
G=34.52%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023220000.030.170.064857.1486.27
HexF0E8C803116303956
Octal360350310032166071126
Binary111100001110100011001000011100011101100001110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E8C8; }

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

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

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

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

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

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

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

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