#F1E9C5

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

Shades of Scotch Mist #F1E9C5

Tints of Scotch Mist #F1E9C5

Color information

#F1E9C5 (or 0xF1E9C5) is unknown color: approx Scotch Mist. HEX triplet: F1, E9 and C5. RGB value is (241,233,197). Sum of RGB (Red+Green+Blue) = 241+233+197=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 233 (91.41% from 255 or 34.72% from 671); Blue value is 197 (77.34% from 255 or 29.36% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E9C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E9C5 is #0E163A. Grayscale: #E7E7E7. Windows color (decimal): -923195 or 12970481. OLE color: 12970481.

HSL color Cylindrical-coordinate representation of color #F1E9C5: hue angle of 49.09º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1E9C5 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB241233197-
CMYK00.030.180.05
HSL49.09º61.11%85.88%-
HSV(B)49.09º18.26%94.51%-
XYZ75.4981.0164.48-
YUV231.29108.65134.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.92%
GREEN value IS 233 (91.41% from 255) = 34.72%
BLUE value IS 197 (77.34% from 255) = 29.36%
R=35.92%
G=34.72%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123319700.030.180.0549.0961.1185.88
HexF1E9C503125313d56
Octal361351305032256175126
Binary111100011110100111000101011100101011100011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E9C5; }

 p { color: rgb(241,233,197); }

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

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

 a { background-color: rgb(241,233,197); }

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

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

 span { border-color: rgb(241,233,197); }

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