#F0E7C8

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

Shades of Scotch Mist #F0E7C8

Tints of Scotch Mist #F0E7C8

Color information

#F0E7C8 (or 0xF0E7C8) is unknown color: approx Scotch Mist. HEX triplet: F0, E7 and C8. RGB value is (240,231,200). Sum of RGB (Red+Green+Blue) = 240+231+200=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 231 (90.62% from 255 or 34.43% from 671); Blue value is 200 (78.52% from 255 or 29.81% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E7C8 is #0F1837. Grayscale: #E6E6E6. Windows color (decimal): -989240 or 13166576. OLE color: 13166576.

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

Color convert

RGB240231200-
CMYK00.040.170.06
HSL46.5º57.14%86.27%-
HSV(B)46.5º16.67%94.12%-
XYZ74.9479.8566.11-
YUV230.16110.98135.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.77%
GREEN value IS 231 (90.62% from 255) = 34.43%
BLUE value IS 200 (78.52% from 255) = 29.81%
R=35.77%
G=34.43%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023120000.040.170.0646.557.1486.27
HexF0E7C8041162e3956
Octal360347310042165671126
Binary1111000011100111110010000100100011101011101110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E7C8; }

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

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

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

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

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

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

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

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