#F1E8CD

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

Shades of Scotch Mist #F1E8CD

Tints of Scotch Mist #F1E8CD

Color information

#F1E8CD (or 0xF1E8CD) is unknown color: approx Scotch Mist. HEX triplet: F1, E8 and CD. RGB value is (241,232,205). Sum of RGB (Red+Green+Blue) = 241+232+205=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 232 (91.02% from 255 or 34.22% from 678); Blue value is 205 (80.47% from 255 or 30.24% from 678); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E8CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E8CD is #0E1732. Grayscale: #E7E7E7. Windows color (decimal): -923443 or 13494513. OLE color: 13494513.

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

Color convert

RGB241232205-
CMYK00.040.150.05
HSL45º56.25%87.45%-
HSV(B)45º14.94%94.51%-
XYZ76.1580.8269.34-
YUV231.61112.98134.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.55%
GREEN value IS 232 (91.02% from 255) = 34.22%
BLUE value IS 205 (80.47% from 255) = 30.24%
R=35.55%
G=34.22%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123220500.040.150.054556.2587.45
HexF1E8CD04F52d3857
Octal361350315041755570127
Binary111100011110100011001101010011111011011011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E8CD; }

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

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

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

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

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

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

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

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