#F1EBCC

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

Shades of Scotch Mist #F1EBCC

Tints of Scotch Mist #F1EBCC

Color information

#F1EBCC (or 0xF1EBCC) is unknown color: approx Scotch Mist. HEX triplet: F1, EB and CC. RGB value is (241,235,204). Sum of RGB (Red+Green+Blue) = 241+235+204=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 204 (80.08% from 255 or 30% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EBCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EBCC is #0E1433. Grayscale: #E9E9E9. Windows color (decimal): -922676 or 13429745. OLE color: 13429745.

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

Color convert

RGB241235204-
CMYK00.020.150.05
HSL50.27º56.92%87.25%-
HSV(B)50.27º15.35%94.51%-
XYZ76.8882.4868.99-
YUV233.26111.49133.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.44%
GREEN value IS 235 (92.19% from 255) = 34.56%
BLUE value IS 204 (80.08% from 255) = 30%
R=35.44%
G=34.56%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123520400.020.150.0550.2756.9287.25
HexF1EBCC02F5323957
Octal361353314021756271127
Binary11110001111010111100110001011111011100101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EBCC; }

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

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

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

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

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

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

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

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