#F1E8CC

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

Shades of Scotch Mist #F1E8CC

Tints of Scotch Mist #F1E8CC

Color information

#F1E8CC (or 0xF1E8CC) is unknown color: approx Scotch Mist. HEX triplet: F1, E8 and CC. RGB value is (241,232,204). Sum of RGB (Red+Green+Blue) = 241+232+204=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 232 (91.02% from 255 or 34.27% from 677); Blue value is 204 (80.08% from 255 or 30.13% from 677); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E8CC is #0E1733. Grayscale: #E7E7E7. Windows color (decimal): -923444 or 13428977. OLE color: 13428977.

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

Color convert

RGB241232204-
CMYK00.040.150.05
HSL45.41º56.92%87.25%-
HSV(B)45.41º15.35%94.51%-
XYZ76.0380.7768.71-
YUV231.5112.48134.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.60%
GREEN value IS 232 (91.02% from 255) = 34.27%
BLUE value IS 204 (80.08% from 255) = 30.13%
R=35.60%
G=34.27%
B=30.13%

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
Decimal24123220400.040.150.0545.4156.9287.25
HexF1E8CC04F52d3957
Octal361350314041755571127
Binary111100011110100011001100010011111011011011110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E8CC; }

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

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

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

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

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

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

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

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