#F1E9CD

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

Shades of Scotch Mist #F1E9CD

Tints of Scotch Mist #F1E9CD

Color information

#F1E9CD (or 0xF1E9CD) is unknown color: approx Scotch Mist. HEX triplet: F1, E9 and CD. RGB value is (241,233,205). Sum of RGB (Red+Green+Blue) = 241+233+205=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 205 (80.47% from 255 or 30.19% from 679); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E9CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E9CD is #0E1632. Grayscale: #E8E8E8. Windows color (decimal): -923187 or 13494769. OLE color: 13494769.

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

Color convert

RGB241233205-
CMYK00.030.150.05
HSL46.67º56.25%87.45%-
HSV(B)46.67º14.94%94.51%-
XYZ76.4381.3969.44-
YUV232.2112.65134.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.49%
GREEN value IS 233 (91.41% from 255) = 34.32%
BLUE value IS 205 (80.47% from 255) = 30.19%
R=35.49%
G=34.32%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123320500.030.150.0546.6756.2587.45
HexF1E9CD03F52f3857
Octal361351315031755770127
Binary11110001111010011100110101111111011011111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E9CD; }

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

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

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

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

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

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

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

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