#F1EACB

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

Shades of Scotch Mist #F1EACB

Tints of Scotch Mist #F1EACB

Color information

#F1EACB (or 0xF1EACB) is unknown color: approx Scotch Mist. HEX triplet: F1, EA and CB. RGB value is (241,234,203). Sum of RGB (Red+Green+Blue) = 241+234+203=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 203 (79.69% from 255 or 29.94% from 678); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EACB is #0E1534. Grayscale: #E8E8E8. Windows color (decimal): -922933 or 13363953. OLE color: 13363953.

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

Color convert

RGB241234203-
CMYK00.030.160.05
HSL48.95º57.58%87.06%-
HSV(B)48.95º15.77%94.51%-
XYZ76.4881.8668.27-
YUV232.56111.32134.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.55%
GREEN value IS 234 (91.80% from 255) = 34.51%
BLUE value IS 203 (79.69% from 255) = 29.94%
R=35.55%
G=34.51%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123420300.030.160.0548.9557.5887.06
HexF1EACB03105313a57
Octal361352313032056172127
Binary111100011110101011001011011100001011100011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EACB; }

 p { color: rgb(241,234,203); }

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

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

 a { background-color: rgb(241,234,203); }

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

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

 span { border-color: rgb(241,234,203); }

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