#F1EACD

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

Shades of Scotch Mist #F1EACD

Tints of Scotch Mist #F1EACD

Color information

#F1EACD (or 0xF1EACD) is unknown color: approx Scotch Mist. HEX triplet: F1, EA and CD. RGB value is (241,234,205). Sum of RGB (Red+Green+Blue) = 241+234+205=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 205 (80.47% from 255 or 30.15% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EACD is #0E1532. Grayscale: #E8E8E8. Windows color (decimal): -922931 or 13495025. OLE color: 13495025.

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

Color convert

RGB241234205-
CMYK00.030.150.05
HSL48.33º56.25%87.45%-
HSV(B)48.33º14.94%94.51%-
XYZ76.7281.9569.53-
YUV232.79112.32133.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.44%
GREEN value IS 234 (91.80% from 255) = 34.41%
BLUE value IS 205 (80.47% from 255) = 30.15%
R=35.44%
G=34.41%
B=30.15%

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
Decimal24123420500.030.150.0548.3356.2587.45
HexF1EACD03F5303857
Octal361352315031756070127
Binary11110001111010101100110101111111011100001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EACD; }

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

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

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

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

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

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

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

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