#F1EAC7

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

Shades of Scotch Mist #F1EAC7

Tints of Scotch Mist #F1EAC7

Color information

#F1EAC7 (or 0xF1EAC7) is unknown color: approx Scotch Mist. HEX triplet: F1, EA and C7. RGB value is (241,234,199). Sum of RGB (Red+Green+Blue) = 241+234+199=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 199 (78.12% from 255 or 29.53% from 674); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EAC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EAC7 is #0E1538. Grayscale: #E8E8E8. Windows color (decimal): -922937 or 13101809. OLE color: 13101809.

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

Color convert

RGB241234199-
CMYK00.030.170.05
HSL50º60%86.27%-
HSV(B)50º17.43%94.51%-
XYZ76.0181.6765.79-
YUV232.1109.32134.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.76%
GREEN value IS 234 (91.80% from 255) = 34.72%
BLUE value IS 199 (78.12% from 255) = 29.53%
R=35.76%
G=34.72%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123419900.030.170.05506086.27
HexF1EAC703115323c56
Octal361352307032156274126
Binary111100011110101011000111011100011011100101111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EAC7; }

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

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

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

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

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

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

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

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