#F0E7C5

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

Shades of Scotch Mist #F0E7C5

Tints of Scotch Mist #F0E7C5

Color information

#F0E7C5 (or 0xF0E7C5) is unknown color: approx Scotch Mist. HEX triplet: F0, E7 and C5. RGB value is (240,231,197). Sum of RGB (Red+Green+Blue) = 240+231+197=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 231 (90.62% from 255 or 34.58% from 668); Blue value is 197 (77.34% from 255 or 29.49% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E7C5 is #0F183A. Grayscale: #E5E5E5. Windows color (decimal): -989243 or 12969968. OLE color: 12969968.

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

Color convert

RGB240231197-
CMYK00.040.180.06
HSL47.44º58.9%85.69%-
HSV(B)47.44º17.92%94.12%-
XYZ74.5979.7164.28-
YUV229.81109.48135.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.93%
GREEN value IS 231 (90.62% from 255) = 34.58%
BLUE value IS 197 (77.34% from 255) = 29.49%
R=35.93%
G=34.58%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023119700.040.180.0647.4458.985.69
HexF0E7C5041262f3b56
Octal360347305042265773126
Binary1111000011100111110001010100100101101011111110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E7C5; }

 p { color: rgb(240,231,197); }

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

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

 a { background-color: rgb(240,231,197); }

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

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

 span { border-color: rgb(240,231,197); }

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